返回顶部
c

caocao-chuxing-skill

Use this skill for all 曹操出行 ride-hailing requests after the user installs the skill and provides an API key from https://mcp.caocaokeji.cn/console. Trigger when the user wants to call a ride, estimate fares, generate a ride link, create an order, query an ongoing order, or cancel an order through 曹操出行.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
58
下载量
0
收藏
概述
安装方式
版本历史

caocao-chuxing-skill

# 曹操出行 Skill 这个 skill 用来处理 **所有曹操出行打车相关需求**。 安装这个 skill 后,接入者只需要做一件事: 1. 打开 `https://mcp.caocaokeji.cn/console` 2. 获取自己的 **API Key** 3. 提供给 agent 完成配置 配置完成后,就可以直接用自然语言完成: - 搜索上车点 / 目的地 - 查看车型和价格预估 - 生成打车链接 - 直接创建订单 - 查询订单状态 - 取消订单 ## 什么时候用 当用户出现以下意图时,直接使用这个 skill: - “帮我叫个曹操” - “从 A 到 B 打车” - “查一下曹操打车多少钱” - “生成曹操打车链接” - “直接下单一个最便宜的车型” - “查一下司机多久到” - “取消这个曹操订单” - “安装 / 配置 曹操出行 skill” ## 首次配置 当用户给出 API Key 时,执行: ```bash python3 <skill_dir>/scripts/caocao_mcp.py configure --api-key "<API_KEY>" ``` 然后建议立刻做一个简单测试: ```bash python3 <skill_dir>/scripts/caocao_mcp.py maps_text_poi --keywords "杭州东站" --city-name "杭州" ``` 如果返回地点列表,说明已经可以正常使用。 ## 推荐用法 ### 1. 高层流程 优先使用高层命令: #### 只估价 ```bash python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "北京西站" --city-name "北京" --action estimate ``` #### 生成打车链接 ```bash python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "北京西站" --city-name "北京" --action link ``` #### 直接下单(默认最便宜车型) ```bash python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "百度大厦" --city-name "北京" --action create-order ``` #### 指定车型下单 ```bash python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "北京西站" --city-name "北京" --action create-order --service-type 3 ``` ### 2. 低层命令 需要精确控制时,再使用: - `maps_text_poi` - `trip_estimate` - `trip_generate_ride_link` - `trip_create_order` - `trip_query_order` - `trip_cancel_order` ## 对话策略 ### 当用户说“从 A 到 B 打车” 默认顺序: 1. 搜起点 2. 搜终点 3. 做价格预估 4. 展示车型和价格 ### 当用户说“生成打车链接” 优先走: - `ride_flow --action link` ### 当用户说“直接下单最便宜的车型” 优先走: - `ride_flow --action create-order` - 不指定 `service-type`,默认选最便宜车型 ## 输出要求 - 地址搜索:返回前 3 个最相关 POI,带名称和经纬度 - 价格预估:清楚列车型、价格、service_type - 链接:直接给可点击链接 - 下单成功:明确给出订单号 - 查单:优先提炼司机、车牌、距离、预计到达时间 - 取消:明确反馈是否成功 ## 注意事项 - 下单、取消都属于真实外部动作 - 如果用户语义不明确,先确认 - 如果用户明确要求直接下单,可以直接执行

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 caocao-chuxing-skill-1775876461 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 caocao-chuxing-skill-1775876461 技能

通过命令行安装

skillhub install caocao-chuxing-skill-1775876461

下载 Zip 包

⬇ 下载 caocao-chuxing-skill v1.0.1

文件大小: 5.22 KB | 发布时间: 2026-4-12 09:18

v1.0.1 最新 2026-4-12 09:18
Refine public skill copy: position it as the skill for all 曹操出行 ride-hailing requests, simplify onboarding to 'install skill -> get API key from console -> configure', and remove internal implementation details that should not be exposed to end users.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部