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.
npx skills add TencentCloudBase/awesome-miniprogram-skills --skill travel-skillgit clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-skillsWrote 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.
[](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/travel-skill)<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/travel-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/travel-skill.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.00442 |
| Opus 5 | $0.00010 | $0.00221 |
| Sonnet 5 | $0.00004 | $0.00088 |
| Haiku 4.5 | $0.00002 | $0.00044 |
Grade A, and why
travel-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 8d ago.
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.
What it actually says
旅行规划
基于热门旅行目的地,为用户提供目的地搜索、行程规划(交通+住宿)、天气查询和旅行贴士的一站式旅行规划能力集合。
触发场景
用户原话举例(路由命中本技能):
- "帮我推荐几个旅行目的地"
- "我想去三亚玩,帮我规划一下行程"
- "丽江最近天气怎么样"
- "去成都怎么去最划算"
- "大理有哪些好的酒店"
- "有什么旅行建议吗"
- "帮我查一下杭州的出行攻略"
不适用范围
- 机票酒店预订下单、支付等诉求 → 不在本技能范围,由预订系统处理
- 签证办理、护照申请等诉求 → 不在本技能范围
- 旅游攻略撰写、游记分享等诉求 → 不在本技能范围
接口链路
searchDestinations:热门旅行目的地搜索与列表展示。planTrip:查看指定目的地的交通方案与住宿推荐。getWeatherInfo:查询指定目的地当前天气情况。getTravelTips:获取通用旅行贴士建议列表。
使用顺序
- 规划行程前需先确定目的地;没有目的地上下文时,先展示可选目的地列表。
- 查看行程规划(交通+住宿)前需先选定具体目的地(destId)。
- 查询天气前需先选定具体目的地(destId)。
- 旅行贴士为通用内容,可在任意时刻调用。
- 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。
What ships with it
29 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- apis/getTravelTips.js 1.2 KB runs code
- apis/getWeatherInfo.js 1.7 KB runs code
- apis/planTrip.js 1.9 KB runs code
- apis/searchDestinations.js 1.6 KB runs code
- cloudbaserc.json 661 B
- cloudfunctions/travel-skill-handler/index.js 12 KB runs code
- cloudfunctions/travel-skill-handler/package.json 179 B
- components/destination-list-card/index.js 3.4 KB runs code
- components/destination-list-card/index.json 49 B
- components/destination-list-card/index.wxml 2.2 KB
- components/destination-list-card/index.wxss 3.7 KB
- components/tips-card/index.js 2.4 KB runs code
- components/tips-card/index.json 49 B
- components/tips-card/index.wxml 1.2 KB
- components/tips-card/index.wxss 2.4 KB
- components/trip-plan-card/index.js 2.4 KB runs code
- components/trip-plan-card/index.json 49 B
- components/trip-plan-card/index.wxml 3.5 KB
- components/trip-plan-card/index.wxss 4.7 KB
- components/weather-card/index.js 2.2 KB runs code
- components/weather-card/index.json 49 B
- components/weather-card/index.wxml 681 B
- components/weather-card/index.wxss 1.1 KB
- data/seed.js 9.6 KB runs code
- index.js 1.1 KB runs code
- mcp.json 11 KB
- mp-skills.json 154 B
- README.md 2.3 KB
- utils/util.js 1.7 KB runs code
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.
- 8d ago First seen · 40 lines · 20 tokens per session scan A ef8a78272846
travel-skill is a skill published in the GitHub repository TencentCloudBase/awesome-miniprogram-skills (36 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 442 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.
Other skills, from other repositories
gzh_article
A workflow for creating articles for WeChat Official Accounts, a Chinese publishing platform. It covers choosing a topic, researching sources, writing, adding images, checking the wording, and formatting the finished article.
weapp-vite-best-practices
An engineering guide for building small-program projects with weapp-vite, a Vite-based toolchain for compiling mini-apps for several platforms.
native-to-weapp-vite-wevu-migration
A step-by-step guide for gradually moving native WeChat, Alipay, or Douyin mini-programs to weapp-vite, with an optional later move to Vue single-file components.
docs-and-website-sync
A synchronization guide for keeping source code, website pages, READMEs, packaged documentation, and public coding-agent instructions consistent in a monorepo.
weapp-vite-vue-sfc-best-practices
A Chinese-language guide to writing Vue single-file components for weapp-vite mini-program projects. It covers templates, scripts, page metadata, component declarations, and platform differences.
release-and-changeset-best-practices
A release guide for a pnpm monorepo, a repository containing multiple related packages, templates, and tools.