Analysis updated 2026-05-18
Ask an AI assistant to plan an optimized route for a list of delivery stops and vehicles.
Add route planning ability to Claude or a similar assistant without writing custom integration code.
Generate a shareable multi-stop route plan from a plain language request.
| routing24/skill | 00kaku/wp-rest-playground | 1ncendium/aibuster | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | — | JavaScript | Python |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | pm founder | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
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.
An AI assistant skill that plans and optimizes multi-stop delivery routes by connecting to the Routing24 service.
Proprietary, use is governed by Routing24's own terms rather than an open source license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.