Calculate spatial relationships between two points including distance, direction, travel time, and human-readable descriptions. Use when you need to understa...
Security Analysis
high confidenceThe skill is internally consistent: it calls Camino's API using a single CAMINO_API_KEY, the provided shell script and instructions match the stated purpose, and there are no hidden endpoints or unexpected credential requests.
Name/description (spatial relationships) aligns with the requested CAMINO_API_KEY and the script which posts to https://api.getcamino.ai/relationship. Required tools (curl, jq) are reasonable for the provided shell script.
SKILL.md and the script only instruct the user/agent to send location JSON to Camino's API and to add the CAMINO_API_KEY to Claude Code settings; they do not direct reading of unrelated files, access to other credentials, or transmitting data to unexpected endpoints.
No formal install spec is bundled (lowest-risk). SKILL.md suggests using npx to add a GitHub repo (https://github.com/barneyjm/camino-skills); GitHub is a common host but pulling/installing code from third-party repos can run arbitrary install-time scripts—review that repo before running npx if you plan to install.
Only CAMINO_API_KEY is required and is used only to authenticate requests to the Camino API. No other SECRET/TOKEN/PASSWORD env vars or config paths are requested.
always is false and the skill does not request system-wide changes or to modify other skills. It does not attempt to persist credentials itself.
Guidance
This skill appears to do exactly what it says: it sends your location JSON to Camino's relationship endpoint using the CAMINO_API_KEY. Before installing or running: 1) Use the trial key or a scoped key if available (avoid exposing a high-privilege key). 2) Review the suggested GitHub repo before running npx to ensure you trust that source. 3) Ensure curl and jq are installed. 4) Keep your CAMINO_API_KEY secret and only add it to local settings you control. If you need higher assurance, review the repo code and API docs at https://api.getcamino.ai or contact the provider for key scope and retention policies.
Latest Release
v0.1.0
Initial release of the camino-relationship skill. - Provides spatial relationship calculations (distance, direction, travel time, and descriptions) between two locations. - Supports flexible output: request all or specific calculations (distance, direction, travel_time, description). - Includes easy setup with free trial API key and simple environment variable configuration. - Offers both shell script and curl usage examples for easy integration. - Useful for proximity checks, direction guidance, travel planning, and generating location-based descriptions.
Popular Skills
Published by @James-southendsolutions on ClawHub