Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

notion-brainNotion brain 搜索

Agent Skill

用于处理 Notion 页面、数据库、工作区内容和结构化记录。它适合让 Agent 查询知识库、整理页面内容、创建记录或把外部信息同步到 Notion。使用时需要确认集成是否已被授权到目标页面或数据库,并区分读取、追加和覆盖更新;涉及批量写入或修改数据库属性时,应先核对字段名称、属性类型和目标页面。

总安装

4,499

周安装

182

GitHub Stars

公开资料未说明

下载量

1,412
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:notion-brain(Notion brain 搜索)
来源仓库:https://github.com/zurbrick/notion-brain
安装命令:
openclaw skills install notion-brain
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install notion-brain

简介

高质量内容路由到 Notion 工作区的智能网关。

  • 结合质量门控和目标映射精准投递信息。
  • 优化高价值内容的留存与使用效率。notion-brain 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需定义质量评估标准和目标页面规则。
  • 写入模式可选择只读或运行时写入。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
notion-brain
description
>

Notion Brain

Use this skill to make deliberate Notion saves, not reflexive ones.

The job is fourfold:

  1. decide whether the content deserves a durable home in Notion
  2. route it to the right page or database
  3. shape it into a clean structure before writing
  4. push it with the correct Notion MCP call pattern

Decision gate

Write to Notion only if at least one of these is true:

  • the content will be useful again later
  • it captures a decision, plan, status, insight, or reusable artifact
  • it would be annoying or costly to reconstruct
  • the owner would reasonably expect to find it in their second brain later

Do not write to Notion when the content is:

  • trivial, obvious, or disposable
  • already stored there in equivalent form
  • better suited only for chat, scratch work, or transient memory
  • part of a dedicated workflow this skill explicitly excludes

When unsure, prefer one of these outcomes:

  • Do not save
  • Save a short capture to Inbox DB
  • Save a fully structured page

Scope and non-scope

In scope:

  • research summaries
  • decision memos
  • project plans and project status
  • article drafts
  • security audit reports
  • financial snapshots
  • weekly rollups
  • contact notes
  • meeting prep
  • quick captures worth preserving

Out of scope:

  • health database management
  • property, vehicle, or equipment management
  • replacing workspace memory or daily logs
  • auto-pushing everything by default

Always write to workspace memory separately when the content also matters for agent continuity.

Default workflow

  1. Classify the content

Choose the closest content type from references/page-map.md.

  1. Choose save depth

- durable artifact or polished note -> structured page under the destination page - uncertain but worth keeping -> Inbox DB capture - existing page needs more detail -> append blocks instead of creating a duplicate

  1. Load the right template

Read references/templates.md and use the smallest template that preserves value.

  1. Check for an existing page first

Use Notion search before creating a new page when the topic may already exist.

  1. Write with MCP

Read references/mcp-commands.md and use the exact command pattern for: - search - create page in a parent page - create item in Inbox DB - update page metadata - append blocks to an existing page

  1. Keep titles specific

Prefer titles that are searchable and date-aware, for example: - Research Summary — Microsoft Copilot vs SecureAI — 2026-03-22 - Decision Memo — Notion Routing Skill - Weekly Rollup — 2026-W12

  1. Avoid junk writes

If the content is weak, incomplete, or duplicated, either tighten it first or do not save it.

Routing rules

Read references/page-map.md when deciding destination.

Practical defaults:

  • broad knowledge, synthesis, decisions, audits, rollups, and relationship notes -> Knowledge Hub
  • work execution and meeting support -> Work Hub
  • writing and publishing work -> Content Hub
  • money and finance artifacts -> Finance Hub
  • everything else worth saving but not yet sorted -> Inbox DB

Formatting rules

Read references/templates.md when preparing the payload.

Default formatting standards:

  • lead with a one-line summary
  • use short sections, not walls of text
  • preserve source links, dates, and decisions
  • include Next steps only when action is implied
  • avoid raw dump formatting unless using Inbox DB for quick capture

MCP usage

Read 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:

  1. search if collision is possible
  2. create or identify target page/database item
  3. add content (inline for new pages, append for existing)
  4. update page properties only when needed

Duplicate handling

Always search before creating when:

  • the title contains a person name, project name, or recurring topic
  • the content type recurs (weekly rollup, project status, financial snapshot)
  • you are unsure whether the page already exists

When a duplicate is found:

  • rollups and status pages → use replace_content to supersede the old version
  • knowledge pages → use update_content to append new findings
  • captures → skip the write and note the existing page

Content size limits

Notion 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.

Review markers

After pushing content to Notion, consider adding a comment instead of editing the page body when:

  • marking that the content was reviewed or verified
  • flagging something as stale
  • adding metadata about when/why the page was created

Use the Comments API pattern from references/mcp-commands.md.

Setup

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 capture
  • references/mcp-commands.md — replace every YOUR_*_ID placeholder with the matching Notion page or data source ID
  • optional: rename destination labels to match your workspace, while preserving the routing logic

Recommended destination mapping:

  • Knowledge Hub — durable notes, research, decisions, audits, rollups, relationship notes
  • Work Hub — active execution artifacts, meeting prep, project plans, project status
  • Content Hub — drafts, outlines, posts, newsletters, content experiments
  • Finance Hub — durable financial summaries and snapshots
  • Inbox DB — quick captures worth saving before full structuring

How to get your IDs:

  • open the target page or database in Notion
  • copy the page URL
  • extract the 32-character page/database identifier from the URL
  • use the page ID for top-level pages and the data source ID for databases such as Inbox DB

Do not ship or publish your private Notion IDs in shared repositories.

Output expectations

When using this skill, return a compact operator-style summary:

  • Decision: save / do not save / save to inbox
  • Destination: exact Notion page or database
  • Format: template used
  • Action: command pattern chosen or write completed
  • Memory note: whether the same content should also be logged to workspace memory

References

  • references/page-map.md — content type to destination routing
  • references/templates.md — section templates by content type
  • references/mcp-commands.md — exact Notion MCP command patterns with placeholder IDs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.56%
按下载量换算1,039

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills