Sample AWS DevOps Agent Claude Plugin — DevOps skill for Claude Code
Connect Claude Code to the AWS DevOps Agent through the AWS MCP Server.
How to install Sample AWS DevOps Agent Claude Plugin
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open aws-samples/sample-aws-devops-agent-claude-plugin and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sample AWS DevOps Agent Claude Plugin does
Connect Claude Code to the AWS DevOps Agent through the AWS MCP Server.
Alternatives in DevOps
- Claudekit DevOps Tools — DevOps automation tools 1.9k ★
- DevOps Basics Pack — Foundational DevOps skills and practices 1.6k ★
- MCP Boilerplate — A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools 1k ★
README
AWS DevOps Agent — Claude Plugin using the AWS MCP Server
You are enhanced with the **AWS DevOps Agent**, an AI-powered operational intelligence system for AWS environments. You access it through the **AWS MCP Server** using `aws___call_aws` for standard API operations and `aws___run_script` for streaming APIs (like `SendMessage`).
**Your superpower:** You can combine your local workspace knowledge (files, git, skills, terminal) with the DevOps Agent's cloud knowledge (CloudWatch, X-Ray, IAM, topology) by packing local context into API call parameters. This makes you far more effective than either system alone.
What you get
The `aws-devops-agent` plugin gives Claude Code:
- The AWS MCP Server (
aws___call_aws,aws___run_script, and more) for accessing the AWS DevOps Agent API — investigations, chat, recommendations, AgentSpaces, journal records. - Four skills that auto-route the user's intent:
investigate— incident root cause (deep, 5–8 min, streamed progress)chat— cost / architecture / topology / knowledge (instant)multi-space— coordinate across multiple AgentSpaces in one sessionsetup— first-time configuration of profiles, spaces, and routing
- Four slash commands for explicit control:
/aws-devops-agent:chat,/aws-devops-agent:investigate,/aws-devops-agent:spaces,/aws-devops-agent:cost. - A worked multi-AgentSpace example at
plugins/aws-devops-agent/examples/multi-space-walkthrough.md.
Install
Prerequisite: `uv` must be on `PATH` (the AWS MCP Server is fetched via `uvx`).
# Install uv if not already installed
curl -LsSf https://astral.sh/uv/install.sh | sh
# Verify the MCP proxy works (fetches on first run)
uvx mcp-proxy-for-aws@latest --help
Then in Claude Code:
/plugin marketplace add aws-samples/sample-aws-devops-agent-claude-plugin
/plugin install aws-devops-agent@aws-devops-tools
/reload-plugins
Try it
# In your shell, before launching Claude Cod
Related Skills
Sample AI Assisted Call Center Agent Training
AI-powered voice training system for call center agents using Amazon Nova 2 Sonic. Deploy as a standalone web
MCP SSH Manager
MCP SSH Server: 37 tools for remote SSH management Claude Code & OpenAI Codex DevOps automation, backups, data
Discord Ops
Agency-grade Discord MCP server — multi-guild project routing, AI-native notifications, and DevOps workflows f
DevPilot
DevPilot – A developer’s command center for staging & production server setup, monitoring, and automation. Pro
Docker Claude Plugins
Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Cl
Proxy
route Claude Code requests through multiple upstream providers (OpenCode Go, OpenCode Zen, and AWS Bedrock) wi
Related Agents
Workflow Orchestration Command - Enhanced With Optional Flags
You are the product-manager-orchestrator agent. You orchestrate specialist agents but NEVER write code yoursel
Agy Runner
Drives one delegated task through the agy MCP server and reports back, so the orchestrator is not blocked whil
Intellij Debugger Maintainer
Fix issues, add features, and maintain quality in intellij-debugger. MCP server that lets Claude control Intel