← 返回 Skills 市场
gaogao605

打车比价

作者 fenbeitong-trip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ride-price-compare
功能描述
企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders.
安全使用建议
This skill is inconsistent: its documentation requires calling real ride‑hailing platform APIs and forbids fabricating prices, but the included code fakes distances/drivers and has no network/API integration. The source is unknown and SKILL.md contains hidden unicode control characters (possible injection). Before installing or using for real bookings: (1) ask the author for the authoritative integration code or API endpoint names and required credentials; (2) request that the skill use secure HTTPS endpoints and read API keys only from declared environment variables; (3) review the full, untruncated source for any hidden behavior (search for network calls, subprocess.exec, filesystem writes, or obfuscated strings); (4) do not use this skill to place real orders until it is verified to call trusted providers and to handle credentials securely; (5) consider running the code in a sandboxed environment for dynamic testing. If the author cannot justify the mismatch between docs and code, avoid using it for production/financial actions.
功能分析
Type: OpenClaw Skill Name: ride-price-compare Version: 1.0.0 The skill bundle is a well-structured mock implementation of a corporate car service assistant. Analysis of the Python scripts (car_service_api.py and openai_adapter.py) shows no network activity, file system access, or use of dangerous functions like eval() or os.system(). The SKILL.md instructions are strictly functional and do not contain any prompt-injection attempts or instructions to exfiltrate data. The code relies solely on Python standard libraries and simulated data.
能力评估
Purpose & Capability
The SKILL.md explicitly requires calling real car‑service platform APIs and forbids fabricating prices/vehicle info, but the bundled Python modules implement a fully simulated service (random distance calculation, in-memory driver DB, no network/API integration). That mismatch means the shipped code does not deliver the declared external integration capability and could mislead users expecting real bookings/real-time availability.
Instruction Scope
The instructions constrain the agent to use real platform APIs and not invent data, but the provided runtime instructions and adapter call local functions only. The SKILL.md also triggered a 'unicode-control-chars' pre-scan signal (hidden control characters were detected), which could indicate an attempt to influence parsing or evaluation. The instructions do not request unrelated system files or credentials, however the mismatch between required behavior and actual code is a scope/integrity issue.
Install Mechanism
No install spec — instruction-only deployment with two Python scripts included. Required binary python3 is proportional. There are no remote downloads or unusual install steps in the metadata.
Credentials
The skill declares no environment variables, no credentials, and the code does not reference external API keys or secret environment variables. This is consistent with the included simulated implementation, but inconsistent with the SKILL.md requirement to call real platform APIs (which would normally require credentials).
Persistence & Privilege
The skill is not marked always:true and does not request elevated or persistent platform privileges. It runs as a local Python module and keeps state in memory (orders dict); it does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ride-price-compare
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ride-price-compare 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of fb-car-service-skill, providing comprehensive enterprise car service management. - Supports immediate rides, scheduled rides, airport transfer, and car chartering scenarios - Offers vehicle selection, real-time price estimation, and order management functions - Integrates with car service platform APIs for accurate vehicle availability and pricing - Includes enterprise features like expense management, approval workflows, and reporting - Input/output formats, detailed scene triggers, API list, and order status rules provided in documentation
元数据
Slug ride-price-compare
版本 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 插件,目前累计下载 86 次。

如何安装 打车比价?

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

打车比价 是免费的吗?

是的,打车比价 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

打车比价 支持哪些平台?

打车比价 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 打车比价?

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

💬 留言讨论