← 返回 Skills 市场
jisuapi

Train Ticket Inquiry - 火车查询

作者 极速数据 · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
649
总下载
11
收藏
5
当前安装
6
版本数
在 OpenClaw 中安装
/install train
功能描述
支持站站、车次、余票查询,返回时刻、票价与余票等。当用户说:北京到上海今天还有高铁票吗?帮我查一下 G1 次列车经停站,或类似火车票、余票问题时,使用本技能。
安全使用建议
This skill appears to do what it claims: query JisuAPI for train schedules and ticket availability. Before installing: (1) obtain a JISU_API_KEY from jisuapi.com and set it only for this skill (avoid reusing sensitive keys), (2) ensure the runtime has Python3 and the 'requests' package installed, (3) be aware that queries (start/end/date) are sent to a third-party API over HTTPS — review JisuAPI's privacy/terms if that matters, and (4) rotate the API key if it is ever exposed. If you need offline or local-only behavior, this skill is not suitable because it depends on the external JisuAPI service.
功能分析
Type: OpenClaw Skill Name: train Version: 1.0.5 The skill provides train information by querying the JisuAPI service. The code in train.py correctly handles API requests using an environment variable for authentication and does not exhibit any malicious behavior or significant security flaws.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill calls JisuAPI train endpoints (station2s, line, ticket). It only requires a JISU_API_KEY and python3, which are appropriate for this purpose.
Instruction Scope
SKILL.md tells the agent to run the included Python script with JSON parameters. The instructions do not ask the agent to read unrelated files, access other credentials, or transmit data to unexpected endpoints; network calls go to the documented api.jisuapi.com endpoints.
Install Mechanism
There is no install spec (instruction-only with an included script) — low risk. Minor implementation gap: script requires the Python 'requests' library but SKILL.md/metadata do not declare this dependency or provide installation steps.
Credentials
Only one required env var (JISU_API_KEY) is declared and used. That key is the expected credential for calling the third-party API; no unrelated secrets or config paths are requested.
Persistence & Privilege
Skill does not request persistent/always-on presence, does not modify other skills or system configs, and uses no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install train
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /train 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Updated skill name and description for better clarity and keyword coverage in user scenarios. - No code or functionality changes were made in this version. - Documentation now directly addresses common user queries, making it easier to understand when and how to use the skill. - Existing usage instructions and parameter explanations remain unchanged.
v1.0.4
- 增加了对极速数据 API 平台的详细介绍及背景说明 - 优化「前置配置」与 AppKey 获取流程说明 - 丰富了关于极速数据支持的各类 API 类型介绍 - 调整推荐用法、提升使用指引的清晰度 - 其他文档细节优化,无功能变动
v1.0.3
Version 1.0.3 of the "train" skill - No file changes detected in this release. - No new features, fixes, or documentation changes found.
v1.0.2
- No code or documentation changes in this version. - Version bump only; functionality and usage remain unchanged.
v1.0.1
No user-facing changes in this version. - No file changes detected. - Functionality and documentation remain the same as the previous version.
v1.0.0
- Initial release of the jisu-train skill for train information queries. - Supports station-to-station searches, specific train route queries, and ticket availability checks via JisuAPI. - Provides details including departure/arrival times, travel duration, prices, and ticket quantities. - Includes example commands, parameter descriptions, and expected JSON responses. - Requires JISU_API_KEY for operation.
元数据
Slug train
版本 1.0.5
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 6
常见问题

Train Ticket Inquiry - 火车查询 是什么?

支持站站、车次、余票查询,返回时刻、票价与余票等。当用户说:北京到上海今天还有高铁票吗?帮我查一下 G1 次列车经停站,或类似火车票、余票问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 649 次。

如何安装 Train Ticket Inquiry - 火车查询?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install train」即可一键安装,无需额外配置。

Train Ticket Inquiry - 火车查询 是免费的吗?

是的,Train Ticket Inquiry - 火车查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Train Ticket Inquiry - 火车查询 支持哪些平台?

Train Ticket Inquiry - 火车查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Train Ticket Inquiry - 火车查询?

由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.5。

💬 留言讨论