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 KylinMountain/nano-claw --skill travel-plannergit clone --depth 1 https://github.com/KylinMountain/nano-clawWrote 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/kylinmountain/nano-claw/travel-planner)<a href="https://agentmods.dev/skills/kylinmountain/nano-claw/travel-planner"><img src="https://agentmods.dev/badge/skills/kylinmountain/nano-claw/travel-planner/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.
<a href="https://agentmods.dev/skills/kylinmountain/nano-claw/travel-planner"><img src="https://agentmods.dev/badge/skills/kylinmountain/nano-claw/travel-planner.svg" alt="Reviewed on agentmods" width="80" 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.00013 | $0.00511 |
| Opus 5 | $0.00006 | $0.00255 |
| Sonnet 5 | $0.00003 | $0.00102 |
| Haiku 4.5 | $0.00001 | $0.00051 |
Grade A, and why
travel-planner 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Travel Planner Skill
Purpose
This skill provides expert assistance for planning trips, vacations, and travel itineraries. It helps with destination research, accommodation booking, activity planning, and travel logistics.
Core Capabilities
🗺️ Destination Research
- Climate and weather analysis
- Cultural insights and customs
- Local attractions and landmarks
- Transportation options
- Safety and travel advisories
🏨 Accommodation Planning
- Hotel and lodging recommendations
- Budget-friendly options
- Location-based suggestions
- Booking timing optimization
📅 Itinerary Creation
- Day-by-day activity planning
- Time optimization
- Distance and travel time calculations
- Backup plans for weather contingencies
💰 Budget Management
- Cost estimation for different trip components
- Money-saving tips and strategies
- Currency exchange information
- Local pricing insights
Usage Guidelines
When activated, I will:
-
Gather Requirements
- Destination preferences
- Travel dates and duration
- Budget constraints
- Group size and composition
- Activity preferences
-
Research and Analysis
- Weather patterns for travel dates
- Local events and festivals
- Seasonal considerations
- Transportation options
-
Create Comprehensive Plan
- Detailed daily itinerary
- Accommodation recommendations
- Activity bookings and reservations
- Transportation arrangements
-
Provide Practical Information
- Packing lists
- Document requirements
- Health and safety tips
- Local customs and etiquette
Example Interactions
User: "Plan a 5-day trip to Tokyo in spring"
Response Process:
- Research Tokyo spring weather and cherry blossom season
- Identify must-see attractions and seasonal activities
- Suggest accommodation in strategic locations
- Create day-by-day itinerary with transportation
- Provide cultural tips and practical advice
Tools Integration
This skill works best with:
web_search- For destination researchweather_query- For climate planningcalendar_event- For itinerary schedulingnote- For saving travel plans
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.
- 11d ago First seen · 95 lines · 13 tokens per session scan A 00072b83ee87
travel-planner is a skill published in the GitHub repository KylinMountain/nano-claw (4 stars, last pushed 6mo ago), licensed MIT. It adds 13 tokens to every session and 511 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-31.
Other skills, from other repositories
design-review-cycle
Run evidence-backed design, specification, and implementation-plan reviews through the local llm-cli-gateway stdio MCP server. Use for single-provider or complete cross-LLM design review before implementation. Covers all seven CLI request surfaces and Mistral Vibe's current accept-edits default.
model-routing
Select and dispatch llm-cli-gateway providers by live capability, target access, and task requirements. Use when choosing among Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor, or when selecting an explicit model through the local stdio gateway.
agent-codex-gate
Pattern for spawning subagents whose work must receive an evidence-backed, unconditional Codex review through the local llm-cli-gateway stdio MCP server. Use when parallel implementation tasks need an independent Codex quality gate.
multi-llm-orchestration
Orchestrate the complete llm-cli-gateway provider surface through its local stdio MCP server. Use for parallel implementation, review, session, async-job, cache-aware prompt, and cross-LLM workflows across Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor.
vibe-testing
This skill should be used when the user asks to "test my specs", "validate my design docs", "find gaps in my architecture", "stress-test the spec", "vibe test", "pressure test the docs", or mentions spec validation before implementation begins.
agnostic-model-connector
Build, debug, and optimize The Agent API / Universal SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing The Agent API code between The Agent model versions. TRIGGER when: code imports google-generativeai/@google/generative-ai; user asks for the The Agent API, Universal…