ClawHub Notion Skills 完整盘点:50 个 Workspace 自动化、同步与 AI 记忆 Skills
截止 2026 年 3 月 20 日,ClawHub 上共收录 **50 个** Notion 专项 Skills,覆盖 API CRUD、双向同步、任务管理、内容采集和 AI 代理记忆。本文对全部 Skills 进行系统化分类,附数据,帮助开发者快速选型。
ClawHub Notion Skills 完整盘点:50 个 Workspace 自动化、同步与 AI 记忆Skills
原文地址: https://clawhub-skills.com/blog/notion-skills-complete-guide-zh
背景
Notion 的开放 API 发布于 2021 年,此后经历了多次版本迭代。目前生产级别可用的 API 版本是 2022-06-28,提供完整的 Pages、Databases、Blocks、Users、Search 和 Comments 端点。开发者可以通过 Integration Token(用户自提 Key)或托管 OAuth 流程接入。
在 AI Agent 场景下,Notion 是一个天然的持久化存储层——数据库可以当作结构化记忆,页面可以当作长文档,这让"用 Notion 作为 AI Agent 记忆后端"成为一个有实际意义的场景,不只是噱头。
截止 2026 年 3 月 20 日,ClawHub 上共收录 50 个 Notion 专项 Skills,覆盖 API CRUD、双向同步、任务管理、内容采集和 AI 代理记忆。本文对全部 Skills 进行系统化分类,附数据,帮助开发者快速选型。
快速安装:
clawhub install notion # 官方 API 完整 CRUD(推荐)
clawhub install notion-sync # 双向同步:Notion ↔ 本地文件
clawhub install notion-agent-memory # AI 代理跨会话记忆
clawhub install notes # 跨平台笔记(Notion + Apple Notes + Bear + Obsidian)
数据概览
| 指标 | 数值 |
|---|---|
| 专项 Skills 总数 | 50 |
| 有安装记录(>0) | 24 |
| 零安装 | 26 |
| 下载量最高 | notion — 46,976 次 |
| 安装量最高 | notion — 1,209 次 |
| 非 API 客户端安装最高 | notes — 23 次 |
一、核心 API 客户端(28 个)
技术上,这 28 个 Skills 大多数实现了相同的端点:Pages CRUD、Databases Query、Blocks 追加/更新、Search 全文检索。差异点集中在三个维度:
- 认证方式:Integration Token(用户管理密钥)vs. 托管 OAuth(平台代管,用户无需接触 Secret)
- API 版本:
2022-06-28(当前稳定版)vs. 早期版本(已废弃部分端点) - 实现语言:Python、Node.js、Shell 脚本
主力 Skill notion 的下载量(46,976 次)是第二名(notion-api-skill,6,845 次)的 6.8 倍,是毫无争议的默认选择。notion-1-0-0(298 次下载,20 次安装)安装率异常高,推测来自某个特定社区的批量部署。
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notion | 46,976 | 1,209 | 官方 API,完整 CRUD |
| 2 | notion-api-skill | 6,845 | 4 | 托管 OAuth |
| 3 | notion-cli | 2,667 | 8 | CLI 优先 |
| 4 | notion-skill | 2,487 | 17 | 页面 + 数据库 |
| 5 | notion-api-automation | 2,129 | 6 | JSON 优先 CLI |
| 6 | openclaw-notion-skill | 1,865 | 7 | 工作区读写 |
| 7 | notion-api | 1,769 | 4 | Node.js,搜索 + 查询 |
| 8 | notion-cli-agent | 1,576 | 2 | CLI 代理封装 |
| 9 | notion-2026-01-15 | 1,049 | 0 | 版本化 API(2026年1月) |
| 10 | notioncli | 717 | 0 | 页面、数据库、Block |
| 11 | vibe-notion | 488 | 0 | 非官方私有 API |
| 12 | notion-mvp | 488 | 0 | 单数据库任务管理 |
| 13 | vibe-notionbot | 458 | 0 | 官方 API |
| 14 | notion-api-integration | 439 | 1 | 含评论的完整 API |
| 15 | mh-notion | 313 | 0 | 页面、数据库、Block |
| 16 | notion-1-0-0 | 298 | 20 | v1 规范,安装率异常高 |
| 17 | notion-integration | 263 | 2 | 项目 + 文档管理 |
| 18 | openclaw-skill-notion-workspace | 246 | 0 | 工作区管理 |
| 19 | openclaw-notion-api | 221 | 0 | 支持图片/文件上传 |
| 20 | notion-mcp | 216 | 2 | MCP + 托管认证 |
| 21 | notion-mcp-skill | 201 | 2 | 通过 UXC CLI 使用 MCP |
| 22 | notion-2025-api | 181 | 1 | 2025-09-03 API 规范 |
| 23 | notion-2 | 181 | 1 | MorphixAI 代理访问 |
| 24 | notion-tools | 152 | 1 | 读写页面 |
| 25 | notion-agent | 140 | 0 | OpenClaw 集成 |
| 26 | notion-test | 116 | 0 | 基础 API 封装 |
| 27 | notions | 96 | 0 | API + 50+ 工具包 |
| 28 | nidhov01-notion | 63 | 0 | 页面、数据库、Block |
二、同步与双向集成(3 个)
这个分类技术复杂度最高——不是一次性的 API 调用,而是建立 Notion 与本地文件系统之间的持久双向关系,需要处理冲突解决、增量同步和状态持久化。
notion-sync(11 次安装)实现双向同步(Notion ↔ 本地),notion-sync-obsidian 建立从 Notion 到 Obsidian 的单向管线,将 Notion 数据库条目转为 Markdown 文件存入 Vault。
clawhub install notion-sync # Notion ↔ 本地双向同步
clawhub install notion-sync-obsidian # Notion → Obsidian 单向导出
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notion-sync | 2,129 | 11 | 双向同步页面 + 数据库 |
| 2 | openclaw-notion-sync | 396 | 0 | 本地目录 → Notion 页面 |
| 3 | notion-sync-obsidian | 262 | 1 | Notion → Obsidian(单向) |
三、任务、日历与项目管理(5 个)
这些 Skills 在 Notion 通用 API 客户端之上增加了日期感知和任务语义层。notion-calendar(1 次安装)专门实现了日期感知的数据库查询和重新排期功能——notion 主 Skill 也能做类似操作,但没有内置的日历逻辑。
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notion-powertools | 215 | 1 | 高级用户工具包 |
| 2 | notion-calendar | 172 | 1 | 日期感知数据库 + 重新排期 |
| 3 | notion-manager | 77 | 1 | SaaS 级 Notion 客户端 |
| 4 | notion-tasks-blocks | 395 | 0 | Checklist Block,无需数据库 |
| 5 | notion-workflows | 72 | 0 | 页面/数据库任务自动化 |
四、内容导入与采集(6 个)
技术层面,这类 Skills 涉及两个主要路径:
- 网页抓取 → Notion:通过 Chrome CDP(Chrome DevTools Protocol)或第三方 API 抓取网页内容,写入 Notion 页面
- 外部内容 → Notion:音频转录(Whisper)、视频字幕提取(B 站 CC)、微信文章解析等
值得关注的是 bilibili-cc-to-notion:从 B 站视频提取 CC 字幕,直接生成带注释的 Notion 学习笔记。是整个 Notion Skills 集里最有中文用户视角的一个,也是唯一针对中文视频平台的内容管线。
clawhub install bilibili-cc-to-notion # B 站字幕 → Notion 笔记
clawhub install voice2notion # 语音录音 → Notion(Whisper 转录)
clawhub install wechat-to-notion # 微信文章 → Notion 数据库
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notion-clipper-skill | 260 | 0 | 网页 → Notion(Chrome CDP) |
| 2 | memory-to-notion | 242 | 0 | 归档 AI 对话记忆 |
| 3 | wechat-to-notion | 150 | 0 | 微信文章 → Notion 数据库 |
| 4 | bilibili-cc-to-notion | 116 | 0 | B 站字幕 → Notion 笔记 |
| 5 | voice2notion | 101 | 0 | 语音录音 → Notion(Whisper) |
| 6 | gemini-deep-research-notion | 18 | 0 | Gemini 研究结果 → Notion |
五、AI 代理记忆(2 个)
这是整个 Notion Skills 集里技术含量最有意思的方向。核心思路:用 Notion Database 作为 AI Agent 的持久记忆后端,每次对话结束后写入结构化记忆,下次对话开始时检索。
技术实现上,notion-agent-memory 负责建立记忆结构(Database Schema 设计、分类存储),recall-from-notion 负责语义检索(关键词或语义相似度查询)。两个配套使用才构成完整的记忆系统。
这个场景目前只有 2 个 Skills 在做,市场远未饱和。
clawhub install notion-agent-memory # 建立结构化代理记忆
clawhub install recall-from-notion # 检索历史记忆
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notion-agent-memory | 459 | 1 | 结构化代理记忆 |
| 2 | recall-from-notion | 237 | 0 | 主动检索记忆 |
六、导出、转换与模板(4 个)
格式转换类:将 Notion 内容导出为 Markdown(solid-notion),将 Markdown 导入为 Notion Block(notion-md),以及从 Notion 数据库生成周报(notion-db-weekly-report-generator)。notion-template 是中英双语的模板生成器,支持工作区、Dashboard、Wiki 和项目看板。
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notion-template | 214 | 3 | 模板生成器(中/英文) |
| 2 | solid-notion | 160 | 0 | Notion 页面作为本地 Markdown |
| 3 | notion-db-weekly-report-generator | 135 | 0 | 任务记录 → 周报 |
| 4 | notion-md | 98 | 0 | Markdown → Notion Block |
七、笔记与 PKM(2 个)
notes(23 次安装)是整个集合里安装量第二的 Skill(仅次于 notion 本身),原因很简单:它同时支持 Notion、Apple Notes、Bear、Obsidian 四个平台,一个 Skill 解决所有笔记需求,不绑定任何单一平台。
clawhub install notes # 跨平台笔记统一管理
| # | Skill | 下载 | 安装 | 简介 |
|---|---|---|---|---|
| 1 | notes | 2,596 | 23 | Notion + Apple Notes + Bear + Obsidian |
| 2 | minimalist-ui | 204 | 1 | Notion 风格设计系统 |
选型建议
| 需求 | 推荐 |
|---|---|
| 通用 Notion 操作(默认选择) | notion |
| 跨平台笔记(Notion + 其他) | notes |
| Notion ↔ 本地文件双向同步 | notion-sync |
| AI 代理跨会话持久记忆 | notion-agent-memory + recall-from-notion |
| B 站内容存档到 Notion | bilibili-cc-to-notion |
| Notion 模板生成 | notion-template |
本文整理自 clawhub-skills.com,数据截至 2026 年 3 月 20 日。
版权声明:转载请注明原文地址 https://clawhub-skills.com/blog/notion-skills-complete-guide-zh
更多推荐



所有评论(0)