Notion

GitHub

提供Notion页面与数据库的搜索、读取、创建、更新及内容追加功能。支持按标题搜索、查询带过滤排序的数据库、创建新页或子页,并管理页面属性或归档操作,适用于Notion内容自动化管理场景。

electron/skills/notion/SKILL.md outworked/outworked

触发场景

需要搜索Notion页面或数据库 需要读取特定页面的内容 需要在Notion中创建新页面或数据库条目 需要更新页面属性或归档页面 需要查询带有筛选条件的数据库记录 需要向现有页面追加文本内容

安装

npx skills add outworked/outworked --skill Notion -g -y
更多选项

非标准路径

npx skills add https://github.com/outworked/outworked/tree/main/electron/skills/notion -g -y

不安装直接使用

npx skills use outworked/outworked@Notion

指定 Agent (Claude Code)

npx skills add outworked/outworked --skill Notion -a claude-code -g -y

安装 repo 全部 skill

npx skills add outworked/outworked --all -g -y

预览 repo 内 skill

npx skills add outworked/outworked --list

SKILL.md

Frontmatter
{
    "auth": {
        "type": "api-key",
        "provider": "notion"
    },
    "name": "Notion",
    "emoji": "📝",
    "tools": [
        "notion:search",
        "notion:read_page",
        "notion:create_page",
        "notion:update_page",
        "notion:query_database",
        "notion:append_blocks"
    ],
    "runtime": "notion",
    "description": "Search, read, create, and manage Notion pages and databases"
}

Notion Skill

You can search, read, create, and manage Notion pages and databases.

Tools

  • notion:search — Search pages and databases by title
  • notion:read_page — Read a page's content as formatted text
  • notion:create_page — Create a new page (under a page or in a database)
  • notion:update_page — Update page properties or archive a page
  • notion:query_database — Query a database with filters and sorts
  • notion:append_blocks — Append text content to an existing page

Tips

  • Page and database IDs can be found in the URL: notion.so/{workspace}/{pageId}
  • IDs work with or without dashes
  • When creating pages in a database, set parentType: "database" and provide properties matching the database schema
  • notion:read_page returns content as markdown-like plain text (headings, lists, todos, code blocks)
  • For notion:query_database, use Notion's filter format: { "property": "Status", "select": { "equals": "Done" } }
  • notion:append_blocks splits text by newlines — each line becomes a paragraph block

版本历史

  • 89ed7b9 当前 2026-07-19 08:49

同 Skill 集合

electron/skills/browser/SKILL.md
electron/skills/gmail/SKILL.md
electron/skills/google-calendar/SKILL.md
electron/skills/google-drive/SKILL.md
electron/skills/google-sheets/SKILL.md
electron/skills/scheduler/SKILL.md
electron/skills/slack/SKILL.md

元信息

文件数
0
版本
89ed7b9
Hash
d2a64a4d
收录时间
2026-07-19 08:49

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-23 03:47
浙ICP备14020137号-1 $访客地图$