notion-knowledge-capture

Convert conversations and notes into structured Notion pages with proper linking.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/AISandbox --skill notion-knowledge-capture-pchemguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notion-knowledge-capture
Source: https://github.com/pchemguy/AISandbox/tree/main/docs/AgentSkills/openai/skills/skills/.curated/notion-knowledge-capture
Command: npx skills add https://github.com/pchemguy/AISandbox --skill notion-knowledge-capture-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Important decisions, how-tos, and troubleshooting knowledge discussed in conversations often get lost. This Skill captures that context and turns it into structured, searchable Notion pages so teams can reuse it later. ## Core Features & Use Cases - Structured Capture: Converts chats and notes into wiki entries, how-to guides, FAQs, decision records, and post-mortem learnings using predefined database schemas. - Notion MCP Integration: Searches existing pages, creates new pages in the right database, sets properties (tags, owners, status, dates), and links related records. - Use Case: After a discussion about fixing deployment errors, ask the assistant to save it as FAQ entries; it extracts each Q&A pair, structures answers with commands and prevention tips, and files them in the FAQ database with links from the index page. ## Quick Start Ask the assistant to capture this conversation as a structured Notion page, such as a decision record or how-to guide, in your team wiki.

Frequently Asked Questions about notion-knowledge-capture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a conversation to Notion as a wiki page?▼

Ask the assistant to capture the conversation into Notion. It identifies the content type, searches for the right database with notion-search, then creates a structured page using notion-create-pages with proper properties and links.

How do I document an architecture decision in Notion?▼

Describe the decision, alternatives, and rationale, then ask to record it. The Skill creates a decision record with Context, Decision, Options Considered, and Consequences sections, setting Date, Status, Domain, and Impact properties in the decision log database.

What Notion setup is required before capturing knowledge?▼

You must add the Notion MCP server, enable the remote MCP client feature, and log in via OAuth. After login, restart the client so the Notion tools become available for searching and creating pages.

Can it convert a troubleshooting chat into FAQ entries?▼

Yes. It extracts distinct Q&A pairs from the conversation, structures each with a short answer, detailed explanation, solutions, and prevention tips, then creates entries in the FAQ database with category, tags, and review dates.

What content types does Notion knowledge capture support?▼

It supports six content types: decision records, how-to guides, FAQs, concept/wiki entries, learning or post-mortem notes, and general documentation pages. Each type has a reference schema defining properties and content templates.