用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seaworld008/Commonly-used-high-value-skills --skill notion-knowledge-capture命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | notion-knowledge-capture |
| description | 用于把对话、决策和笔记沉淀到 Notion。 |
| zh_description | 用于把对话、决策和笔记沉淀到 Notion。 |
| version | 1.0.0 |
| author | seaworld008 |
| source | in-house |
| source_url | |
| tags | ["capture", "knowledge", "notion"] |
| created_at | 2026-03-04 |
| updated_at | 2026-03-20 |
| quality | 3 |
| complexity | intermediate |
| metadata | null |
| short-description | Capture conversations into structured Notion pages |
Convert conversations and notes into structured, linkable Notion pages for easy reuse.
Use this skill when the user wants to:
Use a different skill when:
notion-meeting-intelligencenotion-research-documentationnotion-spec-to-implementationreference/ (team wiki, how-to, FAQ, decision log, learning, documentation).Notion:notion-search → Notion:notion-fetch (existing pages to update/link).Notion:notion-create-pages using the database’s schema; include summary, context, source links, and tags/owners.Notion:notion-update-page as the source evolves.Typical usage pattern:
search existing page/database
-> fetch target schema or page content
-> decide create vs update
-> write structured content
-> link related records
-> verify final page destination
Default output shape:
codex mcp add notion --url https://mcp.notion.com/mcp[features].rmcp_client = true in config.toml run codex --enable rmcp_clientcodex mcp login notionAfter successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
reference/*-database.md guides; confirm required properties (title, tags, owner, status, date, relations).data_source_id before creating pages.Notion:notion-create-pages with the correct data_source_id; set properties (title, tags, owner, status, dates, relations).reference/ to structure content (section headers, checklists).Notion:notion-update-page.notion-fetch; do not guess snippets.title property is allowed.data_source_id is requiredA capture is complete when:
reference/ — database schemas and templates (e.g., team-wiki-database.md, how-to-guide-database.md, faq-database.md, decision-log-database.md, documentation-database.md, learning-database.md, database-best-practices.md).examples/ — capture patterns in practice (e.g., decision-capture.md, how-to-guide.md, conversation-to-faq.md).