在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用notion
星标2
分支1
更新时间2026年3月2日 16:41
Notion API for creating and managing pages and databases
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Notion API for creating and managing pages and databases
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Window management, file operations, and clipboard
Local media player control via Windows media keys
Spotify Web Player control via Playwright
OS-level control — apps, volume, brightness, screenshots
General browser control and URL navigation
WhatsApp Web messaging via Playwright
| name | notion |
| description | Notion API for creating and managing pages and databases |
| triggers | ["notion","note","write this down","save to notion","add to notion"] |
| requires | NOTION_API_KEY in .env |
Creates, reads, and updates Notion pages and databases via the Notion API.
Requires NOTION_API_KEY in .env (starts with ntn_ or secret_).
Target pages/databases must be shared with the Notion integration.
notion_search(query="<target page/database name>") — find where to savenotion_create_page(title="<title>", content="<content>", database_id="<id>") — create the pagenotion_search(query="<page name>") — find the pagenotion_append(page_id="<id>", content="<text>") — append contentnotion_search(query) — search pages and databases by titlenotion_create_page(title, content, database_id) — create a new pagenotion_append(page_id, content) — append text blocks to existing pagenotion_query_db(database_id, filter_property, filter_value) — query a database