skills$openclaw/juicebox-v5
mejango7.2k

by mejango

juicebox-v5 – OpenClaw Skill

juicebox-v5 is an OpenClaw Skills integration for coding workflows. Complete Juicebox V5 protocol skills collection. Build, deploy, and interact with Juicebox projects, revnets, hooks, and omnichain deployments. Includes API reference, implementation details, UI generation, and GraphQL queries.

7.2k stars3.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namejuicebox-v5
descriptionComplete Juicebox V5 protocol skills collection. Build, deploy, and interact with Juicebox projects, revnets, hooks, and omnichain deployments. Includes API reference, implementation details, UI generation, and GraphQL queries. OpenClaw Skills integration.
ownermejango
repositorymejango/juicy
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mejango/juicy
last updatedFeb 7, 2026

Maintainer

mejango

mejango

Maintains juicebox-v5 in the OpenClaw Skills directory.

View GitHub profile
File Explorer
78 files
.
jb-bendystraw
SKILL.md
61.0 KB
jb-cash-out-curve
SKILL.md
4.6 KB
jb-cash-out-hook
SKILL.md
5.8 KB
jb-decode
SKILL.md
6.2 KB
jb-deploy-ui
SKILL.md
21.9 KB
jb-docs
SKILL.md
4.0 KB
jb-event-explorer-ui
SKILL.md
19.8 KB
jb-explorer-ui
SKILL.md
19.5 KB
jb-fund-access-limits
SKILL.md
8.5 KB
jb-hook-deploy-ui
SKILL.md
25.2 KB
jb-interact-ui
SKILL.md
48.5 KB
jb-loan-queries
SKILL.md
7.3 KB
jb-multi-currency
SKILL.md
10.2 KB
jb-nft-gallery-ui
SKILL.md
29.7 KB
jb-omnichain-payout-limits
SKILL.md
20.5 KB
jb-omnichain-ui
SKILL.md
23.3 KB
jb-patterns
SKILL.md
76.9 KB
jb-pay-hook
SKILL.md
5.3 KB
jb-permit2-metadata
SKILL.md
15.1 KB
jb-project
SKILL.md
18.9 KB
jb-protocol-fees
SKILL.md
11.0 KB
jb-query
SKILL.md
8.2 KB
jb-relayr
SKILL.md
13.9 KB
jb-revloans
SKILL.md
8.7 KB
jb-ruleset
SKILL.md
8.3 KB
jb-ruleset-timeline-ui
SKILL.md
25.4 KB
jb-simplify
SKILL.md
9.6 KB
jb-split-hook
SKILL.md
6.8 KB
jb-suckers
SKILL.md
15.2 KB
jb-terminal-selection
SKILL.md
7.2 KB
jb-terminal-wrapper
SKILL.md
14.6 KB
jb-v5-api
SKILL.md
24.3 KB
jb-v5-currency-types
SKILL.md
6.1 KB
jb-v5-impl
SKILL.md
52.3 KB
jb-v5-v51-contracts
SKILL.md
8.1 KB
jbx-fee-flows
SKILL.md
24.3 KB
revnet-economics
SKILL.md
8.0 KB
revnet-modeler
SKILL.md
7.4 KB
_meta.json
263 B
SKILL.md
2.9 KB
SKILL.md

name: juicebox-v5 description: Complete Juicebox V5 protocol skills collection. Build, deploy, and interact with Juicebox projects, revnets, hooks, and omnichain deployments. Includes API reference, implementation details, UI generation, and GraphQL queries.

Juicebox V5 Skills Collection

A comprehensive set of skills for building on the Juicebox V5 protocol.

Included Skills

Core Protocol

  • jb-v5-api - Function signatures and API reference for all contracts
  • jb-v5-impl - Deep implementation details, edge cases, and tradeoffs
  • jb-v5-currency-types - Currency system with real-world and token-derived types
  • jb-v5-v51-contracts - V5 vs V5.1 contract version separation

Project Management

  • jb-project - Create and configure Juicebox V5 projects
  • jb-ruleset - Configure rulesets with rates, splits, and constraints
  • jb-query - Query project state from the blockchain
  • jb-decode - Decode transaction calldata and analyze history

Hooks

  • jb-pay-hook - Generate custom pay hooks from specifications
  • jb-cash-out-hook - Generate custom cash out hooks
  • jb-split-hook - Generate custom split hooks

UI Generation

  • jb-deploy-ui - Generate deployment frontends
  • jb-interact-ui - Generate project interaction frontends
  • jb-explorer-ui - Etherscan-like contract explorer
  • jb-event-explorer-ui - Browse and decode project events
  • jb-nft-gallery-ui - NFT gallery for 721 hooks
  • jb-ruleset-timeline-ui - Visual timeline for ruleset history
  • jb-hook-deploy-ui - Deploy custom hooks from browser

Financial

  • jb-cash-out-curve - Bonding curve redemption calculations
  • jb-fund-access-limits - Query payout limits and surplus allowances
  • jb-protocol-fees - Fee structures and calculations
  • jb-multi-currency - Handle ETH vs USDC accounting
  • jb-terminal-selection - Dynamic terminal selection for payments
  • jb-terminal-wrapper - Terminal wrapper pattern for extending functionality
  • jb-permit2-metadata - Encode Permit2 metadata for gasless payments

Revnets

  • revnet-economics - Academic findings and economic thresholds
  • revnet-modeler - Simulate and plan revnet token dynamics
  • jb-revloans - REVLoans contract mechanics
  • jb-loan-queries - Query loan data via Bendystraw

Omnichain

  • jb-omnichain-ui - Build omnichain UIs for cross-chain projects
  • jb-omnichain-payout-limits - Per-chain payout limit constraints
  • jb-suckers - Cross-chain token bridging

Data & APIs

  • jb-bendystraw - GraphQL API for cross-chain project data
  • jb-relayr - Multi-chain transaction bundling API
  • jb-docs - Query Juicebox V5 documentation

Patterns & Best Practices

  • jb-patterns - Common design patterns for vesting, treasuries, yield
  • jb-simplify - Checklist to reduce custom contract needs
  • jbx-fee-flows - JBX ecosystem fee flows and revenue streams
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install juicebox-v5?

Run openclaw add @mejango/juicy in your terminal. This installs juicebox-v5 into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mejango/juicy. Review commits and README documentation before installing.