← 返回 Skills 市场
lukaizj

Notion Integration

作者 lukaizj · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lukaizj-notion
功能描述
Notion integration - Manage pages, databases, and content in Notion
使用说明 (SKILL.md)

Notion Integration

Notion integration skill for OpenClaw. Manage pages, databases, and content in Notion.

Capabilities

  • Create new pages
  • Query databases
  • Update page content
  • Search pages
  • Create database entries

Setup

  1. Create an integration at https://www.notion.so/my-integrations
  2. Get the Internal Integration Token
  3. Share pages/databases with the integration
  4. Configure NOTION_API_KEY environment variable

Environment Variables

Variable Required Description
NOTION_API_KEY Yes Your Notion API Key (secret_xxx)
安全使用建议
This skill appears to do what it says: it uses your NOTION_API_KEY to call the Notion API (api.notion.com). Before installing: (1) ensure you provide an Integration token with only the permissions you intend (share only the pages/databases the integration needs), (2) be prepared to install the Python 'requests' dependency in the runtime environment, (3) review the included notion.py if you want to confirm exact behavior (it performs create/query/search operations), and (4) rotate or revoke the token if you later stop using the skill. Note: the code has minor implementation bugs (payload/parent handling and missing dependency declaration) that affect functionality but are not indicative of malicious behavior.
功能分析
Type: OpenClaw Skill Name: lukaizj-notion Version: 0.1.0 The Notion Integration skill is a standard implementation for managing Notion pages and databases. The code in `notion.py` correctly uses the official Notion API (api.notion.com) and follows expected patterns for handling API keys and making network requests. There are no signs of data exfiltration, malicious execution, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, SKILL.md, claw.json, and notion.py all align: the skill implements Notion API operations (create page, query database, search) and only requests NOTION_API_KEY which is appropriate for this purpose.
Instruction Scope
Runtime instructions only require setting NOTION_API_KEY and sharing pages/databases with the integration. The included code only reads that env var and makes requests to api.notion.com; it does not read unrelated files, other env vars, or send data to external endpoints outside Notion.
Install Mechanism
There is no install spec (instruction-only), so nothing is written to disk by an installer. However the Python code depends on the 'requests' library but the skill does not declare or install that dependency, which may cause runtime failures or require the host to provide the package.
Credentials
Only NOTION_API_KEY is required. That is expected for this integration; no unrelated secrets or system config paths are requested. Reminder: the token grants whatever scopes the integration was given, so follow least-privilege practices.
Persistence & Privilege
Skill is not always-enabled and does not request elevated agent/system persistence. It creates an in-process client object but does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lukaizj-notion
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lukaizj-notion 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Notion Integration skill. - Manage Notion pages, databases, and content directly. - Create new pages and database entries. - Query databases and search for pages. - Update page content. - Requires NOTION_API_KEY environment variable for access.
元数据
Slug lukaizj-notion
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Notion Integration 是什么?

Notion integration - Manage pages, databases, and content in Notion. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Notion Integration?

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

Notion Integration 是免费的吗?

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

Notion Integration 支持哪些平台?

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

谁开发了 Notion Integration?

由 lukaizj(@lukaizj)开发并维护,当前版本 v0.1.0。

💬 留言讨论