amazon-location-service

Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.

Content Preview
{
  "name": "amazon-location-service",
  "description": "Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.",
  "category": "location",
  "source": {
    "source": "git-subdir",
    "url": "https://github.com/awslabs/agent-plugins.git",
    "path": "plugins/amazon-location-service",
    "ref": "main"
  },
  "homepage": "https://github.com/awslabs/
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/amazon-location-service.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills