GitHub - routing24/skill: AI skill for Routing24

GitHub

2 min read Original article ↗

Routing24

Routing24 route optimizer — Agent Skill

Plan and optimize vehicle delivery routes from natural language.

routing24-optimizer is an Agent Skill for driving Routing24 route optimization through its routing24_* tools. It turns a list of stops and vehicles into an optimized, shareable multi-stop route plan.

The tools arrive over Routing24's hosted MCP server at https://routing24.ai/mcp, added as a custom connector (OAuth 2.1) and approved once. Every call then executes in your own signed-in https://routing24.com/app tab, which must stay open. A browser agent already on that tab can skip the connector and reach the same tools on document.modelContext instead.

The route optimization itself runs in your own browser, on your computer. It draws on Routing24's own services for geocoding, routing and distance matrices, and ML/LLM, under your account's session.

Install

Download the packaged skill and add it to a compatible agent (Claude / Cowork):

What's here

The always-current contract is served at https://routing24.com/llms.txt.


Generated from Routing24's own types and published on release. Do not edit by hand. Source & issues: https://routing24.com / License: Proprietary (see SKILL.md).