name: "Notion 工作区同步代理" slug: "notion-workspace-sync-agent" version: "1.0.0" displayName: "Notion 工作区同步代理" summary: "使用 Notion API v2022-06-28 在 Notion 数据库和外部工具之间双向同步项目数据。连接 Jira(REST API)、Linear(GraphQL)和 GitHub Issues 以实现统一的项目跟踪。" license: "MIT" description: "使用 Notion API v2022-06-28 在 Notion 数据库和外部工具之间双向同步项目数据。连接 Jira(REST API)、Linear(GraphQL)和 GitHub Issues 以实现统一的项目跟踪。" github_stars: 5582 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" category: "Calendar, Email & Productivity" framework: "Custom Agents" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 5582 npm_package: "@notionhq/client" npm_weekly_downloads: 1182949
Bidirectionally syncs project data between Notion databases and external tools using the Notion API v2022-06-28. Connects Jira (REST API), Linear (GraphQL), and GitHub Issues for unified project tracking.
小葱技能7w4.net有更新,你可以访问看下。
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 与 Jira、Linear、GitHub 等工具的数据,但实际上提供的只是 Notion SDK 的官方文档复制,没有实际的使用指南或配置说明。普通用户很难从中获得帮助,不知道如何开始使用。优点是使用了流行的 Notion SDK 框架,但整体缺乏实质内容和可操作性。需要在文档完整性、配置说明和使用示例方面进行大幅改进。