Hiking Tracker (clawhub) | implexaback to searchHiking Tracker
登山追踪 - 路线记录、海拔分析、安全提醒
SKILL.md
---
name: hiking-tracker
description: 登山追踪 - 路线记录、海拔分析、安全提醒
---
# Hiking Tracker
登山追踪工具,记录你的登山旅程。
## 功能
- ✅ 路线记录
- ✅ 海拔分析
- ✅ 安全提醒
- ✅ 天气预警
- ✅ 统计报告
## 使用
```bash
# 记录登山
clawhub hike log --trail "华山" --distance 10 --elevation 1000
# 海拔分析
clawhub hike elevation --trail "华山"
# 安全提醒
clawhub hike safety --trail "华山"
# 天气预警
clawhub hike weather --trail "华山"
```
## 定价
| 版本 | 价格 | 功能 |
|------|------|------|
| 免费版 | ¥0 | 基础记录 |
| Pro 版 | ¥39 | 全部功能 |
| 订阅版 | ¥9/月 | Pro+ 离线地图 |
related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+declares five distinct capabilities (logging, elevation analysis, safety alerts, weather, reporting) with clear naming+provides concrete cli syntax examples showing actual command patterns and parametersweaknesses
- ~no intent/input/output contract structure; missing decision points, procedure steps, and outcome signals entirely
- ~no documentation of failure modes (gps loss, invalid coordinates, offline scenarios, rate limits, api timeouts)
- ~pricing table is irrelevant to skill execution; procedure is hand-waving without step-by-step logic or data flow