← 返回 Skills 市场
baixiaodev

Notion Skill Publish

作者 gaoyuan@ai · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
133
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install notion-pro
功能描述
Complete Notion API integration with Python CLI offering auto-pagination, recursive blocks, rate-limit retry, and agent operation strategies for efficient No...
安全使用建议
This skill's code and docs implement a legitimate Notion CLI and only call the official Notion API, but the registry metadata does not list the credential and config file it actually uses. Before installing: (1) expect to provide a Notion integration API key (ntn_xxx) and prefer a token scoped minimally; (2) confirm where you will store the key — environment variable NOTION_API_KEY or ~/.openclaw/openclaw.json — and ensure the chosen storage meets your security policies; (3) review scripts/notion_api.py yourself (it is included) to verify it only contacts https://api.notion.com and doesn't exfiltrate data elsewhere; (4) consider creating a Notion integration with limited access and sharing only necessary pages/databases; (5) ask the publisher to correct the registry metadata to declare NOTION_API_KEY (primary credential) and the config path so consent and gating work properly. If you need higher assurance, run the skill in an isolated environment first or audit network traffic to confirm only Notion API calls occur.
功能分析
Type: OpenClaw Skill Name: notion-pro Version: 1.0.1 The 'notion-pro' skill is a comprehensive and well-structured Notion API integration for OpenClaw. The core logic in `scripts/notion_api.py` uses only Python standard libraries to interact with the official Notion API (api.notion.com), implementing robust features like 429 rate-limit retries, recursive block fetching, and automatic pagination. The instructions in `SKILL.md` and `SKILL_CN.md` are designed to guide the AI agent through effective operational strategies (e.g., search before read, batching writes) and do not contain any malicious prompt injection or unauthorized data access commands.
能力评估
Purpose & Capability
Name/description, README, SKILL.md and the Python CLI source are coherent: this is a Notion API integration offering search, read, write, pagination, recursive block fetching, and rate-limit retry. The code calls only Notion endpoints (https://api.notion.com) and implements the features claimed.
Instruction Scope
SKILL.md instructs agents to use the included scripts/notion_api.py for all Notion operations and documents expected workflows and limits. The runtime instructions and the script stay within Notion-related operations; they do not reference unrelated external endpoints. The script does, however, read user config (~/.openclaw/openclaw.json) and environment variables for the API key — this is relevant and explicitly documented in SKILL.md.
Install Mechanism
There is no install spec (instruction-only with a bundled script). No third-party downloads or package installs are performed by the skill — low install risk.
Credentials
Registry metadata declares no required env vars or config paths, but SKILL.md and the script clearly require a Notion API key (NOTION_API_KEY) and will read ~/.openclaw/openclaw.json for skills.entries.notion-pro or notion. The skill should declare this primary credential/config path. Requesting a Notion API key is proportionate to the stated purpose, but the omission from metadata is an inconsistency that affects user consent and gating.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide changes. It reads its own OpenClaw config and environment variables but does not modify other skills or global settings. Autonomous invocation is allowed by default (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notion-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notion-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Bug fixes: (1) API key priority - config file now takes precedence over env var; (2) --filter database auto-maps to data_source for API 2025-09-03; (3) --after append count now reports actual appended blocks
v1.0.0
Initial release
元数据
Slug notion-pro
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Notion Skill Publish 是什么?

Complete Notion API integration with Python CLI offering auto-pagination, recursive blocks, rate-limit retry, and agent operation strategies for efficient No... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Notion Skill Publish?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install notion-pro」即可一键安装,无需额外配置。

Notion Skill Publish 是免费的吗?

是的,Notion Skill Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Notion Skill Publish 支持哪些平台?

Notion Skill Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Notion Skill Publish?

由 gaoyuan@ai(@baixiaodev)开发并维护,当前版本 v1.0.1。

💬 留言讨论