Qichacha (openapi.qcc.com). Use this skill for ANY Qichacha request — searching and reading data. Whenever a task involves Qichacha, use this skill instead of calling the API directly.
编程
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...
它能做什么
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 Car
Use the local qg CLI to help the user query Qiguan campus bus schedules and generate WeChat BusOrderWrite order-entry links.
Core Workflow
- List available schedules first unless the user already provides a valid list code:
qg list --today --available
- 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
- Prefer the
Codecolumn from the latest list result when generating the link:
qg link 1
qg link 1 --copy
- If no list code is available, generate by exact route and time:
qg link --start zhuhai --to south --station zhuhai --time 16:00
- 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.
相关技能
腾讯位置服务 WebService API 工具与微信小程序 LBS 指南。Use for: (1) 用附带的零依赖 CLI 查地理编码/POI/路线/IP定位, (2) 微信小程序地图开发(腾讯地图是微信官方推荐), (3) GCJ-02 坐标系避坑。Tencent Maps WebService API CL...
Use this skill when the user wants OpenClaw to query synced Zhishi Xingqiu content, inspect recent posts, search downloaded documents, summarize updates, or...
Plan trips to China with flight, hotel, train, and attraction search. Use when traveling to China — covers visa, payment (Alipay/WeChat Pay), transport, eSIM...
Create, track, and manage QianWen support tickets from the conversation: submit a new ticket, check ticket status and engineer replies, follow up, close, and rate — so platform issues get resolved without leaving the chat. Triggers: "submit ticket", "create ticket", "list tickets", "view ticket", "reply ticket", "close ticket", "rate ticket", "transfer to human", "work order", "customer service", "human support", "open ticket", "check ticket", "cancel ticket", "evaluate ticket", "ticket list", "support request", "escalate to agent". Do NOT use for general model usage questions, API Key management, or billing inquiries — only when the user explicitly needs ticket operations.
Query QWeather city codes and real-time weather with bundled executable scripts. Use when users need to resolve city names to QWeather location IDs/adcodes,...