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.
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.
AGENTS.md instructions for aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore, covering agents.md — openclaw-on-agentcore, build & validation commands (backpressure), cdk (python), synth — must pass before committing any cdk change and run python unit tests.
Claude Code instructions for aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore, covering claude.md, project overview, tech stack, architecture and project structure.
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…
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.
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.
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.
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.
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.
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…
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…
Autonomous background coding agents on AWS. Turn tasks into pull requests via isolated runtimes, with built-in orchestration, observability, and governance.
AGENTS.md instructions for aws-samples/sample-autonomous-cloud-coding-agents, covering agents.md, your role, commands (run these), git workflow and where to make changes.
Claude Code instructions for aws-samples/sample-autonomous-cloud-coding-agents, a project described as: Autonomous background coding agents on AWS. Turn tasks into pull requests via isolated runtimes, with built-in orchestration, observability, and governance.
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…
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…
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".
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.
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.
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".
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…