logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install aws/agent-toolkit-for-aws. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

aws/agent-toolkit-for-aws Installation Guide

How to install aws/agent-toolkit-for-aws. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for aws/agent-toolkit-for-aws. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i aws/agent-toolkit-for-aws
or

Install via npx

npx @hexmos/ipm i aws/agent-toolkit-for-aws

Prerequisites

uv

package manager

Version: latest

AWS account

service account

Version: any

AWS credentials

authentication

Version: configured

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install aws-core plugin for Claude Code

/plugin install aws-core@claude-plugins-official

/plugin marketplace update claude-plugins-official

Install aws-agents plugin for Claude Code

/plugin install aws-agents@claude-plugins-official

Install aws-data-analytics plugin for Claude Code

/plugin install aws-data-analytics@claude-plugins-official

Install aws-agents-for-devsecops plugin for Claude Code

/plugin install aws-agents-for-devsecops@claude-plugins-official

/reload-plugins

/aws-agents-for-devsecops:setup

Install aws-agents-for-devsecops plugin for Claude Code (alternative)

/plugin marketplace add aws/agent-toolkit-for-aws

/plugin install aws-agents-for-devsecops

/reload-plugins

/aws-agents-for-devsecops:setup

Install plugins for Codex

codex plugin marketplace add aws/agent-toolkit-for-aws

/plugins

Install aws-core plugin for Cursor

Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo

Install the aws-core plugin

Install aws-agents plugin for Cursor

Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo

Install the aws-agents plugin

Install aws-data-analytics plugin for Cursor

Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo

Install the aws-data-analytics plugin

Configure AWS MCP Server for Kiro

echo '{
  "mcpServers": {
    "aws": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws@1.6.2",
        "https://aws-mcp.us-east-1.api.aws/mcp",
        "--metadata", "AWS_REGION=us-west-2"
      ]
    }
  }
}' > .kiro/settings/mcp.json

Install skills for Kiro and other agents

npx skills add aws/agent-toolkit-for-aws/skills

Install skills for Other Agents

npx skills add aws/agent-toolkit-for-aws/skills

Clone Repository (Fallback)

git clone https://github.com/aws/agent-toolkit-for-aws

cd agent-toolkit-for-aws