Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add odere-pro/claude-aws-architect/plugin install claude-aws-architectWrote 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/commands/odere-pro/claude-aws-architect/aws-doctor)<a href="https://agentmods.dev/commands/odere-pro/claude-aws-architect/aws-doctor"><img src="https://agentmods.dev/badge/commands/odere-pro/claude-aws-architect/aws-doctor/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/commands/odere-pro/claude-aws-architect/aws-doctor"><img src="https://agentmods.dev/badge/commands/odere-pro/claude-aws-architect/aws-doctor.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.00062 | $0.00785 |
| Opus 5 | $0.00031 | $0.00392 |
| Sonnet 5 | $0.00012 | $0.00157 |
| Haiku 4.5 | $0.00006 | $0.00078 |
Grade C, and why
aws-doctor 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 10d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
- This command does not modify `.mcp.json`, `${HOME}/.aws/credentials`, or any consumer file. How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are running the claude-aws-architect doctor — an in-session environment health check.
Inputs
- Arguments:
$ARGUMENTS(optional--jsonflag for structured output). - Plugin root:
${CLAUDE_PLUGIN_ROOT}— resolves toscripts/doctor.shwhen the scripts bundle is installed.
Action
- Resolve the doctor script path:
${CLAUDE_PLUGIN_ROOT}/scripts/doctor.sh. - If the script exists, execute it via Bash with the user-supplied arguments forwarded verbatim. The script verifies:
uvx(and underlyinguv) is installed and onPATH.awsCLI is installed and onPATH.AWS_PROFILEandAWS_REGIONare set in the environment.- Every stdio MCP server declared in
${CLAUDE_PLUGIN_ROOT}/.mcp.jsonresolves viauvx. - Every declared MCP server is enabled (or approval-pending) per the consumer's
.claude/settings*.json— flags any server explicitly listed indisabledMcpjsonServers. aws sts get-caller-identitysucceeds against the resolved profile.- The minimum IAM permission set required by the plugin's MCP servers is present.
- If the script does not exist yet (the scripts bundle has not been installed), emit a clearly-marked notice: the script ships in a later integration step; report which environment checks the user can run manually in the meantime.
Exit-code mapping
When the script ran:
0— environment is healthy.1— a required tool (uvx,aws) is missing.2— required environment variables (AWS_PROFILE,AWS_REGION) are missing.3— at least one MCP server failed to resolve.4—sts:GetCallerIdentityfailed (credentials, MFA, or expired session).5— minimum-IAM presence check failed.6— one or more MCP servers declared in.mcp.jsonare explicitly disabled in the consumer's.claude/settings*.json. The user must re-enable via/mcpor by removing the server fromdisabledMcpjsonServersbefore recipes that depend on it can ground.
Surface the exit code in the user-facing response. On non-zero exit, point the user at the next step (rotate credentials, set the env var, install the missing tool, enable the disabled MCP via /mcp) instead of emitting a wall of stack output.
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.
- 10d ago First seen · 56 lines · 62 tokens per session scan C fc4f3ba68c46
aws-doctor is a command published in the GitHub repository odere-pro/claude-aws-architect (1 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 785 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
progress
View your CodeSensei learning dashboard — belt rank, XP, streaks, and skills.
recap
Get a summary of everything you learned this session — concepts, quizzes, and progress.
caiq-generate
Generate CAIQ (Consensus Assessments Initiative Questionnaire) responses.
map-framework
Map CSA CCM controls to other compliance frameworks.
cccs-guidance
CCCS assessment process and certified cloud provider guidance.
AWS Inspector Collect
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.