An AI-powered skill for querying scenic spot ticket prices and automating order creation through the Tuniu Open Platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tuniu-ticket
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tuniu-ticket using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tuniu Ticket Assistant is a technical implementation designed for AI agents to interact with the Tuniu MCP (Model Context Protocol) service. By utilizing shell execution and curl commands, this skill allows agents to bridge the gap between user inquiries and real-time travel data. It is a vital component of the Openclaw Skills ecosystem, enabling developers to build travel assistants that can handle complex queries about attractions in China.
This skill goes beyond simple data retrieval by supporting the full transaction lifecycle. It handles the secure transmission of traveler information to generate official Tuniu orders, providing users with a direct path from discovery to payment. It is optimized for environments where command-line tools are available to facilitate HTTP-based JSON-RPC communication.
To integrate this into your Openclaw Skills environment, follow these steps:
export TUNIU_API_KEY='your_tuniu_api_key_here'
curl is installed and accessible in your shell environment.export TICKET_MCP_URL='https://openapi.tuniu.cn/mcp/ticket'
The skill interacts via JSON-RPC 2.0. Below is the structure of the data handled:
| Object | Fields | Description |
|---|---|---|
| Ticket Query | scenic_name, tickets |
Includes productId, resId, price, and ticket description. |
| Order Request | product_id, resource_id, depart_date, tourist_info |
Required inputs for creating a valid booking. |
| Order Response | orderId, paymentUrl, success |
Result of the booking attempt; paymentUrl is used for checkout. |
| Traveler PII | name, mobile, cert_no |
Personal Identifiable Information required by Tuniu for ticketing. |
Loading
A professional AI agent skill for searching, detailing, and booking hotels via the Tuniu platform using MCP and shell execution.

A comprehensive AI skill for managing domestic flight searches and bookings through the Tuniu Open Platform via standard shell commands.

A powerful command-line interface for scraping, crawling, and searching the web to generate clean markdown for AI context.

A versatile utility for converting between Unix timestamps, ISO 8601 dates, and localized human-readable formats.

A local document processing tool that extracts text from multiple file formats to generate instant AI-driven summaries and deep analysis.

A local document processing skill that extracts and summarizes content from PDFs, Word documents, and Excel spreadsheets using an AI agent.








































