taxi-skill

taxi-skill is a skill for Claude Code, Codex from TencentCloudBase/awesome-miniprogram-skills. It costs 24 tokens per session (461 once invoked), scanned A, original, MIT.

A set of tools for planning and taking taxi trips, including price and time estimates, ride requests, live trip status, and past trips.

In plain words
What is it for?
Use it to estimate a journey, call a taxi, view the driver and current trip status, or review trip history.
Why use it?
It keeps taxi tasks together so users can estimate a fare before requesting a ride and check an active or previous trip.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to estimate a journey, call a taxi, view the driver and current trip status, or review trip history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TencentCloudBase/awesome-miniprogram-skills --skill taxi-skill
Clone the repo
git clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for taxi-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill/github.svg)](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill)
Your own site
<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for taxi-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/taxi-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00461
Opus 5 $0.00012 $0.00230
Sonnet 5 $0.00005 $0.00092
Haiku 4.5 $0.00002 $0.00046

Measured 9d ago against content hash d98b25f11980, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

taxi-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (apis/callTaxi.js, apis/estimateTrip.js, apis/getTripHistory.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/taxi-skill/SKILL.md · 44 lines

What it actually says

出行打车

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

触发场景

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

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

不适用范围

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

接口链路

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

使用顺序

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

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 44 lines · 24 tokens per session scan A d98b25f11980

Subscribe to this mod's changes

taxi-skill is a skill published in the GitHub repository TencentCloudBase/awesome-miniprogram-skills (36 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 461 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.