← 返回
未分类 中文

QG Car

Use when the user wants help with Qiguan campus bus tickets using the local qg CLI, including listing schedules, choosing Zhuhai/South/East campus routes, ge...
用于帮助用户使用本地 qg CLI 查询齐冠校园巴士票务,包括列出班次、选择珠海/南方/东方校园线路、获取车票。
qybaihe qybaihe 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 311
下载
💾 0
安装
1
版本
#latest

概述

QG Car

Use the local qg CLI to help the user query Qiguan campus bus schedules and generate WeChat BusOrderWrite order-entry links.

Core Workflow

  1. List available schedules first unless the user already provides a valid list code:
qg list --today --available
  1. Narrow the list with the user's route, date, and Zhuhai station:
qg list --start zhuhai --to south --station zhuhai --today --available
qg list --start zhuhai --to east --station boya --tomorrow --available
qg list --start south --to zhuhai --date 2026-04-10 --available
  1. Prefer the Code column from the latest list result when generating the link:
qg link 1
qg link 1 --copy
  1. If no list code is available, generate by exact route and time:
qg link --start zhuhai --to south --station zhuhai --time 16:00
  1. Return the generated WeChat link and tell the user to open it in WeChat to complete passenger selection, order confirmation, and payment.

Do not call hidden order-save or payment APIs directly. The safe boundary for this skill is schedule lookup plus WeChat order-entry link generation.

Route Mapping

Campus keys:

zhuhai = Zhuhai campus side
south  = South Campus
east   = East Campus

Zhuhai station keys:

zhuhai = 珠海中大岐关服务点
boya   = 博雅苑
fifth  = 中大五院正门

Default route behavior:

qg list                       -> zhuhai to south, today
qg --start zhuhai             -> zhuhai to south, today
qg list --start south         -> south to zhuhai, today
qg list --start east          -> east to zhuhai, today
qg list --start zhuhai --all  -> zhuhai to both south and east

Use one side as zhuhai; direct south to east routes are not supported by this CLI.

User Intent Handling

If the user says "珠海去南校区", use:

qg list --start zhuhai --to south --available

If the user says "南校区回珠海", use:

qg list --start south --to zhuhai --available

If the user says "珠海去东校区", use:

qg list --start zhuhai --to east --available

If the user says "东校区回珠海", use:

qg list --start east --to zhuhai --available

If the user specifies "博雅苑" or "中大五院", add --station boya or --station fifth. Otherwise use the default Zhuhai station, --station zhuhai.

Dates default to today. The CLI supports --today, --tomorrow, and --date YYYY-MM-DD within one week.

Output Guidance

When listing schedules, summarize the useful rows with code, line time, boarding time, arrival time, station, price, seats, directness, and status.

When generating a link, include the link in a plain copyable block. Mention that the link is an order-entry link, not a completed booking.

If qg link CODE says there is no cached list, run qg list ... --available again and use the new code. If a link is stale or fails in WeChat, re-run qg list and qg link to refresh priceMark.

For detailed command behavior and troubleshooting, read references/qg-cli.md.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 15:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

SYSU Anything CLI

qybaihe
用于用户通过 SYSU Anything CLI 获取校园帮助,包括自然语言请求,如查课表、今天有什么课、教务系统、请假、雨课堂作业、ddl、签到、预约健身房、预约体...
★ 0 📥 506

SYSU Anything Apple

qybaihe
适用于 macOS 12+ Apple 增强版 SYSU 工作流,支持自然语言指令,如同步课表至日历、添加雨课堂截止日期至提醒事项、将宣讲会或招聘会写入日历等。
★ 0 📥 495

ClawDate

qybaihe
针对ClawDate龙虾操作员的详细标准操作流程。用于在安装或重新绑定单一所有者账户、验证whoami/sync/browse、收集缺失的所有者信息等场景。
★ 0 📥 352