agentsclimarketplace

Taxi skill

Skill TencentCloudBase/awesome-miniprogram-skills/skills/taxi-skill

微信小程序 Skills 示例集合 —— 从简单待办到解决数据存储、支付、AI 调用,开箱即用。帮你的小程序快速接入微信小程序 AI 开发模式

Install
npx -y skills add TencentCloudBase/awesome-miniprogram-skills --skill taxi-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

出行打车:行程预估、叫车、行程状态、历史记录

SKILL.md

1.6 KB, as published. Nobody here has run it

出行打车

基于常用目的地完成行程预估、呼叫出租车、查看行程状态与历史行程的能力集合。

触发场景

用户原话举例(路由命中本技能):

  • "帮我叫个快车去首都机场"
  • "从望京SOHO到北京南站多少钱"
  • "我要打车去三里屯"
  • "我的车到哪了"
  • "帮我查一下现在的行程"
  • "看看我之前的打车记录"
  • "从这到机场打车要多久"

不适用范围

  • 订机票、火车票 → 不在本技能范围,由票务技能处理
  • 预约顺风车、代驾、租车等 → 不在本技能范围
  • 查看公交地铁路线 → 不在本技能范围
  • 外卖、跑腿、快递等物流服务 → 不在本技能范围

接口链路

  • estimateTrip:根据出发地和目的地预估各车型价格与时长。
  • callTaxi:确认费用后发起叫车,返回叫车状态。
  • getTripStatus:查询当前进行中行程的状态与司机信息。
  • getTripHistory:查看历史行程记录。

使用顺序

  • 叫车前需先确定出发地和目的地;没有明确地址时,展示常用目的地列表引导用户选择。
  • 发起叫车前应先完成价格预估,让用户了解各车型费用后再确认。
  • 查看行程状态时,优先返回当前活跃行程;用户明确要求查看历史记录时再调 getTripHistory。
  • 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.