← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ride-hailing-helper
功能描述
企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders.
安全使用建议
This skill's goal (enterprise ride‑hailing) matches the included Python code, but there are important mismatches you should address before installing or using it:
- SKILL.md requires calling a real ride‑hailing platform API and forbids fabricating prices, but the shipped code currently simulates distances/prices and drivers using random values. Decide whether you accept simulated behavior or need a real provider integration.
- If you expect live integration, ask the author for the exact API endpoints, required environment variables (API keys, secrets), and how credentials should be provided. Right now no env vars or endpoints are declared — giving credentials later without knowing where they're used is risky.
- The SKILL.md contains unicode control characters (possible prompt‑injection). Inspect the SKILL.md for hidden characters and sanitize it.
- Review the Python files for any network calls before providing credentials. The current code appears local-only (no outbound HTTP calls), but if the author replaces or extends it to call external services, that change could exfiltrate data if not audited.
Actionable next steps: request from the publisher a clear integration design (endpoints, auth scheme), remove or explain the unicode control chars, and only supply credentials after verifying which code will use them and where network traffic will go.
功能分析
Type: OpenClaw Skill
Name: ride-hailing-helper
Version: 1.0.0
The skill bundle is a well-structured template for an enterprise car-hailing service. The Python implementation in `car_service_api.py` and `openai_adapter.py` consists of mock logic for ride booking, price estimation, and order management using hardcoded data and random simulations. There is no evidence of data exfiltration, unauthorized network access, or malicious command execution. The `SKILL.md` file provides clear, functional instructions for the AI agent without any suspicious prompt-injection attempts or hidden directives.
能力评估
Purpose & Capability
Name/description (enterprise ride‑hailing helper) matches the provided code's functionality (estimate_price, request_ride, schedule_ride, airport transfer, order management). However SKILL.md explicitly states 'must call real platform API' and '禁止自行编造价格或车辆信息' while the included car_service_api.py uses randomized/simulated distance, duration and drivers (i.e., fabricates data). No environment variables, endpoints, or credentials are declared to integrate a real provider — this is an incoherence between stated requirements and actual implementation.
Instruction Scope
SKILL.md constrains the agent to call real external platform APIs for live pricing/availability, but the runtime instructions and shipped code do not provide connection details or credential handling. The instructions do not ask to read local secrets or system paths, but they do demand contacting external APIs; that is not supported by the code, leaving the implementation ambiguous and granting the agent leeway to decide how to satisfy the constraint (potentially risky). Also the SKILL.md was flagged for unicode control characters (possible prompt‑injection).
Install Mechanism
No install spec; the skill is instruction‑plus local Python scripts and only requires python3. Nothing is downloaded or installed from external URLs, and no archive extraction occurs. This is low install risk.
Credentials
Declared requirements list no environment variables or credentials, but the SKILL.md's 'must call real platform API' implies the need for API keys/credentials. The absence of declared env vars, primary credential, or config paths is inconsistent with the stated need to integrate an external ride‑hailing provider, raising questions about how real integrations would be configured and authorized.
Persistence & Privilege
The skill does not request always:true and does not declare changes to other skills or system configs. It appears to run only when invoked; no elevated persistence or cross‑skill config writes are present in the provided files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ride-hailing-helper - 安装完成后,直接呼叫该 Skill 的名称或使用
/ride-hailing-helper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
fb-car-service-skill v1.0.0 Changelog
- Initial release of the 企业用车服务助手 skill.
- Supports ride-hailing for immediate rides, scheduled rides, airport transfers, and charter services.
- Features real-time car type selection, price estimation, driver/vehicle info, and order management.
- Provides detailed order status, invoicing, cancellation policies, and enterprise management functions.
- Offers both API-only and user-facing interaction flows with rich display templates for trip and price details.
元数据
常见问题
打车助手 是什么?
企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 打车助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ride-hailing-helper」即可一键安装,无需额外配置。
打车助手 是免费的吗?
是的,打车助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
打车助手 支持哪些平台?
打车助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 打车助手?
由 cs200809(@cs200809)开发并维护,当前版本 v1.0.0。
推荐 Skills