name: "Notion 工作区自动化中心" slug: "notion-workspace-automation-hub" version: "1.0.0" displayName: "Notion 工作区自动化中心" summary: "使用 Notion API v2 协调 Notion 工作区工作流,支持数据库查询、页面创建和关系属性管理。自动化冲刺看板、会议记录和知识库维护。" license: "MIT" description: "使用 Notion API v2 协调 Notion 工作区工作流,支持数据库查询、页面创建和关系属性管理。自动化冲刺看板、会议记录和知识库维护。" 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
小葱技能7w4.net有完整的技能分类。
Orchestrates Notion workspace workflows using Notion API v2 with database queries, page creation, and relation property management. Automates sprint boards, meeting notes, and knowledge base maintenance.
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 官方 SDK 实现,稳定性和兼容性有保障,核心功能实用,能有效自动化重复性工作。文档配置完整,安装指引清晰。但文档内容偏简略,缺少直观的操作示例和常见问题解答,对普通用户不太友好,想快速上手可能需要额外查阅资料。适合有一定技术基础的用户使用。