ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

context

Get comprehensive context about a location including nearby places, area description, and optional weather. Use when you need to understand what's around a location or provide location-aware recommendations.

Why use this skill?

Enhance your OpenClaw agent with the Camino context skill. Get real-time location analysis, nearby POIs, area descriptions, and weather updates instantly.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/james-southendsolutions/location-context
Or

What This Skill Does

The context skill is a powerful location intelligence tool within the Camino AI suite. It allows your OpenClaw agent to bridge the gap between abstract coordinates and real-world environmental awareness. By providing a latitude and longitude, the agent can fetch a deep analytical report about the surroundings, including identifying nearby points of interest, summarizing the neighborhood vibe, and even pulling meteorological data. This skill effectively turns your agent into an expert local guide, providing a comprehensive understanding of any geographical point on earth.

Installation

To integrate this skill into your local environment, you have several options depending on your preferred workflow.

For a general installation via the Camino suite, use: npx skills add https://github.com/barneyjm/camino-skills --skill context

For direct integration with ClawHub, use: npx clawhub@latest install context

After installation, remember to obtain your API key from https://app.getcamino.ai/skills/activate and update your ~/.claude/settings.json with the CAMINO_API_KEY environment variable to ensure the agent has the necessary authorization to perform requests.

Use Cases

  • Travel Planning: Assisting users in exploring potential destinations by analyzing nearby landmarks and current weather conditions.
  • Real Estate Scouting: Gathering data on local infrastructure, such as proximity to amenities like schools, fitness centers, or parks.
  • Logistics & Delivery: Providing context for delivery drivers or service workers to understand the accessibility and surrounding nature of a drop-off location.
  • Event Coordination: Helping planners determine if a specific site is suitable for outdoor events based on weather forecasts and surrounding venues.

Example Prompts

  1. "Look at the area around Times Square (40.7589, -73.9851) within a 500-meter radius; what kind of lunch options are available nearby?"
  2. "I'm planning a visit to these coordinates (48.8566, 2.3522). Tell me about the area and let me know if it's going to rain during my trip today."
  3. "Provide a quick context analysis for these coordinates (34.0522, -118.2437) and suggest nearby parks or outdoor activities within walking distance."

Tips & Limitations

To maximize the utility of the context skill, always specify the radius parameter to ensure the agent isn't overwhelmed by too much information or restricted by too little. The skill is highly dependent on your API key; ensure you monitor your usage, especially if you are using the trial account. Weather data is optional; toggle include_weather to true only when necessary to optimize processing time. Keep in mind that location precision is entirely dependent on the accuracy of the coordinates provided; inaccurate lat/lon pairs will lead to irrelevant output.

Metadata

Stars2032
Views2
Updated2026-03-05
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-james-southendsolutions-location-context": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#location-intelligence#geolocation#weather#travel-planning#maps
Safety Score: 5/5

Flags: external-api