Context - Location Analysis for Openclaw

A powerful location intelligence skill that provides deep situational awareness, including nearby venues, area descriptions, and weather data.

james-southendsolutions
v0.1.0
Feb 17, 2026
3
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install location-context

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Context - Location Analysis?

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.

Context - Location Analysis Use Cases

  • Trip Planning: Analyze a destination to understand its surroundings, transit accessibility, and local vibe before arrival.
  • Meeting Optimization: Identify professional venues or coffee shops near a specific coordinate for business engagements.
  • Context-Aware Recommendations: Generate tailored suggestions based on user-defined themes like "outdoor dining" or "quiet workspace."
  • Dynamic Event Planning: Use integrated weather forecasts to determine the feasibility of outdoor activities at a specific location.

How Context - Location Analysis Works

  1. The user or AI agent provides a latitude and longitude coordinate along with an optional search radius.
  2. Optional context parameters (e.g., "business meeting") are included to filter and prioritize the most relevant results.
  3. The skill queries the Camino AI API to retrieve area descriptions and categorized nearby places such as restaurants and transit hubs.
  4. If the include_weather flag is enabled, current weather and forecasts are fetched for the specific location.
  5. A comprehensive JSON response is returned, synthesizing all location data for the agent to process and present to the user.

Context - Location Analysis Setup

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"
  }
}

Context - Location Analysis Data Schema & Taxonomy

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.

Context - Location Analysis Advanced Features

  • Temporal Queries: Utilize the time parameter to perform location analysis for specific periods.
  • Multi-Skill Synergy: This skill is designed to work seamlessly with other Openclaw Skills in the Camino suite, such as hotel-finder and travel-planner.
  • Granular Weather Control: Toggle between daily and hourly forecasts to suit specific planning or safety-checking needs.
  • Tailored Context Filtering: Influence the AI interpretative layer by providing natural language strings to prioritize specific types of location insights.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*