Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

notion-connectNotion connect 搜索

Agent Skill

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

总安装

333

周安装

14

GitHub Stars

公开资料未说明

下载量

116
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/creminiai/cremini-skills --skill notion-connect

简介

用于建立 Notion 集成连接,仅需内部集成密钥即可完成授权流程。

  • 用户需在 Notion 后台创建集成并手动共享目标页面,两步完成授权。
  • 使用时需核对 Token 格式和页面共享状态,避免因配置错误导致功能失效。
  • 安装前建议确认权限范围和维护状态,确保密钥不被第三方获取。
  • notion-connect 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Notion Connect

Connect your Notion workspace. One token, two minutes.

How to Set Up

  1. User goes to notion.so/my-integrations
  2. Clicks + New integration
  3. Names it anything (e.g. "AI Assistant")
  4. Selects the workspace
  5. Clicks Submit → copies the Internal Integration Secret (starts with ntn_)
  6. Pastes it in the chat

Important: After creating the integration, the user must also share specific pages/databases with it:

  • Open a Notion page → click ... menu → Connections → select the integration
  • This grants the integration access to that page and its children

AI Agent Flow

Check if configured:

python3 notion-connect/scripts/notion_connect.py --check

Returns JSON: {"configured": true, "workspace": "..."} or {"configured": false}.

Save token (after user pastes it):

python3 notion-connect/scripts/notion_connect.py --set-token "ntn_xxxxxxxxxxxxx"

Saves to ~/.config/notion/config.json and verifies the token works by calling the Notion API.

When Notion is not configured, tell the user EXACTLY this:

"To connect Notion, I just need your Integration Token. It takes about 2 minutes:

  1. Open this page: https://www.notion.so/my-integrations
  2. Create a new integration (name it anything, like 'AI Assistant')
  3. After creating, go to Content access tab → Edit access → select the pages you want me to access
  4. Copy the Internal Integration Secret (starts with ntn_)
  5. Paste it here

For a detailed guide with screenshots: https://skillpack.gitbook.io/skillpack-docs/integrations/notion"

CRITICAL RULES

  1. NEVER ask the user for OAuth credentials — Notion internal integrations only need one token
  2. Always mention Content access — users must grant page access after creating the integration, otherwise it can't see anything
  3. Token starts with ntn_ — if the user pastes something else, it's wrong
  4. Always show the Gitbook link when guiding setup

Credential Storage

FilePath
Config~/.config/notion/config.json
Format{"token": "ntn_...", "workspace_name": "...", "workspace_id": "..."}
Permissions0600 (user-only read)

Follow-Up Questions

  • "Search my Notion workspace for recent pages"
  • "List my Notion databases"
  • "Create a new page with meeting notes"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.86%
按下载量换算39

Claude

32.58%
按下载量换算38

Cursor

20.1%
按下载量换算23

Gemini CLI

9.16%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills