ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Fishing

Track fishing spots, gear, catches, and conditions with personalized recommendations.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/fishing
Or

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.

~/fishing/
├── memory.md          # HOT: preferences, gear, active spots
├── catches.md         # WARM: catch log with dates, species, conditions
├── spots.md           # WARM: saved locations with notes
└── archive/           # COLD: past seasons

Quick Reference

TopicFile
Memory setupmemory-template.md
Species guidespecies.md
Tackle referencetackle.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:

DateSpeciesWeightSpotConditionsTechnique
YYYY-MM-DDBass3.5 lbLake XCloudy, 65FTexas 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
  • remind — trip reminders

Feedback

  • If useful: clawhub star fishing
  • Stay updated: clawhub sync

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-fishing": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.