Agent skill · DevOps & Cloud

amazon-location-service

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 capabilit

Amazon Web Services - Labs12,649★ · +18/wk · 2 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add awslabs/agent-plugins --skill amazon-location-service --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0
Declared author: aws-geospatial
Path: plugins/amazon-location-service/skills/amazon-location-service/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 850
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Overview Amazon Location Service provides geospatial APIs for maps, geocoding, routing, places search, geofencing, and tracking. Prefer the bundled JavaScript client (@aws/amazon-location-client) for web development and use resourceless API operations to avoid managing AWS resources. ## When to Use This Skill Use this skill when: - Building location-aware web or mobile applications - Working with Amazon Location Service projects - Implementing maps, geocoding, routing, or places search - Adding geofencing or device tracking functionality - Integrating geospatial features into AWS applications Do NOT use this skill for: - Google Maps, Mapbox, or Leaflet-with-OSM projects (unless migrating to Amazon Location) - Generic GIS operations without AWS context - Non-AWS geospatial services ## Amazon Location Service API Overview **Places** (SDK: geo-places, JS: @aws-sdk/client-geo-places) - Geocode (Forward/Reverse): Convert addresses to coordinates and vice versa - Search (Text/Nearby): Find points of interest with contact and hours info - Autocomplete: Predict addresses based on user input - Suggest: Predict places and points of interest based on partial or misspelled user input - Get

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Amazon Location Service API Overview
  4. Common Mistakes
  5. Defaults
  6. API Selection Guidance
  7. Address Input & Validation
  8. Finding Locations
  9. Geocoding
  10. Maps
  11. Routing
  12. LLM Context Files
  13. Key Guidance for Better Recommendations
  14. Prefer the Bundled JavaScript Client for Web Development
Ships with 6 files
  • references/address-input.md
  • references/address-verification.md
  • references/calculate-routes.md
  • references/dynamic-map.md
  • references/places-search.md
  • references/web-javascript.md
More from agent-plugins
All skills →
About this skill
What does the amazon-location-service skill do?

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 capabilit

How do I install it?

Run `npx skills add awslabs/agent-plugins --skill amazon-location-service --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From awslabs/agent-plugins, a repository with 850 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going