← 返回 Skills 市场
Notion Manager
作者
Tomas Mikula
· GitHub ↗
· v1.0.0
· MIT-0
365
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install notion-manager
功能描述
Production-ready Notion API client for SaaS workflows. Create/read/update pages, query data sources, append blocks.
安全使用建议
Do not install or use this skill in production until the inconsistencies are resolved. Specific issues to address: 1) Credential handling: SKILL.md advertises NOTION_API_KEY (env) but the code expects an auth object (params.auth.notionApiKey). Decide which method to use and document it clearly. 2) Authorization header bug: the code builds Authorization as `Bearer ${{key}}` which will stringify an object and send an invalid header; it should be `Bearer ${key}`. 3) Parameter naming: normalize param names between docs and code (camelCase vs snake_case) so the agent sends the correct fields. 4) Test behavior: verify fetch is available in the runtime, and confirm all endpoints/HTTP methods match Notion's current API. 5) Source verification: the skill's source/homepage is inconsistent (SKILL.md lists a web URL but registry lists none and owner is unknown); prefer skills from known authors or inspect and run in an isolated environment. After these fixes, the skill would be coherent and more trustworthy.
功能分析
Type: OpenClaw Skill
Name: notion-manager
Version: 1.0.0
The skill is a standard Notion API wrapper designed to perform CRUD operations on pages and data sources. While it contains implementation errors in skill.js (specifically, the use of '${{key}}' and '${{op}}' inside template literals which will result in '[object Object]' strings), these appear to be unintentional coding mistakes rather than malicious intent. All network requests are directed to the official Notion API (api.notion.com), and there is no evidence of data exfiltration, prompt injection, or unauthorized access.
能力评估
Purpose & Capability
The code and SKILL.md both implement Notion API operations (search, getPage, queryDataSource, createPage, etc.), which matches the stated purpose. However there are naming mismatches (SKILL.md mentions NOTION_API_KEY env and camelCase param names like dataSourceId, while code expects auth.notionApiKey and snake_case params). The package name/slug mismatch is minor but inconsistent.
Instruction Scope
SKILL.md declares NOTION_API_KEY as an environment credential and primary credential, but the runtime code does not read process.env; instead it expects params.auth.notionApiKey. The instructions and code disagree about where the API key must be provided. Parameter names in examples (dataSourceId, block_id vs blockId) are inconsistent with code, increasing the chance the agent will send malformed or unintended requests.
Install Mechanism
This is an instruction-only skill with a small code file and no install spec. Nothing is downloaded from external or untrusted URLs and package.json is minimal. No install mechanism risks detected.
Credentials
The skill only needs a Notion API key in scope, which would be proportionate. However SKILL.md states an env var (NOTION_API_KEY) while the code requires auth.notionApiKey in the input object; the registry metadata lists no required env vars. This mismatch could lead users to supply credentials in the wrong place or to accidentally expose secrets when trying to adapt the skill. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence. It makes outbound HTTP calls only to api.notion.com. Autonomous invocation is enabled by default (normal), but combined with other incoherences this increases risk of unintended API calls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notion-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/notion-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of notion-manager.
- Production-ready Notion API client for SaaS workflows.
- Supports creating, reading, and updating Notion pages, querying data sources, and appending blocks.
- Simple authentication with NOTION_API_KEY.
- Structured input/output schemas for consistent API interaction.
- Ready-to-use operations: search, getPage, queryDataSource, createPage, updatePage, appendBlocks, createDataSource.
元数据
常见问题
Notion Manager 是什么?
Production-ready Notion API client for SaaS workflows. Create/read/update pages, query data sources, append blocks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 365 次。
如何安装 Notion Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notion-manager」即可一键安装,无需额外配置。
Notion Manager 是免费的吗?
是的,Notion Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Notion Manager 支持哪些平台?
Notion Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notion Manager?
由 Tomas Mikula(@tomas-mikula)开发并维护,当前版本 v1.0.0。
推荐 Skills