CLI Reference

Commands

24 CLI commands across Workflow, Setup, Chat, Reputation, Discovery, Launch, and Tasks — all grounded in verified Base knowledge. Install with npm i -g @blueagent/cli.

5 core commands

blue idea
Fundable brief
$0.05
blue build
Full architecture
$0.50
blue audit
Security review
$1.00
blue ship
Deploy checklist
$0.10
blue raise
Pitch narrative
$0.20

Workflow

blue idea [prompt]

Concept → fundable brief (problem, why Base, MVP, risks, 24h plan)

eg:blue idea "NFT marketplace for Base agents"
blue build [prompt]

Brief → architecture + stack, folder structure, integrations

eg:blue build "Base-native staking protocol"
blue audit [prompt]

Code → security review (reentrancy, oracle, MEV, go/no-go)

eg:blue audit "my Solidity contract"
blue ship [prompt]

Project → deploy checklist, verification, release notes, monitoring

eg:blue ship "launch on Base mainnet"
blue raise [prompt]

Idea → fundraising narrative, investor map, competitive landscape

eg:blue raise "Base DeFi protocol"

Setup

blue init

Install skill files to ~/.blue-agent/skills/ for local grounding

eg:blue init
blue new <name>

Scaffold a new Base project — base-agent | base-x402 | base-token

eg:blue new my-token --template base-token
blue doctor

Check environment health — Node, skills, API key, config

eg:blue doctor
blue validate [dir]

Validate project structure — package.json, tsconfig, env, src/, git

eg:blue validate ./my-project

Chat

blue chat [prompt]

Interactive chat with Bankr LLM in the terminal

eg:blue chat "how do I add x402 to my API?"

Reputation

blue score [handle]

Builder Score for a wallet or X handle

eg:blue score @blueagent_
blue agent-score [input]

Evaluate an agent's reliability score

eg:blue agent-score 0x…
blue compare [a] [b]

Compare two builders or agents side by side

eg:blue compare @a @b

Discovery

blue search [query]

Search builders, agents, projects, tokens

eg:blue search "base lending"
blue trending [filter]

What's trending on Base right now

eg:blue trending tokens
blue watch [target]

Watch a wallet, handle, or token

eg:blue watch 0x…
blue alert [subcommand]

Configure threshold alerts

eg:blue alert add
blue history [input]

Activity history for a builder or agent

eg:blue history @blueagent_

Launch

blue launch [mode]

Launch a token or project on Base

eg:blue launch token
blue market [subcommand]

Market intelligence for the Base ecosystem

eg:blue market movers

Tasks

blue tasks

Browse open tasks on the Work Hub

eg:blue tasks
blue post-task [handle]

Post a task + escrow USDC

eg:blue post-task @myhandle
blue accept [taskId] [handle]

Accept an open task

eg:blue accept task_abc123 @me
blue submit [taskId] [h] [proof]

Submit proof of work and earn XP + USDC

eg:blue submit task_abc123 @me https://github.com/…

The 5 workflow commands also run inside Blue Chat as slash commands, and through the MCP server in your IDE.