camino-route

Get detailed routing between two points with distance, duration, and optional turn-by-turn directions.

7 stars

Best use case

camino-route is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Get detailed routing between two points with distance, duration, and optional turn-by-turn directions.

Teams using camino-route should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/camino-route/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/james-southendsolutions/camino-route/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/camino-route/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How camino-route Compares

Feature / Agentcamino-routeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Get detailed routing between two points with distance, duration, and optional turn-by-turn directions.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# camino-route

Get detailed routing between two points with distance, duration, and optional turn-by-turn directions.

## Install

```
npx clawhub@latest install camino-route
```

Related Skills

routemesh-rpc

7
from Demerzels-lab/elsamultiskillagent

Call RouteMesh's unified JSON-RPC endpoint (lb.routeme.sh) for any EVM chainId using a helper script. Use when you need to fetch onchain data (eth_* methods), debug RPC responses, or demo RouteMesh routing for a chain/method.

bvg-route

7
from Demerzels-lab/elsamultiskillagent

Route planning for Berlin public transport (BVG) using the v6.bvg.transport.rest API. Use when the user asks for: (1) route suggestions between two addresses or stops, (2) live next-departure info for a stop, (3) arrival-time–based journey planning (arrive-by or depart-at). Supports outputting 2–3 options ranked by travel time, transfers, and walking, and returning step-by-step directions and refresh tokens for live updates.

camino-safety-checker

7
from Demerzels-lab/elsamultiskillagent

Find 24-hour businesses, well-lit public areas, transit stations, police stations, and hospitals near any location.

camino-relationship

7
from Demerzels-lab/elsamultiskillagent

Calculate spatial relationships between two points including distance, direction, travel time, and human-readable.

camino-real-estate

7
from Demerzels-lab/elsamultiskillagent

Evaluate any address for home buyers and renters.

camino-query

7
from Demerzels-lab/elsamultiskillagent

Search for places using natural language with Camino AI's location intelligence API.

camino-places

7
from Demerzels-lab/elsamultiskillagent

Locate places using flexible query formats - free-form search or structured address components.

camino-parking-finder

7
from Demerzels-lab/elsamultiskillagent

Locate parking garages, lots, and street parking near your destination using Camino AI's location intelligence.

camino-journey

7
from Demerzels-lab/elsamultiskillagent

Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints.

camino-hotel-finder

7
from Demerzels-lab/elsamultiskillagent

Search for hotels, hostels, and lodging near landmarks, conference venues, or neighborhoods using Camino AI's.

camino-fitness-finder

7
from Demerzels-lab/elsamultiskillagent

Search for gyms, yoga studios, swimming pools, and sports facilities using Camino AI's location intelligence.

camino-ev-charger

7
from Demerzels-lab/elsamultiskillagent

Find EV charging stations along a route or near a destination using Camino AI's location intelligence.