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.
訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。
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任務同步工具,當前版本還不夠完善,需要等待作者補充具體的實現程式碼和使用示例。