whatisgithub

What is skill?

routing24/skill — explained in plain English

Analysis updated 2026-05-18

5Audience · pm founderComplexity · 2/5LicenseSetup · easy

In one sentence

An AI assistant skill that plans and optimizes multi-stop delivery routes by connecting to the Routing24 service.

Mindmap

mindmap
  root((routing24-skill))
    What it does
      Plans delivery routes
      Uses natural language
    Tech stack
      Agent skill format
      Routing24 WebMCP tools
    Use cases
      Optimize stops and vehicles
      Add route planning to an assistant
    Audience
      PMs and founders
      Logistics planners
    Design
      No API key needed
      Auto generated from Routing24

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Ask an AI assistant to plan an optimized route for a list of delivery stops and vehicles.

USE CASE 2

Add route planning ability to Claude or a similar assistant without writing custom integration code.

USE CASE 3

Generate a shareable multi-stop route plan from a plain language request.

What is it built with?

SkillWebMCP

How does it compare?

routing24/skill00kaku/wp-rest-playground1ncendium/aibuster
Stars555
LanguageJavaScriptPython
Setup difficultyeasyhardmoderate
Complexity2/53/53/5
Audiencepm founderdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
Proprietary, use is governed by Routing24's own terms rather than an open source license.

So what is it?

This repository is an add on skill that teaches an AI assistant, such as Claude, how to use a delivery route planning service called Routing24. Rather than being a standalone program a person runs directly, it is a set of instructions and reference files that let an AI agent understand how to turn a plain language request, like a list of delivery stops and vehicles, into an optimized multi stop route plan. The actual route calculations, including figuring out addresses, planning driving directions, and estimating distances, all happen through Routing24's own online services, accessed from the user's own browser using an access token tied to their account. That account can be a full registered account or an anonymous one, and no separate API key needs to be set up, and no sign in is strictly required to use the whole process. To use it, someone downloads the packaged skill file, either from this project's release page or directly from the Routing24 website, and adds it to a compatible AI assistant tool. Once installed, the assistant can follow the skill's built in instructions to plan routes on the user's behalf. Inside the repository, the main file describes the step by step procedure the assistant should follow, and a references folder holds supporting material: a description of how the underlying service's data works, a formal schema describing the exact shape of that data, and example calls that can be used to test the integration. The maintainers note that the contents are automatically generated from Routing24's own systems each time a new version is released, so the files are not meant to be edited by hand. The project is described as proprietary rather than open source.

Copy-paste prompts

Prompt 1
Install this skill and plan an optimized route for these five delivery stops.
Prompt 2
Explain what information this skill needs from me to build a route plan.
Prompt 3
Show me the schema this skill uses to describe stops and vehicles.
Prompt 4
Walk me through how this skill talks to the Routing24 service without an API key.

Frequently asked questions

What is skill?

An AI assistant skill that plans and optimizes multi-stop delivery routes by connecting to the Routing24 service.

What license does skill use?

Proprietary, use is governed by Routing24's own terms rather than an open source license.

How hard is skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is skill for?

Mainly pm founder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.