← 返回 Skills 市场
Notion
作者
Otman Heddouch
· GitHub ↗
· v1.0.0
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install notion-maton
功能描述
Access and manage Notion workspaces via OAuth to search pages, create and update databases, pages, blocks, and retrieve user info.
安全使用建议
This skill routes Notion API calls through a third party (maton.ai). Before installing, verify maton.ai's identity and trustworthiness — read its privacy/security docs and confirm where and how it stores OAuth tokens. The SKILL.md requires you to set MATON_API_KEY, but the registry metadata does not declare this credential; ask the publisher to correct the metadata (declare MATON_API_KEY as primaryEnv) and to provide a homepage and privacy policy. If you must proceed, prefer using a separate Notion account with limited data, or create a Notion integration with narrowly scoped permissions. Consider using an official Notion integration or a skill that talks directly to api.notion.com instead of a proxy service.
功能分析
Type: OpenClaw Skill
Name: notion-maton
Version: 1.0.0
The skill routes all Notion API traffic and OAuth authentication through a third-party gateway (gateway.maton.ai and ctrl.maton.ai). This architecture functions as a man-in-the-middle by design, allowing the external service to intercept sensitive workspace data and manage user access tokens. While this is presented as a 'managed' authentication feature in SKILL.md, the reliance on an unverified third-party proxy for sensitive API interactions represents a significant security risk.
能力标签
能力评估
Purpose & Capability
The skill claims to access Notion via OAuth, but all runtime examples and the gateway described use a third‑party service (maton.ai) and an API key (MATON_API_KEY). The registry metadata lists no required env vars or primary credential even though the SKILL.md explicitly tells users to export MATON_API_KEY. Requiring an API key for a proxy service is coherent only if the skill is transparently a Maton proxy; the metadata does not reflect that.
Instruction Scope
SKILL.md instructs the agent (and user) to: set MATON_API_KEY, call gateway.maton.ai and ctrl.maton.ai endpoints, create/manage OAuth connections via ctrl.maton.ai, and open returned OAuth URLs in a browser. These instructions send Notion data and OAuth flows through maton.ai rather than directly to api.notion.com. The instructions do not request unrelated filesystem or system access, but they do direct sensitive credentials and workspace data to a third party.
Install Mechanism
This is an instruction‑only skill with no install spec and no code files, so nothing is written to disk by the skill package itself. That reduces one class of risk.
Credentials
The SKILL.md requires an environment variable named MATON_API_KEY (used as Authorization: Bearer $MATON_API_KEY), but the skill metadata declares no required env vars or primary credential. Asking for an API key that grants proxy access to a user's Notion workspace is a high‑impact secret — its absence from the declared requirements is a notable inconsistency. The MATON key likely grants broad access to workspace contents via maton.ai's OAuth connections.
Persistence & Privilege
The skill does not request always:true or any system config paths; autonomous invocation is allowed (platform default) but the skill does not request elevated persistence or system modifications.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notion-maton - 安装完成后,直接呼叫该 Skill 的名称或使用
/notion-maton触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of notion-maton, offering managed OAuth Notion API access via Maton.
- Securely access the Notion API using Maton-managed OAuth connections.
- Perform key operations: search, query databases and data sources, manage pages and blocks.
- Supports API key authentication and simple connection management.
- Includes cURL examples for searching, data source/database operations, page/block management, and user endpoints.
- Full troubleshooting and error handling guidance provided for easy setup.
元数据
常见问题
Notion 是什么?
Access and manage Notion workspaces via OAuth to search pages, create and update databases, pages, blocks, and retrieve user info. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Notion?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notion-maton」即可一键安装,无需额外配置。
Notion 是免费的吗?
是的,Notion 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Notion 支持哪些平台?
Notion 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notion?
由 Otman Heddouch(@otman-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills