name: "Notion任务同步桥接器" slug: "notion-task-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: "Cursor" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 5582 npm_package: "@notionhq/client" npm_weekly_downloads: 1182949
Bidirectionally syncs tasks between Notion databases and external project management tools using the Notion API v2022-06-28. Handles property mapping, status updates, and relation fields.
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]
这个Skill质量一般,主要引用了官方文档内容,缺少实际的代码实现或详细配置。使用效果取决于用户自己查阅上游文档的能力。格式上有小问题,不影响核心功能但会影响阅读体验。如果需要一个能直接使用的Notion任务同步工具,当前版本还不够完善,需要等待作者补充具体的实现代码和使用示例。