⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

v1.1

amazon-location-service

@awslabs⭐ 904 stars

Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.

—/10

// RATINGS

⭐GitHub Stars
⭐⭐⭐⭐ 904GitHub ↗

Popular

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

Agent Plugins for AWS

Read this in other languages: 日本語

[!IMPORTANT] Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See AWS Responsible AI Policy.

What's new

[!TIP] The Agent Toolkit for AWS is now live! The Agent Toolkit for AWS is the successor to the MCP servers, plugins, and skills available on AWS Labs, and was informed by feedback from customers like you. If you're building production software using coding agents or building agents for your own customers, we recommend Agent Toolkit for AWS. It includes IAM condition keys to distinguish agent actions from human ones, CloudWatch and CloudTrail visibility, and skills that have been evaluated for accuracy and effectiveness. This repo continues to work and accept contributions. Over time, the most useful projects here will move into Agent Toolkit for AWS.


Agent Plugins for AWS

Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS. Agent plugins are currently supported by Claude Code, Codex, and Cursor.

AI coding agents are increasingly used in software development, helping developers write, review, and deploy code more efficiently. Agent skills and the broader agent plugin packaging model are emerging as best practices for steering coding agents toward reliable outcomes without bloating model context. Instead of repeatedly pasting long AWS guidance into prompts, developers can now encode that guidance as reusable, versioned capabilities that agents invoke when relevant. This improves determinism, reduces context overhead, and makes agent behavior easier to standardize across teams. Agent plugins act as containers that package different types of expertise artifacts together. A single agent plugin can include:

  • Agent skills – Structured workflows and best-practice playbooks that guide AI through complex tasks like deployment, code review, or architecture planning. Agent skills encode domain expertise as step-by-step processes.
  • MCP servers – Connections to external services, data sources, and APIs. MCP servers give your assistant access to live documentation, pricing data, and other resources at runtime. Learn more about MCP servers for AWS.
  • Hooks – Automation and guardrails that run on developer actions. Hooks can validate changes, enforce standards, or trigger workflows automatically.
  • References – Documentation, configuration defaults, and knowledge that the agent skill can consult. References make agent skills smarter without bloating the prompt.

As new types of expertise artifacts emerge in this space, they can be packaged into agent plugins, making the evolution transparent to developers.

Best practices

To maximize the benefits of plugin-assisted development while maintaining security and code quality, follow these essential guidelines:

  • Always review generated code before deployment (for example, against your constraints for security, cost, resilience)
  • Use plugins as accelerators, not replacements for developer judgment and expertise.
  • Keep plugins updated to benefit from the latest AWS best practices.
  • Follow the principle of least privilege when configuring AWS credentials.
  • Run security scanning tools on generated infrastructure code.

Plugins

PluginDescriptionStatus
amazon-location-serviceAdd maps, geocoding, routing, places search, and geospatial features to applications with Amazon Location ServiceAvailable
aws-amplifyBuild full-stack apps with AWS Amplify Gen 2 using guided workflows for auth, data, storage, and functionsAvailable
aws-serverlessBuild serverless applications with Lambda, API Gateway, EventBridge, Step Functions, durable functions, and Lambda Managed InstancesAvailable
aws-transformMigrate, modernize, and upgrade codebases to AWS — .NET to .NET 8/10, mainframe COBOL to Java, VMware to EC2, SQL Server to Aurora, and language/SDK upgradesAvailable
codebase-documentor-for-awsAnalyze AWS-deployed services and codebases to generate structured technical documentation with source-of-truth citationsAvailable
databases-on-awsDatabase guidance for the AWS database portfolio — schema design, queries, migrations, and multi-tenant patternsSome Services Available (Aurora DSQL)
deploy-on-awsDeploy applications to AWS with architecture recommendations, cost estimates, and IaC deploymentAvailable
migration-to-awsMigrate GCP infrastructure to AWS with resource discovery, architecture mapping, cost analysis, and execution planningAvailable
sagemaker-aiBuild, train, and deploy AI models with deep AWS AI/ML expertise brought directly into your coding assistants, covering the surface area of Amazon SageMaker AIAvailable

Installation

Claude Code

Add the marketplace

/plugin marketplace add awslabs/agent-plugins

Install a plugin

/plugin install amazon-location-service@agent-plugins-for-aws

or

/plugin install aws-amplify@agent-plugins-for-aws

or

/plugin install aws-serverless@agent-plugins-for-aws

or

/plugin install codebase-documentor-for-aws@agent-plugins-for-aws

or

/plugin install databases-on-aws@agent-plugins-for-aws

or

/plugin install deploy-on-aws@agent-plugins-for-aws

or

/plugin install sagemaker-ai@agent-plugins-for-aws

Codex

Codex supports repo-local marketplaces and plugin manifests through .agents/plugins/marketplace.json and per-plugin manifests under plugins/*/.codex-plugin/plugin.json; this repo includes both, following the official Codex plugin packaging guidance in Build plugins.

To try these plugins in Codex from this repo:

  1. Clone this repository locally.
  2. Open the repo in Codex so Codex can discover .agents/plugins/marketplace.json.
  3. Restart Codex.
  4. Open the plugin directory, choose the Agent Plugins for AWS marketplace, and install the plugin you want to use.

Known limitation:

  • Claude-specific automatic hooks are not yet wired into the Codex manifests.
  • The `datab

// HOW IT'S BUILT

KEY FILES

plugins/amazon-location-service/skills/amazon-location-service/SKILL.mdREADME.md

// REPO STATS

904 stars

// ACTIONS

Rate this skill

login to rate

// SCORE

Pending review

// DETAILS

Categoryother
Author@awslabs
Versionv1.1
PriceFree