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 dreamiurg/claude-mountaineering-skills --skill route-researchergit clone --depth 1 https://github.com/dreamiurg/claude-mountaineering-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/dreamiurg/claude-mountaineering-skills/route-researcher)<a href="https://agentmods.dev/skills/dreamiurg/claude-mountaineering-skills/route-researcher"><img src="https://agentmods.dev/badge/skills/dreamiurg/claude-mountaineering-skills/route-researcher/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/dreamiurg/claude-mountaineering-skills/route-researcher"><img src="https://agentmods.dev/badge/skills/dreamiurg/claude-mountaineering-skills/route-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 56 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
- medium MCP Rug Pull · line 103 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
- medium MCP Rug Pull · line 192 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
- medium MCP Rug Pull · line 199 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
- medium MCP Rug Pull · line 826 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
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.00087 | $0.11734 |
| Opus 5 | $0.00044 | $0.05867 |
| Sonnet 5 | $0.00017 | $0.02347 |
| Haiku 4.5 | $0.00009 | $0.01173 |
Grade A, and why
route-researcher 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 12d 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 — 917 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Route Researcher
Research mountain peaks across North America and generate comprehensive route beta reports combining data from multiple sources including PeakBagger, SummitPost, WTA, AllTrails, weather forecasts, avalanche conditions, and trip reports.
Data Sources: This skill aggregates information from specialized mountaineering websites (PeakBagger, SummitPost, Washington Trails Association, AllTrails, The Mountaineers, and regional avalanche centers). The quality of the generated report depends on the availability of information on these sources. If your target peak lacks coverage on these websites, the report may contain limited details. The skill works best for well-documented peaks in North America.
When to Use This Skill
Use this skill when the user requests:
- Research on a specific mountain peak
- Route beta or climbing information
- Trip planning information for peaks
- Current conditions for mountaineering objectives
Examples:
- "Research Mt Baker"
- "I'm planning to climb Sahale Peak next month, can you research the route?"
- "Generate route beta for Forbidden Peak"
Progress Checklist
Research Progress:
- Phase 1: Peak Identification (peak validated, ID obtained)
- Phase 2: Peak Information Retrieval (coordinates and details obtained)
- Phase 3: Data Gathering (parallel execution)
- Phase 3a: Python conditions fetch (weather, air quality, daylight, avalanche, peakbagger stats/ascents)
- Phase 3b: Researcher agents (3 in parallel - web sources + trip reports)
- Phase 3c: Results aggregated
- Phase 3d: Access/permits (inline WebSearch)
- Phase 4: Route Analysis (synthesize route, crux, hazards)
- Phase 5: Report Generation (Report Writer agent)
- Phase 6: Report Review & Validation (Report Reviewer agent)
- Phase 7: Completion (user notified, next steps provided)
Orchestration Workflow
Phase 1: Peak Identification
Goal: Identify and validate the specific peak to research.
What ships with it
21 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.
- assets/demo.gif 4162 KB
- assets/report-template.md 26 KB
- assets/trip-report-template.md 2.8 KB
- docs/architecture.md 11 KB
- examples/2025-10-23-mount-si.md 14 KB
- examples/2025-11-06-mount-adams.md 17 KB
- examples/2025-11-06-wolf-peak.md 13 KB
- examples/2026-01-29-mount-shuksan.md 13 KB
- examples/2026-01-29-tinkham-peak.md 13 KB
- tools/.python-version 5 B
- tools/cloudscrape.py 6.1 KB runs code
- tools/fetch_conditions.py 34 KB runs code
- tools/pyproject.toml 443 B
- tools/README.md 10 KB
- tools/test_cloudscrape.py 11 KB runs code
- tools/test_fetch_conditions_unit.py 555 B runs code
- tools/test_fetch_conditions.py 3.5 KB runs code
- tools/test_geodata_fetchers.py 23 KB runs code
- tools/test_phase4.py 14 KB runs code
- tools/test_phase5.py 18 KB runs code
- tools/uv.lock 31 KB
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.
- 12d ago First seen · 917 lines · 87 tokens per session scan A 50605c1a60c4
route-researcher is a skill published in the GitHub repository dreamiurg/claude-mountaineering-skills (33 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 11,734 once invoked, about $0.0004 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
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
google-ads-audit
Google Ads account audit and business context setup. Use for account-health audits and business-context setup. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run…
review
5-pass structured code review — correctness, security, performance, readability, consistency.
alive:system-upgrade
Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.
extract-resume
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
ensure-pipelines-host
Ensures the tenant has a usable Power Platform Pipelines host environment before any pipeline operation runs. Detects host state via the same resolution order as the Power Apps UI (org-db setting → BAP env metadata → default-custom-host setting); if any existing host (Platform or Custom) is found, uses it. If no host…