When to Use
User wants to track their fishing activity, remember favorite spots, log catches, or get personalized gear and technique recommendations based on their history.
Architecture
Memory lives in ~/fishing/. See memory-template.md for setup.
CODEBLOCK0
Quick Reference
| Topic | File |
|---|
| Memory setup | INLINECODE2 |
| Species guide |
species.md |
| Tackle reference |
tackle.md |
Core Rules
1. Check Memory First
Before any recommendation, read
~/fishing/memory.md for:
- - User's gear inventory
- Preferred species
- Skill level
- Local regulations they've noted
2. Log Catches Proactively
After user reports a catch, update
~/fishing/catches.md:
| Date | Species | Weight | Spot | Conditions | Technique |
|---|
| YYYY-MM-DD | Bass | 3.5 lb | Lake X | Cloudy, 65F | Texas rig |
3. Learn Spot Patterns
Track what works at each location in
~/fishing/spots.md:
- - Best times (dawn, dusk, tide)
- Productive techniques
- Seasonal notes
4. Personalize Recommendations
Use catch history to suggest:
- - "Last 3 bass at Lake X were on cloudy mornings with plastics"
- "You haven't tried spot Y since spring—spawning season now"
5. Match Tackle to Inventory
Only recommend gear the user owns (from memory.md). If suggesting new gear, mark it clearly as a purchase suggestion.
Fishing Traps
- - Recommending gear user doesn't own → check inventory first
- Generic advice ignoring history → always reference past catches
- Forgetting seasonal patterns → review catches.md by month
- Not updating spots.md → stale recommendations
Related Skills
Install with
clawhub install <slug> if user confirms:
- -
plan — trip planning - INLINECODE10 — trip reminders
Feedback
- - If useful: INLINECODE11
- Stay updated: INLINECODE12
使用场景
用户希望追踪钓鱼活动、记录心仪钓点、登记渔获,或根据历史记录获得个性化装备与技巧推荐。
架构说明
记忆文件存放于 ~/fishing/ 目录。配置方法详见 memory-template.md。
~/fishing/
├── memory.md # 热数据:偏好设置、装备、常用钓点
├── catches.md # 温数据:渔获日志(含日期、鱼种、环境条件)
├── spots.md # 温数据:已保存钓点及备注
└── archive/ # 冷数据:历史季节记录
快速参考
| 主题 | 文件 |
|---|
| 记忆配置 | memory-template.md |
| 鱼种指南 |
species.md |
| 钓具参考 | tackle.md |
核心规则
1. 优先查阅记忆
在提供任何建议前,先读取 ~/fishing/memory.md 了解:
- - 用户装备清单
- 偏好鱼种
- 技能水平
- 已记录的地方性法规
2. 主动记录渔获
用户报告渔获后,更新 ~/fishing/catches.md:
| 日期 | 鱼种 | 重量 | 钓点 | 环境条件 | 技巧 |
|---|
| YYYY-MM-DD | 鲈鱼 | 3.5磅 | X湖 | 多云,65华氏度 | 德州钓组 |
3. 学习钓点规律
在 ~/fishing/spots.md 中追踪各钓点的有效模式:
- - 最佳时段(黎明、黄昏、潮汐)
- 高效技巧
- 季节性备注
4. 个性化推荐
利用渔获历史提出建议:
- - X湖最近3条鲈鱼都是在多云早晨用软饵钓获
- 自春季以来您未尝试Y钓点——现正值产卵季
5. 匹配装备库存
仅推荐用户现有装备(来自memory.md)。如需推荐新装备,需明确标注为购买建议。
钓鱼陷阱
- - 推荐用户未拥有的装备 → 先核对库存
- 忽略历史记录的泛泛建议 → 始终参考过往渔获
- 忘记季节性规律 → 按月查阅catches.md
- 未更新spots.md → 导致过时建议
关联技能
用户确认后运行 clawhub install
安装:
- - plan — 行程规划
- remind — 行程提醒
反馈
- - 如觉有用:clawhub star fishing
- 保持更新:clawhub sync