Skip to content

aws/aws-core

v1.1.0Apache-2.0

Build, deploy, and operate applications on AWS. Skills to author infrastructure-as-code (CDK, CloudFormation), use core services (Lambda, API Gateway, Step Functions, ECS/Fargate, ECR, IAM, Amazon Bedrock with Knowledge Bases and Guardrails, AWS Blocks), select and operate databases across relational, key-value, document, wide-column, graph, time-series, and in-memory engines, and complete common tasks across observability, messaging and streaming, AWS SDKs, and cost optimization.

aws-core

The primary plugin for the Agent Toolkit for AWS. This plugin gives your AI coding agent the AWS MCP Server configuration and a curated set of agent skills — everything it needs to build, deploy, and manage applications on AWS.

Install

Claude Code

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

Codex

In your terminal:

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

Then launch Codex and run /plugins to browse and install the aws-core plugin.

What's included

AWS MCP Server

This plugin configures the AWS MCP Server, a managed server that gives your agent:

  • Real-time AWS documentation search through search_documentation (no authentication required)
  • On-demand skill discovery and retrieval through retrieve_skill (no authentication required)
  • Authenticated access to any of the 300+ AWS services through call_aws
  • Sandboxed Python script execution through run_script

Skills

This plugin includes the following default skills:

SkillDescription
billing-and-cost-managementAnalyze, monitor, and optimize AWS costs
aws-sdk-js-v3-usageBest practices for the AWS SDK for JavaScript v3
aws-sdk-python-usageBest practices for the AWS SDK for Python (boto3)
aws-sdk-swift-usageBest practices for the AWS SDK for Swift
aws-serverlessBuild serverless applications on AWS
bedrockBuild with Amazon Bedrock foundation models
cdkDefine and manage AWS infrastructure with CDK and CloudFormation
cloudformationCloudFormation deployment, validation, and troubleshooting
observabilityMonitor applications with CloudWatch
containersRun containerized workloads on AWS
storageStore and manage data with AWS storage services
aws-blocksBuild full-stack applications with AWS Blocks
aws-databaseRoute any AWS database task to the right service and skill

Rules files

Recommended AWS rules files are available separately in the rules/ directory of this repository.

Documentation