Play Fishing Frenzy banner
wearedayone wearedayone

Play Fishing Frenzy

AI community

Description

AI agent that plays Fishing Frenzy autonomously via Claude Code. Install, play, compete.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Fishing Frenzy Agent

[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Tools](https://img.shields.io/badge/MCP_tools-36-purple.svg)](#what-the-agent-can-do) [![Fishing Frenzy](https://img.shields.io/badge/game-Fishing_Frenzy-orange.svg)](https://fishingfrenzy.co)

An autonomous AI agent that plays [Fishing Frenzy](https://fishingfrenzy.co) — fishing, cooking, diving, quests, and economy optimization on the Ronin blockchain.

Works with any AI tool that supports [MCP](https://modelcontextprotocol.io) — Claude Code, Cursor, Cline, Windsurf, OpenClaw, and more.

**The meta-game**: Customize the strategy in `SKILL.md` to optimize your agent's decision-making. Same tools, different strategies.

Install

npx skills add unchartedgg/play-fishing-frenzy

This installs the skill and registers the MCP server. Python dependencies install automatically on first run.

Restart your AI tool, then type:

/play-fishing-frenzy
Alternative: clone manually
git clone https://github.com/unchartedgg/play-fishing-frenzy
cd play-fishing-frenzy/play-fishing-frenzy
bash scripts/bootstrap.sh  # installs deps + launches server
Manual MCP setup (if your tool wasn't auto-detected)

The MCP server command is: `bash /scripts/bootstrap.sh` (stdio transport). This auto-installs Python dependencies on first run.

Replace `` with `~/.agents/skills/play-fishing-frenzy` (npx install) or your clone's `play-fishing-frenzy` directory.

Claude Code

claude mcp add fishing-frenzy -- bash /scripts/bootstrap.sh

Cursor

Add to `~/.cursor/mcp.json`:

{
  "mcpServers": {
    "fishing-frenzy": {
      "command": "bash",
      "args": ["/scripts/bootstrap.sh"]
    }
  }
}

Cline

Add to `~/.cline/mcp_settings.