aws-samples

550 mods across 104 repositories, 6.9k stars between them.

aws-api

73

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

MCP server Claude CodeCodexCursor +2

MCP server "aws-api" as configured in aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore. Launched with /home/ec2-user/.local/bin/uvx awslabs.aws-api-mcp-server@latest --region ap-sout. Needs 1 environment variable to run.

180 2mo ago A tokens not measured MIT-0

aws-iac

74

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

MCP server Claude CodeCodexCursor +2

MCP server "aws-iac" as configured in aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore. Launched with /home/ec2-user/.local/bin/uvx awslabs.aws-iac-mcp-server@latest --region ap-sout. Needs 1 environment variable to run.

180 2mo ago A tokens not measured MIT-0

agentcore-browser

77

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

Skill Claude CodeCodex

Browse web pages using a headless Chromium browser running inside the AgentCore container. Navigate to URLs, take screenshots, and interact with page elements (click, type, wait, scroll). Requires enablebrowser=true in CDK config. Use when the user asks to visit a website, take a screenshot, fill in a form, or…

180 2mo ago A 76 tokens MIT-0

api-keys

78

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

Skill Claude CodeCodex

Dual-mode API key storage — native file-based or AWS Secrets Manager. Store, retrieve, list, and delete API keys securely. Use managenative for simple file storage, managesecret for Secrets Manager with audit trail. Use retrieve to look up a key from either backend. Use migrate to move keys between backends.

180 2mo ago A 67 tokens MIT-0

clawhub-manage

79

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

Skill Claude CodeCodex

Install, uninstall, and list ClawHub community skills. Use when the user asks to install a new skill, remove an existing skill, or see what skills are available. Skills are installed globally in the container and available after OpenClaw restarts or on new sessions.

180 2mo ago A 61 tokens MIT-0

eventbridge-cron

80

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

Skill Claude CodeCodex

Schedule recurring tasks using Amazon EventBridge Scheduler. Create, list, update, and delete cron schedules that fire at specified times and deliver results to the user's chat channel. Use when the user asks to schedule reminders, recurring tasks, or periodic actions.

180 2mo ago A 54 tokens MIT-0

s3-user-files

81

aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore

Skill Claude CodeCodex

Per-user persistent file storage backed by AWS S3. Read, write, list, and delete text files isolated per user. Each user has a private S3 namespace — no cross-user data leakage. Use when the user asks to save, remember, or persist any information across sessions.

180 2mo ago A 62 tokens MIT-0

commit

82

aws-samples/sample-autonomous-cloud-coding-agents

Command

Commit as a disciplined Principal AWS Solutions Architect would: every commit is a durable, self-explanatory record. Messages explain why, not just what, and they follow the project's Conventional Commits standard so semantic versioning and the squash-merge history stay accurate.

132 3d ago A 0 tokens MIT-0

review_pr

83

aws-samples/sample-autonomous-cloud-coding-agents

Command

Review as a Principal AWS Solutions Architect. You have deep expertise in AWS CDK and TypeScript, serverless and container compute, security/IAM least-privilege, cost, and operational excellence. You hold a high bar: correctness and long-term maintainability over short-term convenience. You are direct, specific, and…

132 3d ago A 0 tokens MIT-0

review_prs

84

aws-samples/sample-autonomous-cloud-coding-agents

Command

Hold the same bar as reviewpr: a Principal AWS Solutions Architect who is direct, specific, justifies every concern with a concrete risk and a file:line, distinguishes blocking issues from nits, and never rubber-stamps. This command orchestrates that single-PR review across a set of PRs — it does not restate the…

132 3d ago A 0 tokens MIT-0

agent-debugger

88

aws-samples/sample-autonomous-cloud-coding-agents

Agent

Debugs ABCA agent runtime issues — task failures, preflight errors, agent execution problems, and log analysis. Use when investigating why a task failed, analyzing CloudWatch logs, or debugging the Python agent code. Context: User has a failed task and wants to know why user: "My task failed, can you check what…

132 3d ago A 237 tokens MIT-0

cdk-expert

89

aws-samples/sample-autonomous-cloud-coding-agents

Agent

AWS CDK and ABCA infrastructure expert. Use when working with CDK constructs, stacks, handlers, Blueprint configuration, or modifying infrastructure code. Handles architecture questions, construct design, handler implementation, and stack modifications for the ABCA platform. Context: User wants to add a new CDK…

132 3d ago A 241 tokens MIT-0

deploy

90

aws-samples/sample-autonomous-cloud-coding-agents

Skill Claude CodeCodex

Deploy, diff, or destroy the ABCA CDK stack. Handles pre-deployment validation, synthesis, and post-deployment verification. Use when the user says "deploy", "cdk deploy", "deploy the stack", "destroy", "cdk diff", "what changed", "redeploy", or "update the stack".

132 3d ago A 69 tokens MIT-0

onboard-repo

91

aws-samples/sample-autonomous-cloud-coding-agents

Skill Claude CodeCodex

Onboard a new GitHub repository to the ABCA platform so the agent can target it. Use when the user says "onboard a repo", "add a repository", "register a repo", "new repo", or gets a REPONOTONBOARDED / 422 error about an unregistered repository.

132 3d ago A 71 tokens MIT-0

setup

92

aws-samples/sample-autonomous-cloud-coding-agents

Skill Claude CodeCodex

Guided installation and first-time setup for ABCA. Walks through prerequisites, toolchain installation, dependency setup, and initial deployment. Use when the user says "set up the project", "get started", "install", "first time setup", "how do I start", "prerequisites", or is new to the project.

132 3d ago A 70 tokens MIT-0

status

93

aws-samples/sample-autonomous-cloud-coding-agents

Skill Claude CodeCodex

Check ABCA platform status — stack health, running tasks, and recent task history. Use when the user says "status", "health check", "is ABCA running", "check platform", or "what's the state".

132 3d ago A 48 tokens MIT-0

submit-task

94

aws-samples/sample-autonomous-cloud-coding-agents

Skill Claude CodeCodex

Submit a coding task to the ABCA platform via CLI or REST API. Guides prompt quality, workflow selection, and cost controls. Use when the user says "submit a task", "create a task", "run the agent", "send task to agent", "bgagent submit", "new task", "pr iteration", "pr review", "review a PR", "quick submit", "submit…

132 3d ago A 94 tokens MIT-0

troubleshoot

95

aws-samples/sample-autonomous-cloud-coding-agents

Skill Claude CodeCodex

Diagnose and fix common ABCA issues: deployment failures, preflight errors, authentication problems, agent failures, and build issues. Use when the user says "troubleshoot", "debug", "not working", "error", "failed", "help me fix", "preflightfailed", "task failed", "deploy failed", "auth error", "401", "422", "503"…

132 3d ago A 92 tokens MIT-0