name: "Notion AI 工作区" slug: "notion-ai-workspace" version: "1.0.0" displayName: "Notion AI 工作区" summary: "Notion AI 工作区技能" license: "MIT" description: "" 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
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 官方 SDK,真实可靠且经过安全检查,在生产环境中有广泛使用基础。但缺点也很明显:内容太少,只有简单的安装说明,没有展示具体能做什么、怎么用;功能描述几乎空白,对普通用户来说难以判断是否满足需求。如果你需要使用 Notion AI 功能,可能需要自己研究官方文档才能真正用起来。改进空间较大。