Goplaces
Goplaces helps you quickly generate and manage Google Maps locations for various purposes, streamlining travel planning and data entry.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add steipete-goplaces npx -- -y @trustedskills/steipete-goplaces
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"steipete-goplaces": {
"command": "npx",
"args": [
"-y",
"@trustedskills/steipete-goplaces"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Goplaces is a command-line interface (CLI) tool that interacts with the Google Places API. It allows you to search for locations, retrieve details about them, and manage place data. The tool prioritizes human-readable output by default but supports JSON output for scripting purposes. It streamlines tasks like travel planning and data entry involving Google Maps locations.
When to use it
- Searching for nearby businesses (e.g., "coffee shops open now").
- Finding places within a specific radius of a location (e.g., "pizza" near latitude 40.8, longitude -73.9).
- Retrieving detailed information about a place using its Place ID, including reviews.
- Resolving a place name to its Google Places API identifier (e.g., resolving "Soho, London").
- Automating data extraction from the Google Places API for scripting or analysis.
Key capabilities
- Search: Finds places matching a search query with options for open now status and minimum rating.
- Bias: Allows biasing searches to specific geographic coordinates and radius.
- Pagination: Supports retrieving results across multiple pages using page tokens.
- Resolve: Converts place names into Place IDs.
- Details: Retrieves detailed information about a place, including reviews.
- JSON Output: Provides output in JSON format for scripting.
Example prompts
goplaces search "coffee" --open-now --min-rating 4 --limit 5goplaces resolve "Soho, London" --limit 5goplaces details <place_id> --reviews
Tips & gotchas
- API Key Required: You must configure the
GOOGLE_PLACES_API_KEYenvironment variable. - Type Filter Limitation: The
--typefilter only sends the first value provided, as the Google Places API accepts a single type parameter. - Color Output: Use
--no-coloror set theNO_COLORenvironment variable to disable ANSI color output.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.