Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

qgcar-skillqgcar 技能

Agent Skill

qgcar-skill 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,840

周安装

116

GitHub Stars

公开资料未说明

下载量

919
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install qgcar-skill

简介

调用本地 qg CLI 获取奇观校区公交时刻表与票务信息。

  • 适用于珠海/南/东校区路线查询与乘车预约辅助场景。
  • 支持列出班次、选择线路与获取票价详情等基础功能。
  • 需预先安装 qg 命令行工具并配置好本地运行环境。
  • 票价与班次可能随政策变动,请以官方公告为准。qgcar-skill 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
qgcar-skill
description
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, generating WeChat order-entry links, copying links, or troubleshooting qg/qg-list commands. The skill should help prepare a booking link, but must not auto-submit passenger information, create orders, or pay.

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

78.67%
按下载量换算723

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills