Notion集成Skill notion-integration

这个技能用于自动化管理Notion页面和数据库,通过Python脚本实现搜索、创建和写入功能,支持在数据库或父页面下创建页面。适用于团队协作、文档管理和工作流自动化,提升效率。关键词:Notion集成、页面管理、数据库搜索、自动化脚本、Python开发、团队协作、文档工具。

DevOps 0 次安装 0 次浏览 更新于 3/16/2026

name: notion-integration description: Notion页面和数据库管理。用于搜索、创建和写入Notion页面。支持在数据库或父页面下创建页面。 allowed-tools: Bash(python *)

Notion集成

认证

重要提示: 凭证通过代理层自动注入。只需直接运行脚本。

可用脚本

所有脚本都在 .claude/skills/docs-notion/scripts/

search.py - 搜索页面

python .claude/skills/docs-notion/scripts/search.py --query "事件手册" [--max-results 10]

create_page.py - 创建页面

python .claude/skills/docs-notion/scripts/create_page.py --title "事件报告" --parent-page-id PAGE_ID [--content "报告内容..."]
python .claude/skills/docs-notion/scripts/create_page.py --title "新条目" --parent-database-id DB_ID

write_content.py - 写入内容

python .claude/skills/docs-notion/scripts/write_content.py --page-id PAGE_ID --content "新内容..." [--replace]