← 返回 Skills 市场
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install notion-workspace
功能描述
Full Notion API skill — query databases, manage pages, append blocks, and search your entire workspace.
安全使用建议
This package appears to be a legitimate Notion CLI: the code only talks to api.notion.com and implements expected Notion operations. However, the registry metadata failing to declare that NOTION_API_KEY (and optionally NOTION_DATABASE_ID) are required is a red flag — the token is sensitive. Before installing: (1) verify the publisher and origin (this package lists no homepage and an unknown owner id), (2) prefer creating a Notion integration token with the least privileges needed, (3) inspect the included scripts locally (you have them here) and run them in an isolated environment if possible, and (4) ask the publisher to correct the package metadata to declare required credentials. If you don't trust the source, do not provide your full workspace token.
功能分析
Type: OpenClaw Skill
Name: notion-workspace
Version: 1.0.0
The notion-workspace skill is a standard integration for the official Notion API. The Python script (scripts/notion_workspace.py) implements common operations like querying databases, managing pages, and appending blocks using the requests library, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill's name/description and the included script match (a full Notion API CLI). However the registry metadata claims no required environment variables or primary credential even though both SKILL.md and scripts/notion_workspace.py require NOTION_API_KEY (and optionally NOTION_DATABASE_ID). That mismatch is unexpected and reduces trust in the package metadata.
Instruction Scope
SKILL.md instructs the user to set NOTION_API_KEY and optionally NOTION_DATABASE_ID and run the bundled Python script. The runtime instructions and CLI actions stay within Notion API operations (databases, pages, blocks, search). The script only calls api.notion.com and does not read unrelated files or environment variables.
Install Mechanism
This is an instruction-only skill with an included Python script and no install spec or external download. No installer downloads or extracted archives are present; nothing writes to disk beyond the provided files.
Credentials
The script legitimately needs a single Notion integration token (NOTION_API_KEY) and optionally NOTION_DATABASE_ID. The package metadata, however, does not declare any required env vars or a primary credential — that omission is disproportionate and misleading because the token is sensitive and required for operation.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not add persistent background privileges. Autonomous invocation is allowed by default but is not combined with other high-risk factors here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notion-workspace - 安装完成后,直接呼叫该 Skill 的名称或使用
/notion-workspace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Databases, pages, blocks, search via Notion API
元数据
常见问题
Notion Workspace 是什么?
Full Notion API skill — query databases, manage pages, append blocks, and search your entire workspace. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 Notion Workspace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notion-workspace」即可一键安装,无需额外配置。
Notion Workspace 是免费的吗?
是的,Notion Workspace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Notion Workspace 支持哪些平台?
Notion Workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notion Workspace?
由 fr3kstyle(@fr3kstyle)开发并维护,当前版本 v1.0.0。
推荐 Skills