Juicebox Skills banner
mejango mejango

Juicebox Skills

Development community

Description

claude code skills for Juicebox ecosystem development

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

Juicebox V6 Skills

Portable skills for AI agents working with Juicebox V6. The hosted MCP works with any agent or client that supports MCP over Streamable HTTP.

Every skill is written against V6 source (`nana-*-v6`, `revnet-core-v6`, `croptop-core-v6`, `bendystraw-v6`) with addresses generated from `deploy-all-v6` deployment artifacts. One contract set, one address per contract on every supported chain (Ethereum, Optimism, Base, Arbitrum + Sepolia testnets).

Quick Start

Use the skills in your agent

Each skill is a directory with a `SKILL.md` entry point using the open [Agent Skills format](https://agentskills.io/specification). Extract the desired archive from `plugins/juicebox-v6/dist/` into your agent's skill directory, keeping the inner skill folder and its bundled files together. Each archive contains the shared addresses, ABIs, and helpers referenced by that skill.

Agents without native skill discovery can read `SKILL.md` and its referenced files as task context. Skill names in the tables below identify directories; invocation syntax and installation locations depend on the agent. The MCP can also be used independently of the skills.

**Optional Claude packaging:** Claude Code users can install the existing plugin with `/plugin marketplace add mejango/juicebox-skills` followed by `/plugin install juicebox-v6@juicebox`. Claude Console users can upload a ZIP. These are client-specific packaging options for the same skill content.

V6 identity and hosted MCP

These skills operate on V6 only. Keep `{ version: 6, chainId, projectId }` together; reject explicit unsupported versions and never use a name or ID alone as a transaction target. The hosted MCP at `https://juicebox.center/mcp` provides project resolution, live reads, unsigned plans, and reviewed project metadata publishing. Wallet signatures remain external.

Connect the hosted MCP

The skills provide instructions and examples; the MCP provides callable V6 tools. Add a remote MCP serve