kobenfang/BigFish

🎣 BigFish AI钓鱼助手 - 钓点分析·鱼情分析·钓点分享 | 钓点分析、鱼类活动、饵料与拟饵

项目介绍Project Overview

BigFish 是一款 AI 钓鱼助手技能,基于 SKILL.md 与四个 YAML 知识库运行,无脚本依赖。它可分析钓点与水面鱼情,结合天气、气压推荐鱼种、钓法和饵料,支持路亚、台钓、野钓、海钓,并记录渔获与出钓报告。适合出钓前规划、现场选饵或整理钓获时使用;天气数据需配合 weather 类工具获取。

BigFish is an AI fishing assistant skill driven by SKILL.md and four YAML knowledge files, with no script dependencies. It analyzes fishing spots and water conditions, then recommends target species, methods, bait, and lures using weather and pressure context. It supports lure, Taiwan-style, freshwater wild, and sea fishing, plus catch logs and trip reports. Use it for trip planning, on-site bait choices, or catch records; weather data requires a separate weather tool.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:kobenfang/BigFish

kobenfang/BigFish 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

🎣 BigFish · AI 钓鱼助手

钓点分析 · 鱼情分析 · 钓点分享。拍水面分析鱼情,结合天气气压推荐鱼种·钓法·饵料。支持路亚、台钓、野钓、海钓,自动记录渔获和出钓报告。

English: AI fishing assistant: spot analysis, fish activity, bait/lure recommendations, fishing log.

✨ 功能

详见 SKILL.md 完整说明。

🔧 环境依赖

纯知识库驱动(4 个 YAML),无需脚本依赖;天气数据建议配合 weather 类工具。

📥 安装(DeepSeek Harness / dsh)

本技能遵循 Agent Skills 开放标准(SKILL.md + YAML frontmatter),适用于 DeepSeek Harness (dsh)、OpenClaw、Claude Code 等支持 Agent Skills 的框架。

# 方式一:放入用户级共享目录(推荐)
mkdir -p ~/.agents
git clone https://github.com/kobenfang/bigfish.git ~/.agents/bigfish

# 方式二:放入项目目录
mkdir -p .agents
cp -r bigfish .agents/

dsh 启动后即可在技能列表中找到 bigfish

🔍 搜索关键词

钓鱼, 鱼情, 钓点, 路亚, 台钓, 饵料, fishing, angling, lure

📄 目录结构

bigfish/
├── SKILL.md          # 技能定义(Agent Skills 标准)
├── scripts/knowledge/bait-recipes.yaml
├── scripts/knowledge/fish-species.yaml
├── scripts/knowledge/lure-guide.yaml
├── scripts/knowledge/spot-analysis.yaml

⚖️ License

MIT


© 2026 kobenfang · 更多技能见 dsh-skills

📦 Also on ClawHub (OpenClaw)

This skill is also published on ClawHub for OpenClaw users:

npx clawhub install bigfish

Search it: npx clawhub search bigfish

上一个 Prev deepseek-harness-codex-bridge 下一个 Next BigPlan