Query China Railway 12306 for train schedules, remaining tickets, and station info. Use when user asks about train/高铁/火车 tickets, schedules, or availability...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install 12306或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install 12306⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/12306/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "12306" description: Query China Railway 12306 for train schedules, remaining tickets, and station info. Use when user asks about train/高铁/火车 tickets, schedules, or availability within China. metadata: {"openclaw":{"emoji":"🚄","requires":{"bins":["node"]}}} ---
Query train schedules and remaining tickets from China Railway 12306.
node {baseDir}/scripts/query.mjs <from> <to> [options]
-f md): prints table to stdout# All trains from Beijing to Shanghai (defaults to today)
node {baseDir}/scripts/query.mjs 北京 上海
# Markdown table output (to stdout, good for chat)
node {baseDir}/scripts/query.mjs 北京 上海 -t G -f md
# Morning departures, 2h max, with second class available
node {baseDir}/scripts/query.mjs 上海 杭州 -t G --depart 06:00-12:00 --max-duration 1h --seat ze
# Only bookable trains arriving before 6pm
node {baseDir}/scripts/query.mjs 深圳 长沙 --available --arrive -18:00
# Custom output path
node {baseDir}/scripts/query.mjs 广州 武汉 -o /tmp/tickets.html
# JSON output (to stdout)
node {baseDir}/scripts/query.mjs 广州 武汉 --json
-d, --date : Travel date (default: today)-t, --type : Filter train types (combinable, e.g. GD)--depart : Depart time range (e.g. 08:00-12:00, 18:00-)--arrive : Arrive time range (e.g. -18:00, 14:00-20:00)--max-duration : Max travel time (e.g. 2h, 90m, 1h30m)--available: Only show bookable trains--seat : Only show trains with tickets for given seat types (comma-separated: swz,zy,ze,rw,dw,yw,yz,wz)-f, --format : Output format — html (default, saves file) or md (markdown table to stdout)-o, --output : Output file path, html mode only (default: {baseDir}/data/--.html )--json: Output raw JSON to stdout| Column | Meaning | |--------|---------| | 商务/特等 | Business class / Premium (swz) | | 一等座 | First class (zy) | | 二等座 | Second class (ze) | | 软卧/动卧 | Soft sleeper / Bullet sleeper (rw/dw) | | 硬卧 | Hard sleeper (yw) | | 硬座 | Hard seat (yz) | | 无座 | Standing (wz) |
Values: number = remaining seats, 有 = available (qty unknown), — = not applicable
node {baseDir}/scripts/stations.mjs 杭州
node {baseDir}/scripts/stations.mjs 香港西九龙
{baseDir}/data/stations.json安装 12306列车查询 后,可以对 AI 说这些话来触发它
Help me get started with 12306 Train Query
Explains what 12306 Train Query does, walks through the setup, and runs a quick demo based on your current project
Use 12306 Train Query to query China Railway 12306 for train schedules, remaining tickets, a...
Invokes 12306 Train Query with the right parameters and returns the result directly in the conversation
What can I do with 12306 Train Query in my data & analytics workflow?
Lists the top use cases for 12306 Train Query, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/12306/ 目录(个人级,所有项目可用),或 .claude/skills/12306/(项目级)。重启 AI 客户端后,用 /12306 主动调用,或让 AI 根据上下文自动发现并使用。
12306列车查询 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
12306列车查询 可免费安装使用。请查阅仓库了解许可证信息。
Query China Railway 12306 for train schedules, remaining tickets, and station info. Use when user asks about train/高铁/火车 tickets, schedules, or availability...
12306列车查询 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using 12306 Train Query
Identifies repetitive steps in your workflow and sets up 12306 Train Query to handle them automatically