← 返回 Skills 市场
gaogao605

接送站助手

作者 fenbeitong-trip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install station-transfer
功能描述
企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders.
安全使用建议
What to consider before installing: - The SKILL.md claims the skill MUST call real car‑service platform APIs and forbids fabricating prices or vehicles, but the included code simulates drivers and prices locally and contains no network calls, API endpoints, or credential handling. Ask the author to explain how real bookings are performed and to provide the actual integration code and required auth details. - The SKILL.md triggered a 'unicode control characters' scan hit; these characters can be used to hide or manipulate prompts. Inspect the SKILL.md file in a text editor that shows hidden characters and remove any suspicious control codes before use. - Running the included Python modules will execute local code that fabricates orders and uses random values; do not rely on this for actual bookings or billing. If you need production booking, require the skill to accept explicit API endpoints and API keys and show secure handling of those credentials. - Because there is no external install, the immediate risk is limited to whatever the Python code does locally. Still, review the full code for any unintended behaviors (networking, logging of sensitive data) before running in any environment that has production data. - If you are not the maintainer, treat this skill as a simulator/sample until the integration inconsistencies and hidden-character issue are resolved. If you want, request the author to: (1) remove hidden control characters, (2) provide documented external API endpoints and required env vars, and (3) include secure credential handling and network-call code if real bookings are intended.
功能分析
Type: OpenClaw Skill Name: station-transfer Version: 1.0.0 The skill bundle provides a simulated car service assistant for booking rides and airport transfers. The Python implementation in `scripts/car_service_api.py` and `scripts/openai_adapter.py` uses mock data and randomized logic to simulate API responses without performing any actual network requests, file system operations, or sensitive data access. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
SKILL.md explicitly states '必须调用真实用车平台API' and '禁止自行编造价格或车辆信息' implying real integration. However, the bundled Python code (car_service_api.py / openai_adapter.py) uses simulated driver and pricing data, random distance generation, and no HTTP clients or external endpoints. There is a mismatch between the declared purpose (real platform integration) and the actual implementation (local simulation).
Instruction Scope
The runtime instructions in SKILL.md require calling real platform APIs but provide no endpoints, auth instructions, or environment variables. SKILL.md does not instruct the agent to read unrelated system files or secrets, but the file contains a pre-scan 'unicode-control-chars' injection signal (prompt‑injection attempt) which could hide or alter instructions when rendered—this is suspicious and warrants manual inspection of the SKILL.md raw bytes.
Install Mechanism
There is no install spec or external download; the skill requires only python3 and includes local Python modules. Nothing is fetched from external URLs or installed automatically, which minimizes supply‑chain risk. The presence of code files means executing them will run logic on the host, so standard code review is still necessary.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. Given the stated purpose (integrating with real car platforms), the absence of any API keys or credential requirements is inconsistent — either the skill is a simulator (which needs no creds) or it omits necessary credential handling. As provided, it does not request excessive secrets.
Persistence & Privilege
Flags such as always:false and no config path modifications are appropriate. The skill does not request elevated persistence or modify other skills' settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install station-transfer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /station-transfer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
fb-car-service-skill v1.0.0 – 企业用车服务助手首次上线 - 提供即时用车、预约、接送机、包车等多种用车服务场景 - 支持车型选择、实时费用预估、订单管理、电子发票等功能 - 覆盖企业日常通勤、差旅、商务接待等多样化需求 - 严格依赖真实用车平台API获取车辆与价格信息 - 明确订单状态、取消规则和企业用车管理功能
元数据
Slug station-transfer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

接送站助手 是什么?

企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 接送站助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install station-transfer」即可一键安装,无需额外配置。

接送站助手 是免费的吗?

是的,接送站助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

接送站助手 支持哪些平台?

接送站助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 接送站助手?

由 fenbeitong-trip(@gaogao605)开发并维护,当前版本 v1.0.0。

💬 留言讨论