AI SummaryAutomates the conversion of conversations and decisions into organized Notion wiki entries, how-tos, and FAQs with proper linking. Ideal for teams wanting to systematize knowledge capture and avoid losing context from chats and notes.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "notion-knowledge-capture" skill in my project. Please run this command in my terminal: # Install skill into your project (18 files) mkdir -p .claude/skills/notion-knowledge-capture && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/SKILL.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/LICENSE.txt "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/LICENSE.txt" && mkdir -p .claude/skills/notion-knowledge-capture/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/agents/openai.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/agents/openai.yaml" && mkdir -p .claude/skills/notion-knowledge-capture/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/assets/notion-small.svg "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/assets/notion-small.svg" && mkdir -p .claude/skills/notion-knowledge-capture/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/assets/notion.png "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/assets/notion.png" && mkdir -p .claude/skills/notion-knowledge-capture/evaluations && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/evaluations/README.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/evaluations/README.md" && mkdir -p .claude/skills/notion-knowledge-capture/evaluations && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/evaluations/conversation-to-wiki.json "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/evaluations/conversation-to-wiki.json" && mkdir -p .claude/skills/notion-knowledge-capture/evaluations && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/evaluations/decision-record.json "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/evaluations/decision-record.json" && mkdir -p .claude/skills/notion-knowledge-capture/examples && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/examples/conversation-to-faq.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/examples/conversation-to-faq.md" && mkdir -p .claude/skills/notion-knowledge-capture/examples && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/examples/decision-capture.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/examples/decision-capture.md" && mkdir -p .claude/skills/notion-knowledge-capture/examples && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/examples/how-to-guide.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/examples/how-to-guide.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/database-best-practices.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/database-best-practices.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/decision-log-database.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/decision-log-database.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/documentation-database.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/documentation-database.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/faq-database.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/faq-database.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/how-to-guide-database.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/how-to-guide-database.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/learning-database.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/learning-database.md" && mkdir -p .claude/skills/notion-knowledge-capture/reference && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/notion-knowledge-capture/reference/team-wiki-database.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/notion-knowledge-capture/reference/team-wiki-database.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
References and examples
• 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).
Knowledge Capture
Convert conversations and notes into structured, linkable Notion pages for easy reuse.
Quick start
1) Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. 2) Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). 3) Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). 4) Draft the page with Notion:notion-create-pages using the database’s schema; include summary, context, source links, and tags/owners. 5) Link from hub pages and related records; update status/owners with Notion:notion-update-page as the source evolves.
0) If any MCP call fails because Notion MCP is not connected, pause and set it up:
• Add the Notion MCP: • codex mcp add notion --url https://mcp.notion.com/mcp • Enable remote MCP client: • Set [features].rmcp_client = true in config.toml or run codex --enable rmcp_client • Log in with OAuth: • codex mcp login notion After 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.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster