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 是個實用的選擇。