train-ticket-query

Query Chinese railway schedules, ticket availability, and fares via POST requests.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill train-ticket-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: train-ticket-query
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/train-ticket-query
Command: npx skills add https://github.com/qq5855144/GitHubM --skill train-ticket-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual effort of checking Chinese train schedules, seat availability, and route fares across multiple railway queries, helping users plan trips and compare options quickly.

Core Features & Use Cases

  • Train line lookup: Retrieve a full timetable for a specific train number, including stops, arrival and departure times, travel distance, and seat prices.
  • Ticket availability search: Check real-time remaining tickets between two stations on a given date, with seat-by-seat availability details.
  • Station-to-station route search: Find all trains between two stations, including high-speed filtering, travel time, and fare information for itinerary planning.

Quick Start

Ask the assistant to check train ticket availability between two stations on a specific date and present the results in a clear table.

Frequently Asked Questions about train-ticket-query

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

FAQPage Schema
How do I check train ticket availability between two stations for a specific date?

You can check train ticket availability by querying the railway API for two stations on a specific date. The API returns real-time remaining tickets with seat-by-seat availability details.

What is the best way to get a full timetable for a specific train number?

Retrieving a full train timetable involves querying the railway API by train number. The response includes all stops, arrival and departure times, travel distance, and seat prices.

Can I filter station-to-station route searches for high-speed trains?

Station-to-station route searches support high-speed filtering. The API returns all matching trains, including travel time and fare information for itinerary planning.

Does the Chinese railway API work with web and mini-program integrations?

The Chinese railway API supports web and mini-program integrations. It uses POST requests with query-string parameters and returns structured JSON responses for seamless integration.

Do I need to manage authentication manually for railway API requests?

Manual authentication management is not required for railway API requests. The system uses platform-managed authentication, allowing you to query schedules and fares directly.