Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tencentcloudbase avatar

Taxi Skill

  • 1 installs
  • 27 repo stars
  • Updated June 18, 2026
  • tencentcloudbase/awesome-miniprogram-skills

WeChat Mini Program skill for ride-hailing: estimating fares, calling a taxi, checking trip status, and viewing trip history.

About

Adds a ride-hailing flow to a WeChat Mini Program covering fare estimation, taxi dispatch, trip status, and history. A developer uses it as a scenario template when building transportation features.

  • Handles trip fare estimation and taxi dispatch
  • Covers trip-status and history lookup from common destinations

Taxi Skill by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tencentcloudbase/awesome-miniprogram-skills --skill taxi-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars27
Last updatedJune 18, 2026
Repositorytencentcloudbase/awesome-miniprogram-skills

What it does

WeChat Mini Program skill for ride-hailing: estimating fares, calling a taxi, checking trip status, and viewing trip history.

Files

SKILL.mdMarkdownGitHub ↗

出行打车

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

触发场景

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

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

不适用范围

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

接口链路

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

使用顺序

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.