travel-skill

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

A set of tools for planning travel: finding destinations, comparing transport and accommodation options, checking weather, and getting general travel tips.

In plain words
What is it for?
Use it to discover destinations, plan transport and lodging, check a destination’s current weather, or get travel advice.
Why use it?
It brings common trip-planning information together before booking or payment is needed.

Skill for Claude CodeCodex

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

Good fit Use it to discover destinations, plan transport and lodging, check a destination’s current weather, or get travel advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tencentcloudbase/awesome-miniprogram-skills/travel-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 travel-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 travel-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/travel-skill.svg)](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/travel-skill)
Your own site
<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>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 442 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.00020 $0.00442
Opus 5 $0.00010 $0.00221
Sonnet 5 $0.00004 $0.00088
Haiku 4.5 $0.00002 $0.00044

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

Security

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.

The scan reads SKILL.md. This mod also ships 12 executable files (apis/getTravelTips.js, apis/getWeatherInfo.js, apis/planTrip.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/travel-skill/SKILL.md · 40 lines

What it actually says

旅行规划

基于热门旅行目的地,为用户提供目的地搜索、行程规划(交通+住宿)、天气查询和旅行贴士的一站式旅行规划能力集合。

触发场景

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

  • "帮我推荐几个旅行目的地"
  • "我想去三亚玩,帮我规划一下行程"
  • "丽江最近天气怎么样"
  • "去成都怎么去最划算"
  • "大理有哪些好的酒店"
  • "有什么旅行建议吗"
  • "帮我查一下杭州的出行攻略"

不适用范围

  • 机票酒店预订下单、支付等诉求 → 不在本技能范围,由预订系统处理
  • 签证办理、护照申请等诉求 → 不在本技能范围
  • 旅游攻略撰写、游记分享等诉求 → 不在本技能范围

接口链路

  • searchDestinations:热门旅行目的地搜索与列表展示。
  • planTrip:查看指定目的地的交通方案与住宿推荐。
  • getWeatherInfo:查询指定目的地当前天气情况。
  • getTravelTips:获取通用旅行贴士建议列表。

使用顺序

  • 规划行程前需先确定目的地;没有目的地上下文时,先展示可选目的地列表。
  • 查看行程规划(交通+住宿)前需先选定具体目的地(destId)。
  • 查询天气前需先选定具体目的地(destId)。
  • 旅行贴士为通用内容,可在任意时刻调用。
  • 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。
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. 8d ago First seen · 40 lines · 20 tokens per session scan A ef8a78272846

Subscribe to this mod's changes

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.