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 曹操出行.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "caocao-chuxing-skill" with this command: npx skills add xiaojianchen/caocao-chuxing-skill

曹操出行 Skill

这个 skill 用来处理 所有曹操出行打车相关需求

安装这个 skill 后,接入者只需要做一件事:

  1. 打开 https://mcp.caocaokeji.cn/console
  2. 获取自己的 API Key
  3. 提供给 agent 完成配置

配置完成后,就可以直接用自然语言完成:

  • 搜索上车点 / 目的地
  • 查看车型和价格预估
  • 生成打车链接
  • 直接创建订单
  • 查询订单状态
  • 取消订单

什么时候用

当用户出现以下意图时,直接使用这个 skill:

  • “帮我叫个曹操”
  • “从 A 到 B 打车”
  • “查一下曹操打车多少钱”
  • “生成曹操打车链接”
  • “直接下单一个最便宜的车型”
  • “查一下司机多久到”
  • “取消这个曹操订单”
  • “安装 / 配置 曹操出行 skill”

首次配置

当用户给出 API Key 时,执行:

python3 <skill_dir>/scripts/caocao_mcp.py configure --api-key "<API_KEY>"

然后建议立刻做一个简单测试:

python3 <skill_dir>/scripts/caocao_mcp.py maps_text_poi --keywords "杭州东站" --city-name "杭州"

如果返回地点列表,说明已经可以正常使用。

推荐用法

1. 高层流程

优先使用高层命令:

只估价

python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "北京西站" --city-name "北京" --action estimate

生成打车链接

python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "北京西站" --city-name "北京" --action link

直接下单(默认最便宜车型)

python3 <skill_dir>/scripts/caocao_mcp.py ride_flow --from-keywords "百度科技园" --to-keywords "百度大厦" --city-name "北京" --action create-order

指定车型下单

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
  • 链接:直接给可点击链接
  • 下单成功:明确给出订单号
  • 查单:优先提炼司机、车牌、距离、预计到达时间
  • 取消:明确反馈是否成功

注意事项

  • 下单、取消都属于真实外部动作
  • 如果用户语义不明确,先确认
  • 如果用户明确要求直接下单,可以直接执行

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated