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-awsor
Install via npx
npx @hexmos/ipm i aws/agent-toolkit-for-awsPrerequisites
uv
package managerVersion: latest
AWS account
service accountVersion: any
AWS credentials
authenticationVersion: 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-officialInstall aws-agents plugin for Claude Code
/plugin install aws-agents@claude-plugins-officialInstall aws-data-analytics plugin for Claude Code
/plugin install aws-data-analytics@claude-plugins-officialInstall aws-agents-for-devsecops plugin for Claude Code
/plugin install aws-agents-for-devsecops@claude-plugins-official
/reload-plugins
/aws-agents-for-devsecops:setupInstall 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:setupInstall plugins for Codex
codex plugin marketplace add aws/agent-toolkit-for-aws
/pluginsInstall aws-core plugin for Cursor
Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo
Install the aws-core pluginInstall aws-agents plugin for Cursor
Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo
Install the aws-agents pluginInstall aws-data-analytics plugin for Cursor
Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo
Install the aws-data-analytics pluginConfigure 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.jsonInstall skills for Kiro and other agents
npx skills add aws/agent-toolkit-for-aws/skillsInstall skills for Other Agents
npx skills add aws/agent-toolkit-for-aws/skillsClone Repository (Fallback)
git clone https://github.com/aws/agent-toolkit-for-aws
cd agent-toolkit-for-aws