name: "Notion 資料庫同步代理" slug: "notion-database-sync-agent" version: "1.0.0" displayName: "Notion 資料庫同步代理" summary: "使用 Notion API(POST /v1/databases/{id}/query)在 Notion 資料庫和外部源之間同步記錄,應用欄位對映、通過標題或唯一屬性去重,並通過 last_edited_time 過濾進行增量更新。" license: "MIT" description: "使用 Notion API(POST /v1/databases/{id}/query)在 Notion 資料庫和外部源之間同步記錄,應用欄位對映、通過標題或唯一屬性去重,並通過 last_edited_time 過濾進行增量更新。" 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
Syncs records between Notion databases and external sources using the Notion API (POST /v1/databases/{id}/query), applying field mapping, deduplication by title or unique property, and incremental updates via last_edited_time filtering.
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質量一般。好的方面是包含了基本的安裝指引和包資訊。但文件內容太少,缺乏具體的使用說明和示例。標題提到的核心功能都沒有詳細解釋,使用者很難真正使用起來。簡單說,這就是一個簡單的npm包引用,而不是完整的同步工具指南。推薦指數:2/5。