Context

PassAudited by ClawScan on May 13, 2026.

Overview

This is a straightforward location-context skill that sends chosen location queries to Camino using an API key, with only minor setup and provenance notes.

This skill appears safe for its stated purpose. Before installing, be comfortable sharing queried locations with Camino, protect the CAMINO_API_KEY you add to Claude Code, and install only this specific skill unless you have separately reviewed the companion Camino skills.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone using the skill must provide a Camino API key that may be available to Claude Code sessions.

Why it was flagged

The skill requires a provider API key and recommends placing it in the agent environment; this is expected for the Camino API but is still credential-bearing access.

Skill content
authenticate via the `CAMINO_API_KEY` environment variable... Add to your `~/.claude/settings.json`
Recommendation

Use a scoped Camino key if available, avoid sharing the settings file, and rotate the key if you suspect exposure.

What this means

Precise locations and any contextual notes you provide are shared with Camino to generate the response.

Why it was flagged

The script sends the user-provided JSON, including latitude/longitude and optional context fields, to an external Camino API endpoint.

Skill content
curl -s -X POST ... -d "$INPUT" ... "https://api.getcamino.ai/context" | jq .
Recommendation

Only query locations and context you are comfortable sending to Camino, and review the provider’s privacy and retention terms for sensitive use cases.

What this means

Following the broad install instruction could add additional skills that were not evaluated here.

Why it was flagged

The installation instructions include a user-directed, unpinned GitHub repo install and recommend installing many companion skills, which can expand the trusted code and instruction surface beyond this one reviewed skill.

Skill content
Install all available skills from repo
npx skills add https://github.com/barneyjm/camino-skills
Recommendation

Install only the specific skill you need, prefer the ClawHub package when possible, and review companion skills separately before installing the whole suite.