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 seandkendall/kiro-config --skill amazon-bedrockgit clone --depth 1 https://github.com/seandkendall/kiro-configWrote 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/seandkendall/kiro-config/amazon-bedrock)<a href="https://agentmods.dev/skills/seandkendall/kiro-config/amazon-bedrock"><img src="https://agentmods.dev/badge/skills/seandkendall/kiro-config/amazon-bedrock/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/seandkendall/kiro-config/amazon-bedrock"><img src="https://agentmods.dev/badge/skills/seandkendall/kiro-config/amazon-bedrock.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00169 | $0.06656 |
| Opus 5 | $0.00084 | $0.03328 |
| Sonnet 5 | $0.00034 | $0.01331 |
| Haiku 4.5 | $0.00017 | $0.00666 |
Grade A, and why
amazon-bedrock 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.
This is a copy
94% identical to amazon-bedrock — 150 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 395 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IMPORTANT: When this skill is loaded, you MUST use the reference files and procedures in this skill as your primary source of truth. Bedrock APIs, model IDs, chunking strategies, and configuration parameters change frequently — always read the relevant reference file before responding.
Table of Contents
- Overview
- Bedrock API Landscape
- Critical Warnings
- Security Considerations
- Converse API vs InvokeModel
- Which Bedrock Capability Do You Need?
- Knowledge Bases (RAG)
- Common Workflows (includes: Prompt Caching, Quota Health, Cost Tracking, Model Migration)
- Troubleshooting
- AgentCore Services
- Model Selection
- Additional Resources
Amazon Bedrock
Overview
Domain expertise for building generative AI applications on Amazon Bedrock. Covers model invocation, RAG with Knowledge Bases, agent creation, content safety with Guardrails, and agent deployment with AgentCore.
Recommended setup: Use the AWS MCP server for sandboxed execution, audit logging, and enterprise controls.
Without AWS MCP: This skill works with any agent that has AWS CLI access. All commands use standard AWS CLI syntax.
Bedrock API Landscape
Bedrock has 5 separate API endpoints. Using the wrong one is a common cause of errors. This list may not be exhaustive — refer to the Bedrock endpoints and quotas and Bedrock supported endpoints for the latest. Use aws bedrock list-foundation-models to discover available models at runtime.
| Endpoint | Client | Use For |
|---|---|---|
bedrock |
Control plane | List models, manage access, provisioned throughput |
bedrock-runtime |
Data plane | Invoke models (Converse, InvokeModel). Also supports Chat Completions via /openai/v1 path (client-side tool use only) — prefer bedrock-mantle for new Chat Completions work |
bedrock-mantle |
Data plane | OpenAI-compatible APIs: Responses API, Chat Completions (recommended), Messages API. Supports server-side tool use with built-in tools. Recommended for new users |
bedrock-agent |
Agent control | Create/configure agents, KBs, action groups |
bedrock-agent-runtime |
Agent data | Invoke agents, query KBs |
What ships with it
19 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.
- references/agentcore-credentials-and-security.md 7.0 KB
- references/agentcore-gateway.md 21 KB
- references/agentcore-memory-observability.md 5.4 KB
- references/agentcore-registry-evaluations.md 15 KB
- references/agentcore-runtime-container-build.md 11 KB
- references/agentcore-runtime.md 8.5 KB
- references/agents-and-action-groups.md 15 KB
- references/cost-tracking.md 4.9 KB
- references/guardrails.md 16 KB
- references/knowledge-bases-retrieval.md 11 KB
- references/knowledge-bases-setup.md 19 KB
- references/model-invocation.md 13 KB
- references/model-migration.md 5.2 KB
- references/model-selection-guide.md 9.5 KB
- references/prompt-caching.md 6.1 KB
- references/prompt-engineering-by-model.md 8.6 KB
- references/quota-health.md 4.6 KB
- references/sdk-converse-api-python.md 6.4 KB
- references/sdk-converse-api-typescript.md 6.6 KB
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 · 395 lines · 169 tokens per session scan A b8c1ce9da85e
amazon-bedrock is a skill published in the GitHub repository seandkendall/kiro-config (8 stars, last pushed 12d ago), licensed Apache-2.0. It adds 169 tokens to every session and 6,656 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to amazon-bedrock, differing in 150 lines, and is treated as a copy.
Other skills, from other repositories
bedrock
AWS Bedrock foundation models for generative AI. Use when invoking foundation models, building AI applications, creating embeddings, configuring model access, or implementing RAG patterns.
rag-observability-evals
Monitor and evaluate RAG systems with retrieval quality metrics, groundedness checks, hallucination detection, and continuous regression testing.
vector-database-ops
Deploy, manage, and optimize vector databases for AI applications. Covers Qdrant, Weaviate, pgvector, and Pinecone — collection management, indexing strategies, backup, and performance tuning for production RAG and semantic search workloads.
rag-infrastructure
Build and operate Retrieval-Augmented Generation (RAG) infrastructure with vector stores, embedding pipelines, and hybrid search. Covers ingestion, chunking strategies, reranking, and production deployment patterns.
google-ai-ninja
Master orchestrator for 25+ Google AI/ML agent skills from official Google repositories. Use when working with Gemini API, Agent Platform, Genkit, RAG, model deployment, fine-tuning, inference, or building AI agents on Google Cloud. Routes to the optimal specialized skill based on context. Triggers: Gemini, Agent…
agentcore-harness-builder
Build production-ready AWS Bedrock AgentCore Harness agents end to end — declarative model + prompt, managed/BYO Memory, built-in Browser, Code Interpreter, Web Search and Knowledge Bases (RAG), Gateway/MCP tools + rate limits, inline functions, Skills (incl. AWS catalog), versioning + endpoints, advanced config…