← Back to Skills Marketplace
gaogao605

接送站助手

by fenbeitong-trip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install station-transfer
Description
企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install station-transfer
  3. After installation, invoke the skill by name or use /station-transfer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
fb-car-service-skill v1.0.0 – 企业用车服务助手首次上线 - 提供即时用车、预约、接送机、包车等多种用车服务场景 - 支持车型选择、实时费用预估、订单管理、电子发票等功能 - 覆盖企业日常通勤、差旅、商务接待等多样化需求 - 严格依赖真实用车平台API获取车辆与价格信息 - 明确订单状态、取消规则和企业用车管理功能
Metadata
Slug station-transfer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 接送站助手?

企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.

How do I install 接送站助手?

Run "/install station-transfer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 接送站助手 free?

Yes, 接送站助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 接送站助手 support?

接送站助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 接送站助手?

It is built and maintained by fenbeitong-trip (@gaogao605); the current version is v1.0.0.

💬 Comments