notion-tool

notion-tool is a skill for Claude Code, Codex from xuiltul/animaworks. It costs 41 tokens per session (734 once invoked), scanned A, original, Apache-2.0.

A tool for working with Notion, a workspace for documents and databases, through its API. It can search and read pages, inspect databases, and create or update workspace content.

In plain words
What is it for?
Use it to search a workspace, read page content, inspect or query databases, create pages, and update Notion records.
Why use it?
It lets an agent retrieve and maintain Notion information without manually navigating the workspace. This is useful when project data lives in Notion pages or tables.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/xuiltul/animaworks/notion-tool
Any agent
npx skills add xuiltul/animaworks --skill notion-tool
Clone the repo
git clone --depth 1 https://github.com/xuiltul/animaworks

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for notion-tool

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuiltul/animaworks/notion-tool.svg)](https://agentmods.dev/skills/xuiltul/animaworks/notion-tool)
Your own site
<a href="https://agentmods.dev/skills/xuiltul/animaworks/notion-tool"><img src="https://agentmods.dev/badge/skills/xuiltul/animaworks/notion-tool.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 734 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00734
Opus 5 $0.00020 $0.00367
Sonnet 5 $0.00008 $0.00147
Haiku 4.5 $0.00004 $0.00073

Measured 6d ago against content hash 1fd71e127121, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

notion-tool scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/en/common_skills/notion-tool/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 81 lines · 41 tokens per session scan A 1fd71e127121

Subscribe to this mod's changes

notion-tool is a skill published in the GitHub repository xuiltul/animaworks (254 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 734 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agency-os

Notion-as-source-of-truth dispatch board for running your work like an AI agency. One Tasks database is the source of truth; tasks flow Suggestion through Discussion, To-Do, In Progress, and Done with subtasks, recurring cadences, dependencies, and template subtrees. Batch execution fans approved To-Do rows out to…

jeremylongshore/tons-of-skills-marketplace · 142 tokens

email-triage

Classify incoming emails into triage categories using content analysis, sender profile memory, and thread detection. Produces a category (URGENT, REPLYNEEDED, FYI, NEWSLETTER, NOTIFICATION, SPAM) with confidence and reasoning.

vladkesler/initrunner · 55 tokens

database-verification

Shell-based database connectivity and integrity checks. Verifies that databases are reachable, schemas match expectations, and data integrity constraints hold.

vladkesler/initrunner · 29 tokens

open-questions

Shows the user dashboard: pending questions the agent has logged for the user, goals with participants including user, and blocked goals grouped by blocker reason. Use whenever the user says "what do you need from me", "what's blocked", "what questions do you have", "what am I on the hook for", or invokes…

zkysar1/Claude-Mind · 98 tokens

efficient-execution

Reduce token waste and task completion time by choosing the simplest tool for each job.

zqiren/Orbital · 0 tokens

local-document-organizer

Preview-first local file organizer. Scan a user-named folder, classify files with readable rules, show a plan, execute approved moves and undo them. Use for sorting Downloads, renaming into category folders, or reviewing organization history, including scoped metadata-only course persistence. Do not use for knowledge…

Prompthon-IO/agent-systems-handbook · 72 tokens