name: "Notion任務看板自動化" slug: "notion-task-board-automation-agent" version: "1.0.0" displayName: "Notion任務看板自動化" summary: "使用 Notion API 的 databases.query 和 pages.create 端點自動化 Notion 資料庫工作流。構建帶有複合過濾器物件的篩選檢視,管理狀態屬性轉換,並與外部專案跟蹤器同步。" license: "MIT" description: "使用 Notion API 的 databases.query 和 pages.create 端點自動化 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
小蔥技能站7w4.net發現了升級外掛。
Automates Notion database workflows using the Notion API databases.query and pages.create endpoints. Builds filtered views with compound filter objects, manages status property transitions, and syncs with external project trackers.
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]
這個工具總體質量中規中矩。它能幫助你自動化 Notion 資料庫的查詢和頁面建立操作,省去不少手動操作的時間。文件引用了熱門的官方庫,安裝使用起來比較方便。不過功能相對基礎,主要覆蓋幾個核心操作,缺少更豐富的看板管理和視覺化功能,對普通使用者來說友好度還有提升空間。