Search for hotels, hostels, and lodging near landmarks, conference venues, or neighborhoods using Camino AI's location intelligence with AI-powered ranking.
Security Analysis
high confidenceThe skill's code, instructions, and requested credential (CAMINO_API_KEY) are coherent with a hotel-search integration that queries api.getcamino.ai; nothing requests unrelated credentials or system access.
Name/description describe a location/hotel search service and the skill only requires an API key and issues queries to https://api.getcamino.ai; the requested CAMINO_API_KEY is appropriate for that purpose.
SKILL.md and the script limit actions to validating input, building a query, and calling the Camino API. No unrelated files, secrets, or system paths are read or transmitted beyond the declared CAMINO_API_KEY and an example ~/.claude/settings.json entry.
This is an instruction-only skill with a small shell script; there is no packaged install spec that downloads arbitrary archives. The README suggests using npx to add a GitHub repo — standard but the repo should be reviewed before running install commands.
Only CAMINO_API_KEY is required and declared as the primary credential. The script uses that key solely to authenticate requests to the Camino API; no additional unrelated secrets or configuration paths are requested.
always is false and the skill does not request system-level changes or modify other skills. The skill can be invoked autonomously (platform default), which is expected for utility skills; this alone is not a red flag.
Guidance
This skill appears to do what it says: run a query against Camino's API using CAMINO_API_KEY. Before installing, confirm you trust the Camino API host (api.getcamino.ai) and the GitHub repo referenced in the install instructions. Treat CAMINO_API_KEY as a secret — prefer injecting it from a secure environment or secrets manager rather than storing plaintext in ~/.claude/settings.json. Ensure curl and jq are available locally. If you plan to allow autonomous invocation for agents, be aware the agent could call the Camino API using your key whenever the skill is used; restrict or monitor the key if needed.
Latest Release
v0.1.0
Initial release of Camino Hotel Finder: search for hotels and lodging with AI-powered results. - Search for hotels, hostels, and lodging by landmark, venue, or neighborhood with natural language queries. - Supports location-based searches using coordinates and adjustable radius. - Results are AI-ranked for relevance and include a human-readable summary. - CLI and API usage examples provided; integrates smoothly with other Camino AI location skills. - Requires a Camino API key (trial and free options detailed). - Designed to combine with other skills (e.g., route, context) for comprehensive travel planning.
Popular Skills
Published by @James-southendsolutions on ClawHub