notion

notion is a skill for Claude Code, Codex from aws-samples/sample-strands-agent-with-agentcore. It costs 33 tokens per session (1,370 once invoked), scanned A, original, MIT.

A tool for searching, reading, creating, and updating Notion pages and databases. Notion is a workspace for notes, documents, and structured information.

In plain words
What is it for?
Use it to find accessible pages or databases, read their contents, create pages, capture knowledge, prepare for meetings, and turn specifications into tasks.
Why use it?
It helps keep research, meeting notes, knowledge, and work items in one place and connect written specifications with tasks.

Skill for Claude CodeCodex

About the project

Sample Strands Agent with Amazon Bedrock AgentCore is an end-to-end reference architecture for building multi-agent chatbots on AWS. Teams use it to explore agent orchestration, tool execution, memory, browser automation, and agent-to-agent collaboration with Strands Agents and Bedrock AgentCore.

aws-samples/sample-strands-agent-with-agentcore · 192 stars · on GitHub

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/aws-samples/sample-strands-agent-with-agentcore/notion
Any agent
npx skills add aws-samples/sample-strands-agent-with-agentcore --skill notion
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-strands-agent-with-agentcore

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/notion.svg)](https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/notion)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/notion"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/notion.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,370 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 $0.00033 $0.01370
Opus 5 $0.00016 $0.00685
Sonnet 5 $0.00007 $0.00274
Haiku 4.5 $0.00003 $0.00137

Measured 5d ago against content hash c881eafd16eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

notion 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 5d 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.

chatbot-app/agentcore/skills/notion/SKILL.md · 129 lines

How it starts

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

Notion

Available Tools

  • notion_search(query?, filter_type?, page_size?): Search across all accessible pages and databases.

    • query (string, optional): Search text. Empty string returns all accessible pages.
    • filter_type (string, optional): "page" or "database". Use "database" to list databases.
    • page_size (integer, optional, default: 10, max: 100)
  • notion_fetch(page_id, include_block_ids?): Fetch a page's full content as readable markdown (metadata + all blocks in one call).

    • page_id (string, required): Page or database entry ID.
    • include_block_ids (boolean, optional, default: false): If true, appends each block's ID as <!-- id:... -->. Use this when you need to update a specific block with notion_update_block.
    • Returns: title, URL, last-edited time, and full body as markdown.
  • notion_create_page(parent_type, parent_id, title, properties_json?, content_markdown?): Create a new page.

    • parent_type (string, required): "database", "page", or "workspace" (workspace root)
    • parent_id (string, required): Parent UUID — ignored when parent_type="workspace"
    • title (string, required): Page title
    • properties_json (string, optional): Database properties as a JSON string — e.g., '{"Status": {"select": {"name": "In Progress"}}}'
    • content_markdown (string, optional): Initial body content as markdown (see Markdown Support below)
  • notion_update_page(page_id, properties_json, archived?): Update page properties (metadata/database fields only, not content blocks).

  • notion_update_block(block_id, content_markdown): Replace the content of a specific existing block.

    • block_id (string, required): Block ID — obtain via notion_fetch(include_block_ids=True)
    • content_markdown (string, required): New content as a single markdown line (only the first block is used)
    • page_id (string, required)
    • properties_json (string, required): Properties as a JSON string
    • archived (boolean, optional): true to archive, false to unarchive

Read the full file on GitHub · 129 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 129 lines · 33 tokens per session scan A c881eafd16eb

Subscribe to this mod's changes

notion is a skill published in the GitHub repository aws-samples/sample-strands-agent-with-agentcore (192 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 1,370 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.