places
Locate places using flexible query formats - free-form search or structured address components. Returns coordinates, addresses, and optional street-level photos. Use for geocoding addresses or finding specific named places.
Why use this skill?
Use the Places skill for OpenClaw to perform precise geocoding, find landmark coordinates, and retrieve street-level imagery. Optimize your agent's location data today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/james-southendsolutions/camino-placesWhat This Skill Does
The places skill is a powerful location intelligence engine designed for OpenClaw AI agents. It acts as a bridge between human natural language queries and structured geospatial data. Whether you need to geocode a physical street address into precise latitude and longitude coordinates, find a specific monument or business by its name, or request high-quality street-level imagery, the places skill provides a robust API interface to handle these tasks efficiently. Unlike standard search tools, this skill specializes in accuracy and structured returns, making it the preferred choice for developers building location-aware applications within the OpenClaw ecosystem.
Installation
You can install the places skill using various package managers supported by the OpenClaw infrastructure. For a comprehensive suite of location tools, it is recommended to install the full Camino AI location suite. To install specifically:
npx clawhub@latest install places
Once installed, obtain your API key from the Camino dashboard and add it to your ~/.claude/settings.json file under the CAMINO_API_KEY environment variable. Ensure your environment is refreshed to allow the agent to authenticate with the API.
Use Cases
- Geocoding: Convert incomplete or messy address strings into validated, standardized physical locations with full coordinate data.
- Asset Management: Find exact markers for landmarks or facilities to feed into routing or logistics planning.
- Visual Verification: Request street-level photo data for specific addresses to verify location surroundings before planning site visits.
- Structured Lookups: Filter results by specific attributes like city, state, or country, making it ideal for regional analysis or scoping.
Example Prompts
- "Use the places skill to find the exact coordinates for the Seattle Space Needle and check if street-level photos are available for it."
- "Please find the official address and location data for 10 Downing Street, London, using structured lookup parameters."
- "Search for the coordinates of the Eiffel Tower and provide the formatted address."
Tips & Limitations
For the best results, distinguish between the places and query skills. Use places for specific, high-precision tasks where you have an address or a known place name. Use query if you are performing subjective searches like 'best sushi near me,' as query uses AI ranking models that places ignores to maintain data purity. Always cache coordinates if you plan to use them repeatedly to stay within your API call limits.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-james-southendsolutions-camino-places": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
ev-charger
Find EV charging stations along a route or near a destination using Camino AI's location intelligence with OpenStreetMap data.
relationship
Calculate spatial relationships between two points including distance, direction, travel time, and human-readable descriptions. Use when you need to understand how locations relate to each other.
fitness-finder
Search for gyms, yoga studios, swimming pools, and sports facilities using Camino AI's location intelligence with AI-powered ranking.
hotel-finder
Search for hotels, hostels, and lodging near landmarks, conference venues, or neighborhoods using Camino AI's location intelligence with AI-powered ranking.
route
Get detailed routing between two points with distance, duration, and optional turn-by-turn directions. Use when you need navigation instructions or travel time estimates between locations.