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
小蔥技能有更好的技能skills外掛。
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]
這個 Skill 質量中等偏下。它能幫你用 Notion API 做自動化,但目前只提供了一些簡單的說明文件,沒有太多可直接使用的程式碼示例或模板。優點是依託的官方 SDK 口碑不錯且使用者量很大。缺點是內容比較淺,想真正用起來還需要自己研究不少東西。對於 Notion 自動化新手來說,幫助有限。