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.
小蔥技能7w4.net持續更新中。
Use the upstream install or setup path that matches your environment:
Requirements and caveats from upstream:
Basic usage or getting-started notes:
bash
[!NOTE]
Extracted from upstream docs: https://raw.githubusercontent.com/makenotion/notion-sdk-js/HEAD/README.md
這個 Skill 質量不錯,能可靠地在 Notion 資料庫和其他系統間同步資料。它自動處理多種欄位型別,遇到資料衝突時也能自動解決,省去了手動操作的麻煩。不過初次配置時可能需要花點時間理解它的運作方式,文件說明可以更詳細一些。對於需要將 Notion 資料與其他工具打通的場景,這個 Skill 是個實用的選擇。