정보
이 스킬은 날씨, 지형 위험 요소, 유지 보수 상태를 분석하여 안전 등급(GREEN/YELLOW/RED)과 실행 가능한 진행/중지 조언을 생성함으로써 등산로 상태를 평가합니다. 등산 전, 여행 계획 중, 또는 날씨 변화 후 안전 결정을 지원하기 위해 설계되었습니다. 이 도구는 웹 소스에서 데이터를 가져와 처리하며, 적설량, 하천 횡단, 노출된 구간과 같은 요소들을 평가합니다.
빠른 설치
Claude Code
추천npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/assess-trail-conditionsClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
评估步道状况
在计划的徒步旅行之前或旅行规划中,评估当前步道状况以进行安全决策。
适用场景
- 计划徒步的前一天或当天早晨,用于做出行/不行决定
- 旅行规划中评估路线的季节可行性
- 多日旅行中天气突然变化后
- 报告显示步道损坏、关闭或异常危险时
- 承诺走一条高山或暴露路线之前
输入
- 必需:步道名称、区域和大致坐标或航点
- 必需:计划的徒步日期
- 可选:步道难度等级(SAC T1-T6)
- 可选:路线最高海拔
- 可选:已知危险点(过河点、暴露山脊、冰川)
- 可选:团队经验水平(影响风险容忍阈值)
步骤
第 1 步:收集天气数据
从多个来源收集步道海拔范围的天气预报。
Weather Data Sources (in preference order):
┌────────────────────────┬──────────────────────────────────────┐
│ Source │ Best for │
├────────────────────────┼──────────────────────────────────────┤
│ National weather svc │ Official forecasts with warnings │
│ (MeteoSwiss, ZAMG, │ │
│ DWD, Meteo-France) │ │
├────────────────────────┼──────────────────────────────────────┤
│ Mountain-specific │ Altitude-stratified forecasts │
│ forecasts (e.g., │ (valley vs. summit conditions) │
│ bergfex, meteoblue) │ │
├────────────────────────┼──────────────────────────────────────┤
│ Avalanche bulletins │ Snow stability (winter/spring) │
│ (SLF, EAWS members) │ │
├────────────────────────┼──────────────────────────────────────┤
│ Local webcams │ Real-time visual conditions │
├────────────────────────┼──────────────────────────────────────┤
│ Recent trip reports │ On-the-ground observations │
└────────────────────────┴──────────────────────────────────────┘
收集以下数据点:
Weather Assessment:
┌─────────────────────┬───────────────┬───────────────────────────┐
│ Parameter │ Valley │ Summit/Ridge │
├─────────────────────┼───────────────┼───────────────────────────┤
│ Temperature (C) │ │ │
│ Wind speed (km/h) │ │ │
│ Wind gusts (km/h) │ │ │
│ Precipitation (mm) │ │ │
│ Precipitation type │ │ │
│ Visibility (km) │ │ │
│ Cloud base (m) │ │ │
│ Freezing level (m) │ │ │
│ Snow line (m) │ │ │
│ Thunderstorm risk │ │ │
│ UV index │ │ │
└─────────────────────┴───────────────┴───────────────────────────┘
预期结果: 来自至少 2 个独立来源的天气数据,包含路线最低点和最高点的海拔特定信息。
失败处理: 如果特定区域没有详细的山地预报,使用一般预报配合海拔调整:温度每升高 1000 米大约下降 6.5°C,风速随海拔和暴露程度增加。如果预报相互矛盾,按最差预测规划。
第 2 步:评估地形状况
评估步道路面、积雪、水文和暴露危险的当前状态。
Terrain Condition Factors:
┌──────────────────────┬─────────────────────────────────────────┐
│ Factor │ Assessment Method │
├──────────────────────┼─────────────────────────────────────────┤
│ Snow cover │ Compare current snow line to route's │
│ │ highest point. If route goes above snow │
│ │ line, assess whether snow gear is │
│ │ needed and if the group has it. │
├──────────────────────┼─────────────────────────────────────────┤
│ Ice │ North-facing slopes above freezing │
│ │ level may retain ice even in summer. │
│ │ Check recent overnight temps. │
├──────────────────────┼─────────────────────────────────────────┤
│ River/stream │ Check recent rainfall totals. Rivers │
│ crossings │ can be impassable 24-48 hrs after │
│ │ heavy rain or during snowmelt peak. │
├──────────────────────┼─────────────────────────────────────────┤
│ Rockfall zones │ More active after freeze-thaw cycles │
│ │ and rain. Early morning passage is │
│ │ safer (frozen in place overnight). │
├──────────────────────┼─────────────────────────────────────────┤
│ Mud/erosion │ Recent rain makes steep trails │
│ │ slippery and increases fall risk. │
│ │ Poles recommended. │
├──────────────────────┼─────────────────────────────────────────┤
│ Exposure (ridges, │ Wind speed determines whether exposed │
│ cliff paths) │ sections are safe. Gusts >60 km/h make │
│ │ exposed ridges dangerous. │
└──────────────────────┴─────────────────────────────────────────┘
地形状况数据来源:
- 近期行程报告(徒步论坛、登山俱乐部网站)
- 小屋管理员报告(致电最近的山间小屋)
- 步道上或附近的摄像头
- 雪崩公报(即使在夏季也包含积雪和地形信息)
- 步道维护部门(国家公园办公室、阿尔卑斯山协会分部)
预期结果: 对路线上每个重要危险点的地形评估,基于不超过 48 小时的当前数据。
失败处理: 如果当前状况数据不可用(偏远地区、无近期报告),假设状况比该季节的平均水平更差。联系最近的有人值守小屋或山地救援站获取当地知识。
第 3 步:评估步道状态
检查计划路线上的关闭、改道和维护问题。
Trail Status Sources:
┌────────────────────────┬──────────────────────────────────────┐
│ Source │ Information type │
├────────────────────────┼──────────────────────────────────────┤
│ Official trail portals │ Closures, diversions, damage reports │
│ (regional/national) │ │
├────────────────────────┼──────────────────────────────────────┤
│ National park websites │ Seasonal closures (wildlife, snow) │
├────────────────────────┼──────────────────────────────────────┤
│ Hut websites/phones │ Hut opening dates, path conditions │
├────────────────────────┼──────────────────────────────────────┤
│ Local tourism offices │ Recent trail work, event closures │
├────────────────────────┼──────────────────────────────────────┤
│ Hiking community │ Unofficial reports, photos, GPX │
│ (forums, apps) │ tracks showing actual paths taken │
└────────────────────────┴──────────────────────────────────────┘
检查以下事项:
- 完全关闭:步道不可通行或被法律关闭(野生动物保护、施工)
- 部分关闭:路段关闭并有官方改道
- 季节性关闭:步道尚未为该季节开放(积雪、小屋未配备人员)
- 损坏报告:山体滑坡、桥梁冲毁、步道侵蚀
- 活动影响:比赛、军事演习、狩猎季节
预期结果: 已确认的步道状态(开放、部分关闭、关闭),任何改道已映射并估算了时间影响。
失败处理: 如果步道状态无法确认,为潜在改道做计划。携带详细地图(不仅仅是步道应用路线),以便在现场导航替代路线。如果步道被标记为关闭,即使看起来可以通行也要遵守关闭规定。
第 4 步:评定安全等级
将所有评估数据合并为一个总体安全评级。
Safety Rating Criteria:
┌─────────┬────────────────────────────────────────────────────┐
│ Rating │ Criteria │
├─────────┼────────────────────────────────────────────────────┤
│ GREEN │ All of: │
│ │ - Weather forecast stable, no severe warnings │
│ │ - Trail open with no significant hazards │
│ │ - Terrain conditions normal for the season │
│ │ - Route within group's capability │
│ │ - Visibility good (>5 km at altitude) │
├─────────┼────────────────────────────────────────────────────┤
│ YELLOW │ One or more of: │
│ │ - Afternoon thunderstorm risk (>30%) │
│ │ - Wind gusts 40-60 km/h on exposed sections │
│ │ - Trail partially closed (diversion available) │
│ │ - Snow patches requiring care but no special gear │
│ │ - Recent rain making terrain slippery │
│ │ - Route near the group's capability limit │
│ │ Decision: Proceed with extra caution and backup │
├─────────┼────────────────────────────────────────────────────┤
│ RED │ Any of: │
│ │ - Severe weather warning (storm, heavy snow) │
│ │ - Wind gusts >60 km/h on exposed terrain │
│ │ - Trail closed (no safe diversion) │
│ │ - Snow/ice requiring gear the group lacks │
│ │ - Visibility <1 km on unmarked/exposed terrain │
│ │ - River crossings at dangerous water levels │
│ │ - Avalanche danger level 3+ on route │
│ │ - Route clearly exceeds group's capability │
│ │ Decision: Do not proceed. Choose alternative or │
│ │ postpone. │
└─────────┴────────────────────────────────────────────────────┘
对于 YELLOW 评级,定义具体的缓解措施:
- 早出发以赶在下午天气之前
- 如果状况恶化的折返时间
- 需要密切监控的具体路段
- 团队分散时的通信计划
预期结果: 一个清晰的 GREEN、YELLOW 或 RED 评级,附有具体理由。YELLOW 评级包含可操作的缓解步骤和定义的中止触发点。
失败处理: 如果评估不确定(数据不足无法自信评级),最低按 YELLOW 对待。不确定性应增加谨慎,而非减少谨慎。如果任何单一因素为 RED,无论其他因素如何,总体评级即为 RED。
第 5 步:生成状况报告
将评估汇编成一份简洁、可操作的报告。
Conditions Report Template:
═══════════════════════════════════════════════
TRAIL CONDITIONS REPORT
───────────────────────────────────────────────
Trail: [Name / Route Number]
Date: [Assessment date and time]
Hike date:[Planned date]
Rating: [GREEN / YELLOW / RED]
───────────────────────────────────────────────
WEATHER SUMMARY
Valley: [temp]C, [wind] km/h, [precipitation]
Summit: [temp]C, [wind] km/h, [precipitation]
Outlook: [trend: improving / stable / deteriorating]
Alerts: [any active warnings]
TERRAIN CONDITIONS
Snow line: [elevation] m ([above/below] route max)
Trail surface: [dry / wet / muddy / icy / snow-covered]
Water levels: [normal / elevated / dangerous]
Rockfall risk: [low / moderate / high]
TRAIL STATUS
Status: [open / partially closed / closed]
Diversions: [none / details]
Known issues:[list any damage or hazards]
RECOMMENDATIONS
[Specific actions based on rating:]
- [e.g., Start by 06:00 to clear ridge before noon]
- [e.g., Carry microspikes for north-facing traverse]
- [e.g., Turnaround by 13:00 if clouds build]
DECISION
[GO / GO WITH CAUTION / NO-GO]
[Reasoning in 1-2 sentences]
═══════════════════════════════════════════════
预期结果: 一份完整的、标注日期的状况报告,使知情的行/不行决定成为可能。报告应可与所有团队成员共享,且无需额外上下文即可理解。
失败处理: 如果报告无法完成(例如关键数据不可用),说明什么是未知的以及它如何影响决定。一份承认有缺口的不完整评估比虚假的确定感更安全。
验证清单
- 从至少 2 个独立来源收集了天气数据
- 获取了海拔特定的预报(不仅仅是山谷天气)
- 评估了路线上所有关键危险点的地形状况
- 验证了步道状态(开放/关闭/改道)
- 分配了安全评级并附有明确理由
- 为 YELLOW 评级定义了缓解措施
- 状况报告完整且标注了日期
- 报告已与所有团队成员共享
- 出发时评估不超过 24 小时
常见问题
- 山谷天气偏差:山谷晴空对海拔处毫无意义。始终检查山顶级预报;1000 米以上的条件可能截然不同
- 过时数据:3 天前的报告不可靠。山地条件变化迅速。在徒步当天早晨重新评估
- 乐观偏差:想要走计划路线的愿望使人合理化边际条件。如果你必须为出发辩护,条件可能不够好
- 单源依赖:一个预报可能是错误的。至少交叉检查两个来源,并将本地/山地特定来源的权重高于一般来源
- 忽视趋势:当前条件可能可接受但在恶化。恶化趋势需要比快照暗示的更多谨慎
- 社交压力压倒判断:永远不要因为团队热情高涨或因为你开了很远的车而继续前进。山下周还在那里;你可能不在了
- 雪线误算:报告的雪线是平均值。朝北的斜面可以在报告线以下 200-500 米保持积雪
相关技能
plan-hiking-tour— 使用本评估作为安全评估步骤的输入check-hiking-gear— 基于评估的状况调整装备(添加冰爪、额外保暖层)plan-tour-route— 更广泛旅行规划中的步道状况意识create-spatial-visualization— 在地图叠加层上可视化危险区域
GitHub 저장소
Frequently asked questions
What is the assess-trail-conditions skill?
assess-trail-conditions is a Claude Skill by pjt222. Skills package instructions and resources that Claude loads on demand, so Claude can perform assess-trail-conditions-related tasks without extra prompting.
How do I install assess-trail-conditions?
Use the install commands on this page: add assess-trail-conditions to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does assess-trail-conditions belong to?
assess-trail-conditions is in the Other category, tagged ai.
Is assess-trail-conditions free to use?
Yes. assess-trail-conditions is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
연관 스킬
LlamaGuard는 폭력 및 혐오 발언 등 6가지 안전 범주에서 LLM 입력과 출력을 조정하기 위한 Meta의 70-80억 파라미터 모델입니다. 94-95% 정확도를 제공하며 vLLM, Hugging Face 또는 Amazon SageMaker를 사용해 배포할 수 있습니다. 이 기술을 사용하여 AI 애플리케이션에 콘텐츠 필터링 및 안전 가드레일을 손쉽게 통합하세요.
이 Claude Skill은 리소스 적정화, 태깅 전략, 지출 분석을 통해 개발자들이 클라우드 비용을 최적화할 수 있도록 지원합니다. AWS, Azure, GCP에서 클라우드 비용을 절감하고 비용 거버넌스를 구현하기 위한 프레임워크를 제공합니다. 인프라 비용을 분석하거나, 리소스를 적정화하거나, 예산 제약을 충족해야 할 때 사용하세요.
이 Claude Skill은 스프레드, 오버/언더, 프로프 베트를 포함한 스포츠 베팅 시장을 분석합니다. 역사적 추이와 상황별 통계를 검토하여 가치 베트를 발견하고, 교육적 목적으로 실행 가능한 권장 사항이 담긴 구조화된 마크다운 결과를 제공합니다. 개발자는 이 기능을 스포츠 베팅 분석 도구에 활용할 수 있으며, 단순히 엔터테인먼트/교육 목적으로만 설계되었음을 유의해야 합니다.
이 스킬은 bitsandbytes를 사용하여 LLM을 8비트 또는 4비트 정밀도로 양자화하며, 최소한의 정확도 손실로 50-75%의 메모리 감소를 달성합니다. 제한된 GPU 메모리에서 더 큰 모델을 실행하거나 추론을 가속화하는 데 이상적이며, INT8, NF4, FP4와 같은 형식을 지원합니다. 이 스킬은 HuggingFace Transformers와 통합되어 QLoRA 학습 및 8비트 옵티마이저를 가능하게 합니다.
