← 返回 Skills 市场
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qgcar-skill
功能描述
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...
安全使用建议
This package appears to do what it says: query schedules and build WeChat order-entry links. Before installing, prefer safer install paths: (1) install the npm package from the registry (npm install -g qg-skill) rather than piping a remote script into bash; (2) if you must run the install script, review install.sh locally first to confirm it does only the expected git/npm/copy operations; (3) note the CLI will write a cache file to ~/.qiguan-cli/last-list.json and will make network requests to the ticketing API (https://ebk.17u.cn) and build links to https://trans.17u.cn — that network activity is required for its purpose but be aware it contacts external services; (4) avoid storing passenger PII in the CLI as recommended by the README; and (5) if you need higher assurance, review the upstream GitHub repository and published npm package contents and signatures before installing. If you want me to, I can fetch and summarize the install.sh or point to lines in the code that perform network, filesystem, and clipboard operations.
功能分析
Type: OpenClaw Skill
Name: qgcar-skill
Version: 0.1.0
The qgcar-skill bundle is a legitimate utility for querying Qiguan campus bus schedules and generating WeChat booking links. The code (dist/cli.js, dist/api.js) interacts with a known travel service API (17u.cn) and includes explicit safety boundaries in SKILL.md to prevent the AI agent from handling sensitive passenger information or automated payments. The installation script (install.sh) and clipboard operations are standard for this type of tool, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description ask for querying Qiguan bus schedules and creating WeChat order-entry links; the code implements a CLI that posts to a ticketing API (https://ebk.17u.cn/cxyopenapi) and builds links pointing at https://trans.17u.cn, which is consistent with the stated purpose. The skill writes a small cache to ~/.qiguan-cli to support the 'list → link' flow; no unrelated cloud credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the local qg CLI (qg list, qg link) and explicitly forbids auto-submitting passenger info or triggering payment. The runtime instructions and reference docs only reference the CLI, local cache file, and the upstream ticketing endpoints; they do not ask the agent to read unrelated files or exfiltrate environment variables.
Install Mechanism
The repository includes an install.sh and the README shows a curl -fsSL https://raw.githubusercontent.com/.../install.sh | bash one-liner. While the included script itself clones the GitHub repo or uses npm and then installs the CLI, curl|bash is a higher-risk installation pattern because it executes remote code without manual review. If installed via npm from the official package registry or by reviewing the install script first, risk is reduced.
Credentials
The skill declares no required environment variables or credentials. The code does access the user's home directory to store a small cache (~/.qiguan-cli/last-list.json), which is proportionate to its functionality. Network access to the ticketing API is necessary and expected.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills or system-wide configuration. The install script copies the skill into per-user skill directories (~/.codex, ~/.openclaw) and installs a global npm CLI when requested; that is typical for CLI + skill packages and limited in scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qgcar-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/qgcar-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 QG Car?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qgcar-skill」即可一键安装,无需额外配置。
QG Car 是免费的吗?
是的,QG Car 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QG Car 支持哪些平台?
QG Car 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QG Car?
由 qybaihe(@qybaihe)开发并维护,当前版本 v0.1.0。
推荐 Skills