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.
Why use this skill?
Calculate spatial relationships between any two points with the Camino Relationship skill. Get precise distance, travel time, and directional data for your AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/james-southendsolutions/camino-relationshipWhat This Skill Does
The relationship skill is a precise spatial analysis tool designed to calculate the physical and logical connections between any two points on Earth. By utilizing coordinate geometry and mapping APIs, it translates raw latitude and longitude data into actionable insights, including exact distance measurements (meters, kilometers, and miles), cardinal directions, and estimated travel times across multiple modes of transport like walking, cycling, and driving. Beyond simple metrics, it provides a natural-language description, making it ideal for integration into agents that require contextual awareness of the physical world.
Installation
To integrate this skill, ensure you have the OpenClaw environment configured. You can install it via the clawhub registry:
clawhub install openclaw/skills/skills/james-southendsolutions/camino-relationship
Alternatively, if working directly with the source repository, navigate to your project root and add the skill via npm using the repository URL provided in the Camino AI documentation. Ensure that your environment variables, specifically CAMINO_API_KEY, are correctly defined in your ~/.claude/settings.json file to allow the skill to authenticate with the location intelligence suite.
Use Cases
This skill serves as the backbone for location-aware applications. It is invaluable for:
- Logistics & Delivery: Calculating the most efficient paths between distribution points.
- Real Estate: Generating summaries for property listings based on proximity to amenities.
- Travel Planning: Assisting users in understanding the spatial relationship between hotels, attractions, and transport hubs.
- Field Service: Estimating arrival times for technicians dispatched to specific geographic coordinates.
Example Prompts
- "How far is the downtown office from the warehouse location at 40.7128, -74.0060, and how long would it take to drive there?"
- "Compare the distance and estimated walking time between these two coordinates: [40.7589, -73.9851] and [40.7484, -73.9857]."
- "Give me a summary of the relationship between my current location at 51.5074, -0.1278 and the nearest airport at 48.8566, 2.3522."
Tips & Limitations
To maximize the utility of the relationship skill, always verify your input coordinates for accuracy. While the skill provides highly accurate calculations, real-world conditions like traffic patterns or pedestrian accessibility are estimations based on average data and may vary depending on local conditions. For high-volume usage, monitor your API quotas through the Camino dashboard. If specific precision is required for international borders or highly complex terrain, ensure you are using the latest version of the skill to benefit from recent mapping updates.
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-relationship": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: 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.
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.
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.