Google Maps

🌐Community
by aws-samples Β· vlatest Β· Repository

This skill uses Google Maps to retrieve location data like coordinates and addresses, enabling applications to integrate mapping functionality seamlessly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add google-maps npx -- -y @trustedskills/google-maps
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/google-maps"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows your AI agent to access and utilize Google Maps data. It can provide information about locations, directions, and potentially other geographically relevant details. The skill integrates with the Google Maps API to enhance location-based tasks within your agent's capabilities.

When to use it

  • Finding nearby businesses: "Find me a coffee shop near my current location."
  • Getting directions: "Give me driving directions from Times Square to Grand Central Station."
  • Determining distances: "How far is Seattle from San Francisco?"
  • Locating points of interest: β€œWhat are some popular tourist attractions in Paris?”

Key capabilities

  • Accesses Google Maps data.
  • Provides location information.
  • Offers directions between locations.
  • Calculates distances.

Example prompts

  • "Where is the nearest gas station?"
  • "Give me walking directions to the Empire State Building."
  • "What's the distance between London and Rome?"

Tips & gotchas

This skill requires an active internet connection to access Google Maps data. Be mindful of potential API usage limits associated with the Google Maps service.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aws-samples
Installs
21

🌐 Community

Passed automated security scans.