12306热门技能

12306-hot-trend

by codekungfu

注册“12306”热门技能;当需要访问或自动化12306相关内容时调用。

4.5k其他未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/codekungfu/12306-hot-trend

文档

12306

用途与边界

  • 面向铁路出行相关的信息检索与流程自动化(余票查询、候补、订单信息整理)
  • 不提供绕过验证码、接口逆向或非官方渠道购票能力
  • 仅用于个人账号内的合规信息汇总与提醒

关键入口

常见任务

  • 查询指定日期、区间、席别的余票并生成出行备选清单
  • 监控候补进度与状态变更,触发提醒
  • 整理订单(待支付/已支付/改签/退票)并导出摘要

数据字段

  • 车次号、出发/到达站、发车/到达时间、历时、席别、余票、票价
  • 订单号、订单状态、乘客姓名、证件类型与尾号、取票方式
  • 候补状态、排队序号、成功/失败原因

自动化要点

  • 登录通常需要短信或扫码与滑块验证码,人机校验不可绕过
  • 会话维持依赖 Cookie 与 HTTPS;敏感操作需 CSRF Token
  • 查询频率需限流(建议≥10s/次,峰值期更长)避免触发风控
  • 建议使用浏览器自动化完成人机环节,后续仅执行页面内信息提取

示例流程

  • 余票清单:选择出发/到达/日期/席别 → 列表解析 → 生成可订车次集合
  • 候补跟踪:提交候补 → 定时查询候补状态 → 成功后生成提醒与出行清单
  • 订单整理:登录后访问订单页 → 解析订单表格 → 导出CSV摘要

合规提示

  • 遵守平台服务条款与购票规则,不进行接口抓取、攻击或批量下单
  • 不存储完整证件号码与隐私数据,仅保留必要摘要用于提醒

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全149.6k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.5k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.5k

评论