Get comprehensive context about a location including nearby places, area description, and optional weather. Use when you need to understand what's around a l...
Security Analysis
high confidenceThe skill's code and instructions match its stated purpose (calling the Camino location API with a CAMINO_API_KEY); there are small documentation mismatches but no signs of unrelated credential access or hidden exfiltration.
Skill name/description match behavior: the script and docs call api.getcamino.ai/context and return location context. The only mismatch is documentation/metadata: the runtime script requires curl and jq but the registry metadata lists no required binaries; otherwise credentials and endpoints align with purpose.
SKILL.md and scripts limit actions to: obtaining/using CAMINO_API_KEY, calling Camino API endpoints (trial and /context), and printing JSON. They instruct adding the key to ~/.claude/settings.json (a config path not declared in metadata) and show npx install steps; they do not request unrelated files or other secrets. This is scoped to the stated purpose, but the documentation should declare the config path and required binaries.
There is no formal install spec inside the skill bundle (instruction-only), but SKILL.md suggests using npx to pull a GitHub repo or clawhub to install. Fetching code from a GitHub repo via npx is common but carries the usual risks of executing remote code; the included script itself is small and benign.
Only CAMINO_API_KEY is required and used. The script uses that key solely to authenticate requests to api.getcamino.ai. No unrelated credentials or broad secrets are requested.
always is false and the skill is user-invocable; it does not request persistent/privileged system changes. It suggests adding the API key to Claude Code settings (user config) which is a normal mechanism for storing credentials for a skill.
Guidance
This skill appears to do exactly what it says: it sends the provided location JSON and your CAMINO_API_KEY to api.getcamino.ai and returns the response. Before installing or using it: (1) Confirm you're comfortable sending location coordinates to api.getcamino.ai and review their privacy policy; (2) prefer using a trial or limited key when testing; (3) note the script requires curl and jq even though the registry metadata doesn't list them—install those first; (4) be cautious when running npx/clawhub commands that pull code from GitHub—inspect the remote repo if you plan to install many companion skills; (5) adding the key to ~/.claude/settings.json grants the agent access to that key, so only add keys you trust the skill to use.
Latest Release
v0.1.0
Initial release of location-context skill. - Provides comprehensive context about a location, including area description, nearby places, and optional weather data. - Allows tailored insights based on specific contexts (e.g., "lunch options", "business meeting"). - Supports API and shell script usage with flexible parameters (radius, time, forecast type). - Offers instant trial API keys and guides for setup and installation. - Includes sample queries for various scenarios such as tourism, business, and outdoor activities.
Popular Skills
Published by @James-southendsolutions on ClawHub