← 返回 Skills 市场
ivangdavila

Fishing

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
522
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fishing
功能描述
Track fishing spots, gear, catches, and conditions with personalized recommendations.
使用说明 (SKILL.md)

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

Topic File
Memory setup memory-template.md
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 \x3Cslug> if user confirms:

  • plan — trip planning
  • remind — trip reminders

Feedback

  • If useful: clawhub star fishing
  • Stay updated: clawhub sync
安全使用建议
This skill is instruction-only and appears coherent: it will read and write files under ~/fishing/ (memory.md, catches.md, spots.md) and use the included templates and reference docs. It requests no network credentials or installs. Things to consider before installing: (1) the skill will store personal data (locations, catch logs, license info) in your home directory—avoid putting sensitive data (private coordinates, license numbers) in those files or protect them with filesystem permissions/encryption; (2) because it is instruction-only there is no hidden code to review, but also no enforced safeguards—run it on a device you trust or inspect/adjust the templates first; (3) verify the homepage/source if you want publisher accountability (registry owner ID is present but source is listed as unknown); and (4) if you ever add integrations (trip planners, reminders) review those skills' permissions separately. Overall the behavior is proportional to its purpose.
功能分析
Type: OpenClaw Skill Name: fishing Version: 1.0.0 The skill bundle is benign. All files, including the SKILL.md and memory-template.md, align with the stated purpose of tracking fishing activity. The shell commands in memory-template.md (`mkdir`, `touch`) are for local file system setup within the designated `~/fishing/` directory and are not indicative of malicious intent or unauthorized access. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the AI agent's core directives or access sensitive information outside the skill's scope.
能力评估
Purpose & Capability
Name/description align with requested capabilities: it reads and writes a local fishing memory and log under ~/fishing/, uses species/tackle reference files, and offers recommendations based on that local history; nothing requested is unrelated to fishing.
Instruction Scope
SKILL.md explicitly confines operations to the ~/fishing/ directory (create files, read memory.md, update catches.md and spots.md). This is within scope for a tracking/recommendation skill; no instructions to read arbitrary system files or send data to third parties are present.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is downloaded or written by an installer. Low surface area for supply-chain risk.
Credentials
The skill declares no required environment variables, binaries, or credentials. The only resource access is to a dedicated ~/fishing/ path, which is appropriate for a personal-tracking utility.
Persistence & Privilege
always is false and autonomous invocation is the platform default; the skill does not request permanent platform-level privileges or modify other skills/configs. It will persist user data only in its own ~/fishing/ directory per instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fishing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fishing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug fishing
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Fishing 是什么?

Track fishing spots, gear, catches, and conditions with personalized recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 522 次。

如何安装 Fishing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fishing」即可一键安装,无需额外配置。

Fishing 是免费的吗?

是的,Fishing 完全免费(开源免费),可自由下载、安装和使用。

Fishing 支持哪些平台?

Fishing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Fishing?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论