name: "Notion 工作区自动化工具" slug: "notion-workspace-automator-api-v1" version: "1.0.0" displayName: "Notion 工作区自动化工具" summary: "通过 Notion API v1 自动化 Notion 工作区管理,支持数据库查询过滤器、页面创建和块操作。支持通过 Notion SDK for JavaScript 进行模板实例化和使用轮询进行实时变更检测。" license: "MIT" description: "通过 Notion API v1 自动化 Notion 工作区管理,支持数据库查询过滤器、页面创建和块操作。支持通过 Notion SDK for JavaScript 进行模板实例化和使用轮询进行实时变更检测。" 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
Automates Notion workspace management through the Notion API v1 with database query filters, page creation, and block manipulation. Supports template instantiation via Notion SDK for JavaScript and real-time change detection with polling.
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,解锁更多实用的AI技能插件。
这个 Skill 质量中等偏下。它能帮你用 Notion API 做自动化,但目前只提供了一些简单的说明文档,没有太多可直接使用的代码示例或模板。优点是依托的官方 SDK 口碑不错且用户量很大。缺点是内容比较浅,想真正用起来还需要自己研究不少东西。对于 Notion 自动化新手来说,帮助有限。