Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints. Use when you need to plan trips with multiple stops...
Security Analysis
high confidenceThe skill's code, instructions, and required credential (CAMINO_API_KEY) are consistent with a multi-waypoint journey planning integration that calls api.getcamino.ai; nothing in the package suggests unexplained access or data exfiltration.
Name/description match the implementation: the skill validates JSON input and POSTs it to https://api.getcamino.ai/journey using a single API key (CAMINO_API_KEY). Required tools (curl, jq) are appropriate for the provided shell script.
SKILL.md and scripts/journey.sh limit actions to validating input, checking CAMINO_API_KEY, and sending the request to the Camino API. The README suggests adding the key to ~/.claude/settings.json (agent config) — reasonable for convenience and expected for an API-key-backed skill.
No formal install spec is embedded in the package (instruction-only + included script). SKILL.md suggests using npx to install a GitHub-hosted 'camino-skills' collection or clawhub; GitHub and official npx usage are common, but fetching and running packages from third-party repos carries the usual supply-chain risk — this is optional and not required for the skill to work locally.
Only one credential (CAMINO_API_KEY) is requested and used by the script. That is proportionate to the declared purpose. The skill does not request unrelated secrets or system credentials.
always:false and no attempt to modify other skills or system-wide settings. Writing the API key into the agent's settings.json is suggested for convenience but is normal for API-key-based skills and limited in scope.
Guidance
This skill appears to do what it says: it validates input and forwards it to Camino's journey endpoint, using only CAMINO_API_KEY. Before installing, confirm you trust the Camino service and the GitHub repo if you follow the npx install instructions. Use a dedicated API key (or the temporary trial key) rather than reusing high-privilege credentials, ensure jq and curl are installed, and be aware the README suggests storing the key in ~/.claude/settings.json (agent config) for convenience — store keys where you are comfortable and rotate them if needed.
Latest Release
v0.1.0
Initial release of camino-journey skill. - Enables planning of multi-waypoint journeys with route optimization and time/cost constraints. - Provides feasibility analysis, total distance, duration, and route breakdown for custom itineraries. - Supports multiple transport modes (walking, car, bike) and time budgets. - Includes shell and curl usage examples, plus instant API trial setup. - Designed for integration as part of the Camino AI location intelligence suite.
Popular Skills
Published by @James-southendsolutions on ClawHub