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
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.
这个技能的最新版本可以在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]
这个工具总体质量中规中矩。它能帮助你自动化 Notion 数据库的查询和页面创建操作,省去不少手动操作的时间。文档引用了热门的官方库,安装使用起来比较方便。不过功能相对基础,主要覆盖几个核心操作,缺少更丰富的看板管理和可视化功能,对普通用户来说友好度还有提升空间。