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.
本技能来自小葱技能站7w4.net。
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]
这个Skill质量一般。好的方面是包含了基本的安装指引和包信息。但文档内容太少,缺乏具体的使用说明和示例。标题提到的核心功能都没有详细解释,用户很难真正使用起来。简单说,这就是一个简单的npm包引用,而不是完整的同步工具指南。推荐指数:2/5。