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 to perform accurate geocoding, landmark searching, and street-level image retrieval via the Camino API. Perfect for travel and logistics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/barneyjm/placesWhat This Skill Does
The places skill is a powerful location intelligence tool designed to bridge the gap between human-readable addresses and machine-readable geographic coordinates. At its core, the skill provides a robust interface for geocoding—the process of converting street addresses into latitude and longitude—as well as reverse-geocoding and landmark discovery. Unlike simple search tools, places offers granular control, allowing you to pass structured data like specific street names, cities, and countries, or free-form queries for general points of interest. A standout feature is the optional inclusion of street-level imagery, which provides visual context alongside precise geographic data. This makes it an essential utility for developers building map-based applications, logistics trackers, or automated travel planning assistants.
Installation
Installation is streamlined through the OpenClaw ecosystem. You can install the skill globally via npx from the Camino AI repository:
npx skills add https://github.com/barneyjm/camino-skills --skill places
Alternatively, for those using clawhub, a simple npx clawhub@latest install places will handle the dependencies. After installation, ensure your CAMINO_API_KEY is correctly defined in your ~/.claude/settings.json file under the env block to enable authenticated requests to the Camino API. If you are just testing, you can obtain a temporary trial key via the /trial/start endpoint.
Use Cases
- Geocoding: Automatically converting customer shipping addresses into coordinates for delivery routing.
- POI Discovery: Finding the exact location of landmarks, tourist attractions, or specific businesses for travel itineraries.
- Visual Verification: Using the
include_photosparameter to retrieve street-level visual data, helping users verify if an address matches their visual expectations. - Address Normalization: Providing structured parameters to clean up messy, user-inputted address strings into valid, standardized formats.
Example Prompts
- "Find the exact coordinates and street-level photo for the Louvre Museum in Paris."
- "Locate the address for 10 Downing Street, London, and return it in a structured format."
- "Search for the top 3 hotels near the Eiffel Tower and provide their addresses."
Tips & Limitations
- Precision: When using structured parameters (street, city, state), the returned data is significantly more accurate than using free-form text. Use structure whenever possible.
- Performance: For high-volume lookups, ensure you are utilizing the API limits appropriately, as the trial key is limited to 25 calls.
- Distinction: Remember that
placesis for specific coordinate and address lookup, while thequeryskill should be used for subjective or broad natural language requests (e.g., 'find a quiet cafe'). Avoid usingplacesfor ambiguous, opinion-based searches as it may return empty results.
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-barneyjm-places": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
query
Search for places using natural language with Camino AI's location intelligence API. Returns relevant results with coordinates, distances, and metadata. Use when you need to find real-world locations like restaurants, shops, landmarks, or any point of interest.
search
Search the web using Tavily's LLM-optimized search API. Returns relevant results with content snippets, scores, and metadata. Use when you need to find web content on any topic without writing code.
journey
Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints. Use when you need to plan trips with multiple stops or check if an itinerary is achievable.
travel-planner
Plan complete day trips, walking tours, and multi-stop itineraries with time budgets using Camino AI's journey planning and route optimization.
real-estate
Evaluate any address for home buyers and renters. Get nearby schools, transit, grocery stores, parks, restaurants, and walkability using Camino AI's location intelligence.