Amazon Bedrock AgentCore Samples is a collection of examples and tutorials for deploying and operating AI agents with Amazon Bedrock AgentCore. Developers use it to integrate agent applications built with different frameworks and language models while learning AgentCore features. The catalogue add-ons provide agent-oriented guidance for working with these samples and services.
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/awslabs/agentcore-samples/sector-rotationnpx skills add awslabs/agentcore-samples --skill sector-rotationgit clone --depth 1 https://github.com/awslabs/agentcore-samplesWrote 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/awslabs/agentcore-samples/sector-rotation)<a href="https://agentmods.dev/skills/awslabs/agentcore-samples/sector-rotation"><img src="https://agentmods.dev/badge/skills/awslabs/agentcore-samples/sector-rotation.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.00022 | $0.00374 |
| Opus 5 | $0.00011 | $0.00187 |
| Sonnet 5 | $0.00004 | $0.00075 |
| Haiku 4.5 | $0.00002 | $0.00037 |
Grade A, and why
sector-rotation 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.
What it actually says
Sector Rotation Skill
Use this skill when a user asks about sector allocation, where to rotate capital, which sectors to favor or avoid, or how to position a portfolio across sectors.
Required workflow
- Retrieve the overall market overview using
get_market_overview. - Retrieve detailed data for the following sectors using
get_sector_datafor each: technology, healthcare, financials, energy, consumer_staples, consumer_discretionary. - Search for macro news using
search_newswith sector="macro" to understand the rate/GDP backdrop. - Rank sectors by today's performance and YTD trend direction.
- Classify each sector as Overweight, Neutral, or Underweight based on:
- Today's performance relative to the broad market
- Outlook field from sector data
- Macro backdrop (rate environment, growth signals)
- Identify the top 2 sectors to overweight and the bottom 2 to underweight.
- Provide a rotation rationale (2–3 sentences) explaining the macro driver.
Output Format
Sector Rotation Recommendation
Market backdrop : {brief macro summary}
Overweight (1) : {sector} — {reason}
Overweight (2) : {sector} — {reason}
Neutral : {sectors list}
Underweight (1) : {sector} — {reason}
Underweight (2) : {sector} — {reason}
Rotation theme : {1–2 sentence theme}
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 · 39 lines · 22 tokens per session scan A b15f984f1721
sector-rotation is a skill published in the GitHub repository awslabs/agentcore-samples (3,335 stars, last pushed yesterday), licensed Apache-2.0. It adds 22 tokens to every session and 374 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
travel-expense-audit
Audit travel / 差旅报销 claims against uploaded policy handbooks and rate tables (lodging caps, transport, per diem). Use for 差旅费审核, travel expense review, or lodging over-limit checks.
risk-scoring
Score how concentrated and risky a portfolio is on a 0-100 scale from its position weights. Use when the user asks how risky their portfolio is, whether it is too concentrated, or for a diversification check.
valuation
Estimate whether a stock looks cheap or expensive using a price-to-earnings (P/E) based fair-value method. Use when the user asks if a stock is over- or under-valued, or for a fair-value / target price.
kirocrew-app-dev
Build, package, and publish KiroCrew external apps. Covers app.json manifest, UI components, crons, skills, self-healing install, git publishing, and common pitfalls.
babysit
Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…
computer-use
Read and drive native desktop applications through the accessibility layer — list on-screen apps, snapshot one window as a numbered element tree, then click / type / set a value / scroll / drag / run a named action, by element index or by screen coordinates. Use for work in a desktop app rather than a web page. Full…