Agent Skillsxuiltul/animaworks › notion-tool

notion-tool

GitHub

Notion API集成工具,支持通过CLI对页面和数据库执行搜索、获取、创建及更新操作。适用于需要自动化管理Notion内容、查询数据或编辑工作区资源的场景。

templates/ja/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/ja/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連携ツール。ページ・データベースの検索・取得・作成・更新をAPIで行う。 Use when: Notionページ編集、データベース行の追加、ワークスペースの検索・取得が必要なとき。"
}

Notion ツール

Notion API 経由でページ・データベースの検索・取得・作成・更新を行う外部ツール。

呼び出し方法

Bash: animaworks-tool notion <サブコマンド> [引数] で実行

アクション一覧

search — ワークスペース検索

animaworks-tool notion search [検索ワード] -j

get_page — ページメタデータ取得

animaworks-tool notion get-page PAGE_ID -j

get_page_content — ページ本文取得

animaworks-tool notion get-page-content PAGE_ID -j

get_database — データベースメタデータ取得

animaworks-tool notion get-database DATABASE_ID -j

query — データベースクエリ

animaworks-tool notion query DATABASE_ID [--filter JSON] [--sorts JSON] [-n 10] -j
  • filter: Notion API フィルタ JSON(任意)
  • sorts: ソート条件の配列(任意)

create_page — ページ作成

animaworks-tool notion create-page --parent-page-id ID --properties JSON -j
  • parent_page_id または parent_database_id のいずれかが必須
  • children: ページ本文ブロック配列(任意)

update_page — ページ更新

animaworks-tool notion update-page PAGE_ID --properties JSON -j

create_database — データベース作成

animaworks-tool notion create-database --parent-page-id ID --title "名前" --properties JSON -j

CLI使用法

animaworks-tool notion search [検索ワード] -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 "名前" --properties JSON -j

注意事項

  • Notion API Token は credentials に事前設定が必要
  • ページ/データベースの ID はハイフン付き・なしどちらも可
  • properties の構造は Notion API のスキーマに従う

Version History

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

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/notion-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/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
ca2decb5
Indexed
2026-07-25 09:13

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 04:40
浙ICP备14020137号-1 $mapa de visitantes$