gitwtfhub

wtf is zero-bruh?

solizardking/zero-bruh — explained in plain English

Analysis updated 2026-05-18

1GoAudience · developerComplexity · 4/5LicenseSetup · moderate

TL;DR

A self-hostable Go runtime that lets an AI agent trade and operate on Solana, with wallets, market data, skills, and a local web console.

Mindmap

mindmap
  root((repo))
    What it does
      Agent runtime
      Trading loops
      Wallet handling
      Local web console
    Tech stack
      Go
      npm package
      Solana
      Robinhood Chain
    Use cases
      Run agent locally
      Trade on Solana
      Install open skills
    Audience
      Developers
      Crypto builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Run a self-hosted AI agent that trades and manages a wallet on Solana.

REASON 2

Install a prepackaged set of open skills for Cheshire and Robinhood Chain agent tooling.

REASON 3

Connect a local agent console to the hosted Cheshire Terminal front end.

REASON 4

Explore non-custodial trading research tools pulling data from Phoenix, Birdeye, Helius, and DFlow.

What's in the stack?

GoSolanaEVMnpm

How it stacks up

solizardking/zero-bruhadvayc/wrappedaegrail/aegrail-engine
Stars111
LanguageGoGoGo
Setup difficultymoderateeasyhard
Complexity4/52/55/5
Audiencedevelopergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires your own Solana wallet keys, live trading actions are opt-in rather than enabled by default.

Use, modify, and redistribute freely, including commercially, as long as you keep the copyright notice.

Wtf does this do

Zero Clawd is a small, self hostable runtime for AI agents that trade and operate on Solana. It gives an agent everything it needs to run locally: trading loops, wallet handling, market data feeds, a set of skills, and a local web console, all without depending on a heavy cloud setup. The project is Solana first, with support for Robinhood Chain, an EVM compatible network, added on through an open skill pack. You supply your own wallet keys, and any action that moves real money is opt in rather than automatic. The project ships in a few forms. There is a Go based command line tool called clawdbot, which handles agent chat, a decision loop the docs call OODA, a skills catalog, health checks, and the local web console. There is also an npm package, clawdbot-go, which installs a prepackaged set of skills and hooks into common agent tool directories such as those used by Claude, Codex, and other agent frameworks. The repository itself bundles 23 open skills covering things like FunPump, Uniswap, on-chain registries, and a cross-chain messaging feature called zk-omni. Getting started involves picking one of several install paths: installing the npm package globally, running one of two provided shell scripts, or building from this checkout directly with a start script. After installing, you run a local web console on your machine and can optionally connect it to a hosted interface at cheshireterminal.ai for a friendlier front end. The documentation also points to a separate package called cheshire-terminal-agents, described as an agents catalog and identity SDK that can optionally discover and install Zero Clawd, but does not require it and does not run it automatically. The project includes documentation covering its internal package layout across 53 Go packages, a set of 72 non-custodial trading research tools pulling from services like Phoenix, Birdeye, Helius, and DFlow, a skill stack for the Robinhood Chain crypto agent pack, and a security document describing its threat model and how it handles secrets. It is released under the MIT license. The full README is longer than what was shown.

Yoink these prompts

Prompt 1
Walk me through installing clawdbot-go and starting the local web console.
Prompt 2
Explain what the OODA loop does inside the clawdbot CLI.
Prompt 3
Show me how the 23 bundled skills under skills/ are structured and what FunPump and Uniswap skills do.
Prompt 4
Help me understand how cheshire-terminal-agents can optionally install and connect to this Zero Clawd runtime.

Frequently asked questions

wtf is zero-bruh?

A self-hostable Go runtime that lets an AI agent trade and operate on Solana, with wallets, market data, skills, and a local web console.

What language is zero-bruh written in?

Mainly Go. The stack also includes Go, Solana, EVM.

What license does zero-bruh use?

Use, modify, and redistribute freely, including commercially, as long as you keep the copyright notice.

How hard is zero-bruh to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is zero-bruh for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.