LaunchKit · 2026
Back to Skills

location-context

Get comprehensive context about a location including nearby places, area description, and optional weather.

3
485 downloads
by @james-southendsolutions

Setup & Installation

openclaw skills install @james-southendsolutions/location-context

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install location-context

What This Skill Does

Fetches comprehensive context about a geographic location using the Camino AI API, returning nearby places, an area description, and optional weather data. Accepts coordinates with a search radius and an optional context string to tailor the results.

Combines area description, categorized nearby places, and weather into a single API call instead of querying multiple services separately.

When to use it

  • Scouting lunch spots near a meeting address
  • Checking weather and nearby amenities before an outdoor event
  • Getting area context before booking a hotel
  • Finding transit and dining options around a conference venue
  • Preparing location briefings for travel itineraries

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What's around Times Square for a business lunch, and will it rain?

AGENT
  1. 1Resolves Times Square to coordinates (40.7589, -73.9851)
  2. 2Calls Camino API /context with radius 500, context 'business lunch', include_weather true
  3. 3Receives area_description, relevant_places grouped by category, and hourly weather forecast
  4. 4Formats response highlighting restaurant options and weather conditions
OUTPUT

A summary of nearby restaurants suitable for business lunch with current weather conditions for the area

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

CAMINO_API_KEY environment variable (free trial via curl or 1,000 calls/month at app.getcamino.ai/skills/activate)