Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/morphicai/openclaw-morphixai/notionnpx skills add Morphicai/openclaw-morphixai --skill notiongit clone --depth 1 https://github.com/Morphicai/openclaw-morphixaiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/morphicai/openclaw-morphixai/notion)<a href="https://agentmods.dev/skills/morphicai/openclaw-morphixai/notion"><img src="https://agentmods.dev/badge/skills/morphicai/openclaw-morphixai/notion.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00043 | $0.01049 |
| Opus 5 | $0.00022 | $0.00524 |
| Sonnet 5 | $0.00009 | $0.00210 |
| Haiku 4.5 | $0.00004 | $0.00105 |
Grade A, and why
notion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Notion
通过 mx_notion 工具管理 Notion 工作区:搜索、页面管理、数据库查询、内容读写。
前置条件
- 安装插件:
openclaw plugins install openclaw-morphixai - 获取 API Key: 访问 morphix.app/api-keys 生成
mk_xxxxxx密钥 - 配置环境变量:
export MORPHIXAI_API_KEY="mk_your_key_here" - 链接账号: 访问 morphix.app/connections 链接 Notion 账号,或通过
mx_link工具链接(app:notion) - 在 Notion 中将需要访问的页面/数据库与集成共享
核心操作
查看当前用户
mx_notion:
action: get_me
搜索页面和数据库
mx_notion:
action: search
query: "会议纪要"
filter_type: "page"
page_size: 10
filter_type可选值:page、database。省略则搜索全部类型。
获取页面详情
mx_notion:
action: get_page
page_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
创建页面
mx_notion:
action: create_page
parent_type: "page"
parent_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
title: "新页面标题"
children:
- type: "paragraph"
paragraph:
rich_text:
- type: "text"
text:
content: "页面内容"
更新页面属性
mx_notion:
action: update_page
page_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
properties:
title:
title:
- text:
content: "更新后的标题"
归档页面
mx_notion:
action: archive_page
page_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
读取页面内容(区块)
mx_notion:
action: get_block_children
block_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
page_size: 50
追加内容到页面
mx_notion:
action: append_blocks
block_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
children:
- type: "paragraph"
paragraph:
rich_text:
- type: "text"
text:
content: "追加的新段落"
查询数据库
mx_notion:
action: query_database
database_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
filter:
property: "Status"
select:
equals: "进行中"
sorts:
- property: "Created"
direction: "descending"
page_size: 20
常见工作流
知识库搜索
1. mx_notion: search, query: "API 设计规范", filter_type: "page"
2. mx_notion: get_page, page_id: "xxx" → 查看页面元信息
3. mx_notion: get_block_children, block_id: "xxx" → 读取具体内容
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 159 lines · 43 tokens per session scan A ac67479d7f49
notion is a skill published in the GitHub repository Morphicai/openclaw-morphixai (0 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 1,049 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
box
Box manages cloud files, sharing, search, and metadata.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
gog-drive
Google Drive operations through gog.
gog-save-attachments
Gmail attachment download and Google Drive archival with gog.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.