china-highway-route

Optimize driving routes using local ring road free policies to reduce toll costs.

4|Updated May 14, 2026
One-click install
npx skills add https://github.com/liumeixin/hermes-skills --skill china-highway-route
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: china-highway-route
Source: https://github.com/liumeixin/hermes-skills/tree/main/china-highway-route
Command: npx skills add https://github.com/liumeixin/hermes-skills --skill china-highway-route

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires amap-lbs-skill, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps drivers save on tolls by optimizing driving routes to take advantage of local ring road free policies.

Core Features & Use Cases

  • Automatic Ring Road Optimization: Analyze direct routes to find free ring road segments that can be used to save tolls.
  • Cost Comparison: Compare direct routes with optimized routes, clearly showing how much money is saved and how much distance is added.
  • Threshold Judgement: If the detour is too long, the optimization is abandoned and the direct route is retained.
  • Policy Query: Use policy-cache.json to determine which cities the license plate is eligible for free travel.
  • Generate Gaode Map Navigation Link: Generate a Gaode map navigation link for user convenience.

Quick Start

Use the china-highway-route skill to plan a driving route from A to B and inquire about tolls and road tolls.

Frequently Asked Questions about china-highway-route

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can I optimize my driving route to save highway tolls using ring road free policies?โ–ผ

Route optimization for toll saving works by analyzing your direct driving path and identifying local ring road segments where your license plate qualifies for free travel. The Skill queries a policy cache to apply these free road segments, generating a Gaode map navigation link for the optimized route.

How do I know if my license plate is eligible for local ring road free travel policies?โ–ผ

License plate eligibility for ring road free travel is determined by querying a built-in policy cache file named `policy-cache.json`. This file contains the specific city-level toll exemption rules required to validate whether your vehicle qualifies for free routing before optimization begins.

What happens if the toll-free ring road detour adds too much driving distance?โ–ผ

When a toll-free detour adds excessive driving distance, threshold judgement logic abandons the optimization and retains the original direct route. This prevents cases where the fuel and time costs of a longer detour outweigh the financial benefits of the toll savings.

Can I get a direct cost comparison between the toll-free route and the original highway route?โ–ผ

Yes, a cost comparison evaluates the direct route against the optimized route, clearly displaying the exact toll money saved and the additional distance added. This allows you to evaluate the trade-off between financial savings and extra driving distance before starting your trip.

Do I need the amap-lbs-skill to plan driving routes and generate navigation links?โ–ผ

Yes, you need the amap-lbs-skill dependency to plan driving routes and generate Gaode map navigation links. The Skill relies on this mapping integration to execute route planning algorithms and provide convenient navigation output for the optimized toll-free path.