Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

traffic-query流量查询

Agent Skill

traffic-query 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,960

周安装

322

GitHub Stars

公开资料未说明

下载量

2,499
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:traffic-query(流量查询)
来源仓库:https://github.com/liubroth/traffic-query
安装命令:
openclaw skills install traffic-query
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install traffic-query

简介

查询中国境内航班火车时刻表与票价行程信息汇总。

  • 适合出行规划或差旅成本估算场景的快速检索。
  • 支持经停站点查询与换乘方案推荐功能。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 数据来源于官方渠道但存在更新延迟可能。
  • 建议提前核对余票情况以防计划变动。traffic-query 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
traffic-query
description
Query and organize China travel information for flights and trains, including schedules, prices, duration, stops, and summary tables. Use when the user asks to check flights, trains, rail tickets, same-day/next-day departures, route options, cheapest/earliest/best choices, or to summarize a booking/search results page from Ctrip, 12306, FlightAware, airline sites, or rail sites.

Traffic Query

Overview

Use this skill to gather and summarize domestic China flight and train information. Prioritize getting a complete, verifiable list over giving a fast but fuzzy answer. Prefer Browser Relay for already-open result pages; use public pages only when necessary.

Core workflow

  1. Extract the search constraints.
  2. Choose the best source.
  3. Collect raw results.
  4. Normalize into a clean list.
  5. Summarize the best options and any caveats.

1) Extract constraints

Identify and restate internally:

  • mode: flight / train / either
  • origin
  • destination
  • departure date
  • one-way / round-trip
  • filters: direct only, earliest, cheapest, specific airline/train type, arrival deadline, station/airport preference

If the user omits a critical field, ask only for the missing field.

2) Source priority

Choose sources in this order:

Flights

  1. User-opened results page via Browser Relay if available
  2. Airline / airport official pages
  3. Ctrip / Trip.com / similar OTA results pages
  4. Flight status/reference sites for schedule confirmation only

Trains

  1. User-opened 12306 or OTA results page via Browser Relay if available
  2. 12306 web pages
  3. Ctrip / Trip.com rail pages
  4. Other public timetable pages for backup only

3) Retrieval strategy

When Browser Relay is available

Use the connected browser tab first. It is best for:

  • logged-in pages
  • dynamic results
  • anti-bot heavy pages
  • extracting all rows from an already-filtered result page

When only public web is available

Use browser automation or web fetch to reach a public results page. If the site is dynamic and does not expose clean results, say so clearly instead of inventing missing rows.

When using Agent Browser / browser automation

  • Prefer result pages with explicit route/date parameters.
  • Re-snapshot after each page/state change.
  • Be careful with city-level routes versus exact airport/station routes.
  • Confirm whether the page is showing BJS vs PKX, SHA vs PVG, etc.

4) Normalize output

Always normalize each result into the same fields where available.

Flights

  • airline
  • flight number
  • origin airport
  • destination airport
  • departure time
  • arrival time
  • duration
  • direct / stopover
  • price
  • cabin if visible
  • source

Trains

  • train number
  • train type (G/D/C/Z/T/K etc.)
  • origin station
  • destination station
  • departure time
  • arrival time
  • duration
  • seat classes / remaining tickets if visible
  • price
  • source

If a field is unavailable, leave it blank in notes rather than guessing.

5) Response format

When the user asks for all matching options, provide:

  1. brief scope line
  2. full list
  3. short highlights: earliest / cheapest / best balance
  4. caveats about source quality or incomplete fields

Recommended compact format for chat:

  • 航司/车次|出发-到达|时长|直飞/经停或车型|价格

Example:

  • 南航 CZxxxx|07:30-10:45|3h15m|直飞|¥980
  • 高铁 Gxxxx|08:00-16:32|8h32m|二等座 ¥553

Reliability rules

  • Do not claim results are complete unless the page clearly exposes the full list.
  • Distinguish schedule info from bookable price info.
  • Say when prices may vary by seat/cabin, region, or login state.
  • If only partial data is available, explicitly label it as partial.
  • Prefer honesty over false precision.

Fallback guidance

If the user wants a complete real-time list and public scraping is unreliable:

  • ask them to open a filtered result page in browser
  • connect via Browser Relay
  • extract directly from that page

References

For source-specific notes and caveats, read references/sources.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.85%
按下载量换算2,270

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills