Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

notion-docsNotion 文档

Agent Skill

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

总安装

306

周安装

13

GitHub Stars

3

下载量

107
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/practicalswan/agent-skills --skill notion-docs

简介

用于处理 Notion 页面、数据库、工作区内容和结构化记录。

  • 适合让 Agent 查询知识库、整理页面内容、创建记录或把外部信息同步到 Notion。
  • 使用时需要确认集成是否已被授权到目标页面或数据库,并区分读取、追加和覆盖更新。
  • 安装命令:npx skills add https://github.com/practicalswan/agent-skills --skill notion-docs。
  • 涉及批量写入或修改数据库属性时,应先核对字段名称、属性类型和目标页面。

SKILL.md

Notion Documentation

Use this skill when Notion is the system of record for specs, runbooks, project tracking, or knowledge management.

Current MCP Reality

As of March 2026, Notion documents two supported ways to use its MCP server:

  • Hosted remote MCP endpoint: https://mcp.notion.com/mcp
  • Local stdio server package: @notionhq/notion-mcp-server

Hosted mode uses OAuth. Local mode uses an internal integration token. Official docs also list supported tools for searching content, reading pages, comments, users, and working with pages and databases.

Activation Conditions

  • Creating or updating Notion pages
  • Building project trackers or engineering knowledge bases
  • Organizing specs, ADRs, and onboarding docs in Notion
  • Adding review comments or using database-backed workflows

Practical Workflow

  1. Confirm whether the client exposes the hosted Notion MCP server or a local stdio connection.
  2. Read or search existing pages before creating duplicates.
  3. Use databases for tracked work and pages for long-form documents.
  4. Keep properties simple: owner, status, last reviewed, tags.
  5. If MCP is unavailable in the current client, fall back to local content prep using the included script and templates.

Operational Notes

  • Official Notion guidance currently documents an average rate limit of 20 requests per second for integrations.
  • Tool names can vary slightly by MCP host, but the supported capabilities are stable: search, fetch page content, create or update pages, create or update databases, manage comments, and read user context.

References & Resources

Documentation

Scripts

  • Notion Templates - Local page and database template helpers for environments without Notion MCP access

Examples

Cross-Client Portability

This skill is written to stay usable across GitHub Copilot, Claude Code, Codex, and Gemini CLI.

  • GitHub Copilot: keep the folder in a Copilot-visible skill or plugin path, or wrap the workflow as project instructions if the host does not support portable skill folders directly.
  • Claude Code: keep the folder in a local skills directory or a compatible plugin or marketplace source.
  • Codex: install or sync the folder into $CODEX_HOME/skills/<skill-name> and restart Codex after major changes.
  • Gemini CLI: this repository generates a project command named /skills:notion-docs from this skill. Rebuild commands with python scripts/export-gemini-skill.py notion-docs and then run /commands reload inside Gemini CLI.

MCP Availability And Fallback

Preferred MCP servers for this skill:

  • Notion MCP (primary)

If MCP is unavailable in the current host:

  • Draft content locally in Markdown or JSON, then use scripts/notion-templates.js and the Notion web UI for final publishing.
  • Prefer page and database templates from this skill to avoid duplicate structures when working without MCP.

Related Skills

SkillRelationship
notebooklm-managementAlternative research and knowledge workflow
documentation-authoringCreate source docs before publishing them into Notion

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.84%
按下载量换算40

Claude

29.9%
按下载量换算32

Cursor

18.58%
按下载量换算20

Gemini CLI

10.22%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills