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.
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.
npx agentmods add skills/aws-samples/sample-strands-agent-with-agentcore/notionnpx skills add aws-samples/sample-strands-agent-with-agentcore --skill notiongit clone --depth 1 https://github.com/aws-samples/sample-strands-agent-with-agentcoreWrote 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.
[](https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/notion)<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>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.
| Model | Per session | Once 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 |
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.
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 withnotion_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 whenparent_type="workspace"title(string, required): Page titleproperties_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 vianotion_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 stringarchived(boolean, optional):trueto archive,falseto unarchive
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.
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.
- 5d ago First seen · 129 lines · 33 tokens per session scan A c881eafd16eb
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.
Other skills, from other repositories
github
Drive GitHub via the official gh CLI — repos, issues, pull requests, releases, gists, Actions runs, and raw REST through gh api. Use when the user asks to inspect or manage GitHub.
Manipulate PDF files — merge, split, extract pages/text, PDF↔images, OCR, info — via the qpdf / poppler / ocrmypdf CLIs. Use to combine, slice, convert, or OCR PDFs.
xlsx
Create and edit Excel .xlsx workbooks (sheets, cells, formulas, formatting) via Python openpyxl. Use to generate spreadsheets or write/update cells. Reading is via os.fs.readdocument.
slack-report-delivery
Deliver formatted network reports, audit results, topology diagrams, and compliance documentation to Slack channels with rich Block Kit formatting. Use when posting a health check report, sharing a security audit, delivering topology diagrams, or sending scheduled network reports to Slack.
sred-project-organizer
Take a list of projects and their related documentation, and organize them into the SRED format for submission.
notion
Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.