Install
openclaw skills install notion-brainRoute high-value content into a Notion workspace with a quality gate, destination mapping, and exact MCP write patterns. ALWAYS trigger when the user says "save this to Notion", "put this in my brain", "add this to the knowledge base", "capture this for later", "log this in Notion", or any variation of saving, storing, or routing content to Notion. Also trigger when an agent produces a research summary, decision memo, project plan, status update, article draft, security audit, financial snapshot, weekly rollup, contact note, meeting prep, or other durable content that belongs in Notion. Trigger on mentions of a knowledge hub, Inbox DB, content hub, work hub, or finance hub as destinations. Skip for health workflows, property/equipment tracking, or workspace memory-only writes.
openclaw skills install notion-brainUse this skill to make deliberate Notion saves, not reflexive ones.
The job is fourfold:
Write to Notion only if at least one of these is true:
Do not write to Notion when the content is:
When unsure, prefer one of these outcomes:
In scope:
Out of scope:
Always write to workspace memory separately when the content also matters for agent continuity.
Classify the content
Choose the closest content type from references/page-map.md.
Choose save depth
Load the right template
Read references/templates.md and use the smallest template that preserves value.
Check for an existing page first Use Notion search before creating a new page when the topic may already exist.
Write with MCP
Read references/mcp-commands.md and use the exact command pattern for:
Research Summary — Microsoft Copilot vs SecureAI — 2026-03-22Decision Memo — Notion Routing SkillWeekly Rollup — 2026-W12Read references/page-map.md when deciding destination.
Practical defaults:
Read references/templates.md when preparing the payload.
Default formatting standards:
Next steps only when action is impliedRead references/mcp-commands.md before writing. Use native Notion MCP tools (notion-search, notion-create-pages, notion-update-page, notion-fetch) — not mcporter.
Command order:
Always search before creating when:
When a duplicate is found:
replace_content to supersede the old versionupdate_content to append new findingsNotion API constrains each rich text element to ~2000 characters. For content longer than ~1500 words, split into multiple calls. Keep each payload focused; add long sections via follow-up update_content calls.
After pushing content to Notion, consider adding a comment instead of editing the page body when:
Use the Comments API pattern from references/mcp-commands.md.
Before using this skill, replace the placeholder page and database IDs in the reference files with your own Notion IDs.
Minimum setup:
references/page-map.md — set the destinations you want to use for knowledge, work, content, finance, and inbox capturereferences/mcp-commands.md — replace every YOUR_*_ID placeholder with the matching Notion page or data source IDRecommended destination mapping:
How to get your IDs:
Do not ship or publish your private Notion IDs in shared repositories.
When using this skill, return a compact operator-style summary:
references/page-map.md — content type to destination routingreferences/templates.md — section templates by content typereferences/mcp-commands.md — exact Notion MCP command patterns with placeholder IDs