← Back to Skills Marketplace
打车比价
by
fenbeitong-trip
· GitHub ↗
· v1.0.0
· MIT-0
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ride-price-compare
Description
企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ride-price-compare - After installation, invoke the skill by name or use
/ride-price-compare - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
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 86 downloads so far.
How do I install 打车比价?
Run "/install ride-price-compare" 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.
More Skills