Kiro Gateway is a proxy API gateway that exposes models available through Kiro, Amazon Q Developer, or AWS CodeWhisperer to coding tools and other OpenAI- or Anthropic-compatible clients. It is for people who want to connect those clients to Claude and other models offered by their Kiro subscription. The catalogue entry provides an instruction for using the gateway.
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 instructions/jwadow/kiro-gateway/agents-mdgit clone --depth 1 https://github.com/jwadow/kiro-gatewayWrote 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/instructions/jwadow/kiro-gateway/agents-md)<a href="https://agentmods.dev/instructions/jwadow/kiro-gateway/agents-md"><img src="https://agentmods.dev/badge/instructions/jwadow/kiro-gateway/agents-md.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.06728 | $0.06728 |
| Opus 5 | $0.03364 | $0.03364 |
| Sonnet 5 | $0.01346 | $0.01346 |
| Haiku 4.5 | $0.00673 | $0.00673 |
Grade C, and why
kiro-gateway AGENTS.md scanned grade C with 1 finding 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.
Enumerates the file system for secretshighData exfiltration
Searching home directories for .env, .ssh, .aws or credential files is reconnaissance for credential theft.
ls -la ~/.aws/sso/cache/ The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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 · 880 lines · 6,728 tokens per session scan C f94f335974dd
kiro-gateway AGENTS.md is an instructions file published in the GitHub repository jwadow/kiro-gateway (2,258 stars, last pushed 3mo ago), licensed AGPL-3.0. It adds 6,728 tokens to every session, about $0.0336 per session on Opus 5. A static security scan graded it C with 1 finding (enumerates the file system for secrets). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
Baton CLAUDE.md
Instructions for zhu-xiaowei/Baton, covering baton — project context, workflow rules, what is this, core design principle and current status.
langchain-aws AGENTS.md
AGENTS.md instructions for langchain-ai/langchain-aws, covering global development guidelines for the langchain monorepo, project architecture and context, langchain-aws structure, key components and langgraph-checkpoint-aws structure.
aws-bench AGENTS.md
AGENTS.md instructions for aws-bench/aws-bench, covering agents.md, setup, commands, project structure and code style.
drawio-ai-kit AGENTS.md
Instructions for sparklabx/drawio-ai-kit, covering repository guidelines, tech stack & runtime and code conventions & common patterns.
spring-ai-agentcore AGENTS.md
AGENTS.md instructions for spring-ai-community/spring-ai-agentcore, covering agents.md, project overview, architecture, key components and artifact store classes.
awsmux AGENTS.md
Instructions for 0hardik1/awsmux, covering agents.md, what awsmux is, build, test, verify, layout and the safety model — invariants you must not weaken.