A powerful location intelligence skill that provides deep situational awareness, including nearby venues, area descriptions, and weather data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install location-context
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install location-context using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Context skill is a specialized tool within the Camino AI suite designed to provide AI agents with high-resolution situational awareness for any geographic point. By integrating this Openclaw Skills component, developers can empower their agents to understand the character of a neighborhood, identify specific points of interest, and factor in real-time environmental conditions like weather.
This skill is essential for applications requiring sophisticated spatial reasoning and personalized location-based recommendations. It goes beyond simple map markers by synthesizing data into area descriptions and context-aware insights, allowing agents to answer complex questions about what it is actually like to be at a specific coordinate.
Install the skill via the Openclaw Skills ecosystem using the following commands:
npx clawhub@latest install context
To get a trial API key (25 calls), run:
curl -s -X POST -H "Content-Type: application/json" -d '{"email": "[email protected]"}' https://api.getcamino.ai/trial/start
Configure your environment by adding your key to ~/.claude/settings.json:
{
"env": {
"CAMINO_API_KEY": "your-api-key-here"
}
}
The Context skill organizes its output into a structured JSON format to ensure agents can easily parse spatial data:
| Property | Description |
|---|---|
area_description |
A natural language summary of the neighborhood or district. |
relevant_places |
Categorized objects containing details on nearby restaurants, cafes, and transit. |
context_insights |
AI-generated summary specifically tailored to the provided context string. |
total_places_found |
An integer representing the density of venues within the search radius. |
weather |
Optional block containing daily or hourly atmospheric data. |
Loading
An expert AI guide for implementing the FinOps framework to maximize cloud business value through data-driven cost optimization and financial accountability.

An AI-powered intelligent operations system designed for proactive monitoring, root cause analysis, and automated infrastructure remediation.

An automated shipping management skill for AI agents handling logistics, carrier tracking, and delivery zones across Argentina.

An AI-driven product search and price comparison tool that helps users find the best merchant deals through natural language queries.

Bridges your local OpenClaw Gateway to the FastClaw iOS app via Convex real-time cloud synchronization.

A multi-platform content downloader and archiver that preserves videos, transcripts, and AI-generated summaries from social media.








































