Agent Skillsxuiltul/animaworks › notion-tool

notion-tool

GitHub

Notion集成工具,通过API支持对页面和数据库的搜索、读取、创建及更新操作。提供CLI接口以执行工作区查询、内容获取及数据管理任务。

templates/en/common_skills/notion-tool/SKILL.md xuiltul/animaworks

Trigger Scenarios

编辑或更新Notion页面 向数据库添加新行 在Notion工作区中搜索内容

Install

npx skills add xuiltul/animaworks --skill notion-tool -g -y
More Options

Non-standard path

npx skills add https://github.com/xuiltul/animaworks/tree/main/templates/en/common_skills/notion-tool -g -y

Use without installing

npx skills use xuiltul/animaworks@notion-tool

指定 Agent (Claude Code)

npx skills add xuiltul/animaworks --skill notion-tool -a claude-code -g -y

安装 repo 全部 skill

npx skills add xuiltul/animaworks --all -g -y

预览 repo 内 skill

npx skills add xuiltul/animaworks --list

SKILL.md

Frontmatter
{
    "name": "notion-tool",
    "tags": [
        "productivity",
        "notion",
        "external"
    ],
    "description": "Notion integration tool for searching, reading, creating, and updating pages and databases via the API. Use when: editing Notion pages, adding database rows, or searching a workspace."
}

Notion Tool

External tool for searching, reading, creating, and updating Notion pages and databases via the Notion API.

Invocation via Bash

Use Bash with animaworks-tool notion <subcommand> [args]. See Actions below for syntax.

Actions

search — Search workspace

{"tool_name": "notion", "action": "search", "args": {"query": "search term", "page_size": 10}}

get_page — Get page metadata

{"tool_name": "notion", "action": "get_page", "args": {"page_id": "page-id"}}

get_page_content — Get page body

{"tool_name": "notion", "action": "get_page_content", "args": {"page_id": "page-id"}}

get_database — Get database metadata

{"tool_name": "notion", "action": "get_database", "args": {"database_id": "database-id"}}

query — Query database

{"tool_name": "notion", "action": "query", "args": {"database_id": "database-id", "filter": {}, "sorts": [], "page_size": 10}}
  • filter: Notion API filter JSON (optional)
  • sorts: Array of sort conditions (optional)

create_page — Create page

{"tool_name": "notion", "action": "create_page", "args": {"parent_page_id": "parent-page-id", "properties": {"title": [{"text": {"content": "Title"}}]}}}
  • Either parent_page_id or parent_database_id is required
  • children: Array of page content blocks (optional)

update_page — Update page

{"tool_name": "notion", "action": "update_page", "args": {"page_id": "page-id", "properties": {}}}

create_database — Create database

{"tool_name": "notion", "action": "create_database", "args": {"parent_page_id": "parent-page-id", "title": "DB name", "properties": {}}}

CLI Usage (S/C/D/G-mode)

animaworks-tool notion search [query] -j
animaworks-tool notion get-page PAGE_ID -j
animaworks-tool notion get-page-content PAGE_ID -j
animaworks-tool notion get-database DATABASE_ID -j
animaworks-tool notion query DATABASE_ID [--filter JSON] [--sorts JSON] [-n 10] -j
animaworks-tool notion create-page --parent-page-id ID --properties JSON -j
animaworks-tool notion update-page PAGE_ID --properties JSON -j
animaworks-tool notion create-database --parent-page-id ID --title "name" --properties JSON -j

Notes

  • Notion API Token must be configured in credentials
  • Page/database IDs accept both hyphenated and non-hyphenated formats
  • Property structures follow the Notion API schema

Version History

  • 140e43b Current 2026-07-25 09:12

Same Skill Collection

.claude/skills/pixel-asset-gen/SKILL.md
templates/en/common_skills/agent-browser/SKILL.md
templates/en/common_skills/animaworks-guide/SKILL.md
templates/en/common_skills/aws-collector-tool/SKILL.md
templates/en/common_skills/chatwork-tool/SKILL.md
templates/en/common_skills/cron-management/SKILL.md
templates/en/common_skills/discord-tool/SKILL.md
templates/en/common_skills/github-tool/SKILL.md
templates/en/common_skills/gmail-tool/SKILL.md
templates/en/common_skills/google-calendar-tool/SKILL.md
templates/en/common_skills/google-tasks-tool/SKILL.md
templates/en/common_skills/image-gen-tool/SKILL.md
templates/en/common_skills/image-posting/SKILL.md
templates/en/common_skills/local-llm-tool/SKILL.md
templates/en/common_skills/machine-tool/SKILL.md
templates/en/common_skills/skill-creator/SKILL.md
templates/en/common_skills/slack-tool/SKILL.md
templates/en/common_skills/subagent-cli/SKILL.md
templates/en/common_skills/subordinate-management/SKILL.md
templates/en/common_skills/tool-creator/SKILL.md
templates/en/common_skills/transcribe-tool/SKILL.md
templates/en/common_skills/web-search-tool/SKILL.md
templates/en/common_skills/workspace-manager/SKILL.md
templates/en/common_skills/x-search-tool/SKILL.md
templates/en/common_skills/zoom-meeting-scribe/SKILL.md
templates/ja/common_skills/agent-browser/SKILL.md
templates/ja/common_skills/animaworks-guide/SKILL.md
templates/ja/common_skills/aws-collector-tool/SKILL.md
templates/ja/common_skills/chatwork-tool/SKILL.md
templates/ja/common_skills/cron-management/SKILL.md
templates/ja/common_skills/discord-tool/SKILL.md
templates/ja/common_skills/github-tool/SKILL.md
templates/ja/common_skills/gmail-tool/SKILL.md
templates/ja/common_skills/google-calendar-tool/SKILL.md
templates/ja/common_skills/google-tasks-tool/SKILL.md
templates/ja/common_skills/image-gen-tool/SKILL.md
templates/ja/common_skills/image-posting/SKILL.md
templates/ja/common_skills/local-llm-tool/SKILL.md
templates/ja/common_skills/machine-tool/SKILL.md
templates/ja/common_skills/notion-tool/SKILL.md
templates/ja/common_skills/skill-creator/SKILL.md
templates/ja/common_skills/slack-tool/SKILL.md
templates/ja/common_skills/subagent-cli/SKILL.md
templates/ja/common_skills/subordinate-management/SKILL.md
templates/ja/common_skills/tool-creator/SKILL.md
templates/ja/common_skills/transcribe-tool/SKILL.md
templates/ja/common_skills/web-search-tool/SKILL.md
templates/ja/common_skills/workspace-manager/SKILL.md
templates/ja/common_skills/x-search-tool/SKILL.md

Metadata

Files
0
Version
050238c
Hash
1fd71e12
Indexed
2026-07-25 09:12

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 15:27
浙ICP备14020137号-1 $방문자$