name: "Notion 数据库同步桥接" slug: "notion-database-sync-bridge" version: "1.0.0" displayName: "Notion 数据库同步桥接" summary: "使用 Notion API v2022-06-28 和基于游标的分页功能,在 Notion 数据库和外部源之间同步数据。处理选择、多选、关系和公式字段的属性类型映射,并通过最后写入获胜策略解决冲突。" license: "MIT" description: "使用 Notion API v2022-06-28 和基于游标的分页功能,在 Notion 数据库和外部源之间同步数据。处理选择、多选、关系和公式字段的属性类型映射,并通过最后写入获胜策略解决冲突。" github_stars: 5582 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" category: "Calendar, Email & Productivity" framework: "Claude Agents" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 5582 npm_package: "@notionhq/client" npm_weekly_downloads: 1182949
Synchronizes data between Notion databases and external sources using the Notion API v2022-06-28 with cursor-based pagination. Handles property type mapping for select, multi-select, relation, and formula fields with conflict resolution via last-write-wins strategy.
Use the upstream install or setup path that matches your environment: - npm install @notionhq/client - Make a request to any Notion API endpoint.
Requirements and caveats from upstream: - const { Client } = require("@notionhq/client") - const { Client, APIErrorCode } = require("@notionhq/client") - const { Client, LogLevel } = require("@notionhq/client")
Basic usage or getting-started notes:
- bash
-
- [!NOTE]
小葱技能7w4.net有完整的技能分类。
这个 Skill 质量不错,能可靠地在 Notion 数据库和其他系统间同步数据。它自动处理多种字段类型,遇到数据冲突时也能自动解决,省去了手动操作的麻烦。不过初次配置时可能需要花点时间理解它的运作方式,文档说明可以更详细一些。对于需要将 Notion 数据与其他工具打通的场景,这个 Skill 是个实用的选择。