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 skills add aws-samples/sample-strands-agent-with-agentcore --skill arxiv-searchgit 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/arxiv-search)<a href="https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/arxiv-search"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/arxiv-search.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00013 | $0.00382 |
| Opus 5 | $0.00006 | $0.00191 |
| Sonnet 5 | $0.00003 | $0.00076 |
| Haiku 4.5 | $0.00001 | $0.00038 |
Grade A, and why
arxiv-search 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 9d 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.
What it actually says
ArXiv Paper Search
Available Tools
-
arxiv_search(query): Search scientific papers on ArXiv by keyword, author, or topic.
query(string, required): Search query for papers
-
arxiv_get_paper(paper_ids): Get detailed paper content (abstract, metadata, content preview) from ArXiv.
paper_ids(string, required): Comma-separated paper IDs (e.g., "2301.12345" or "2301.12345,2302.67890")
Usage Guidelines
- Use specific academic keywords for best search results (e.g., "transformer attention mechanism" rather than "AI").
- Paper IDs follow the format:
2301.12345orcs.AI/2301.12345. - When presenting results, include: title, authors, abstract summary, and ArXiv link.
- Use
arxiv_searchfirst to find relevant papers, thenarxiv_get_paperfor detailed content. - Pass multiple paper IDs at once as comma-separated values for efficiency.
Citation Format
When presenting information from papers, wrap every specific claim in <cite> tags:
<cite source="PAPER_TITLE" url="https://arxiv.org/abs/PAPER_ID">claim text</cite>
Rules:
- Cite findings, methods, statistics, and specific claims from papers.
- The
sourceattribute should contain the paper title. - The
urlattribute should contain the ArXiv URL (https://arxiv.org/abs/XXXX.XXXXX). - Do NOT cite your own reasoning or general knowledge.
- Use the minimum number of citations necessary to support claims.
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.
- 9d ago First seen · 38 lines · 13 tokens per session scan A bccefb563d00
arxiv-search is a skill published in the GitHub repository aws-samples/sample-strands-agent-with-agentcore (192 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 382 once invoked, about $0.0001 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
python-math
Small Python utilities for math and text files.
draw-image
Generate an image from a text prompt using an OpenAI-compatible image generation API (gpt-image-1-mini or compatible). The image is uploaded to the gofile.io public file sharing service and ONLY the public download page URL is returned. Trigger when user asks to draw, paint, generate, or create an image.
emem-field-tokens
Get a native-resolution raster field over an area from emem, or a field over time, as a signed, verifiable artifact rather than a set of per-cell scalars. Use when the user needs the actual grid of values over an area of interest (a world model input, an NDVI/band drape, change analysis over a scene window, exportable…
emem-locate-and-recall
Resolve a free-form place name to an emem cell64 and recall signed Earth-observation facts at that location. Use when the user asks about current weather, vegetation index, elevation, soil properties, or any other geospatial measurement at a named place ("what's the temperature in Bengaluru", "how high is Denali"…
emem-recall-polygon
Recall signed Earth-observation facts at every cell inside a user-supplied polygon. Use when the user asks about an extent rather than a point — "what's the average NDVI inside this watershed", "show me precipitation across the Western Ghats", "what's the elevation profile of this region". Accepts a polygon as [lng…
A2A JSON-RPC Call
Call a peer agent's A2A JSON-RPC endpoint. Supports tasks/send (send a task message) and tasks/get (query task status).