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
Workflow
blue idea [prompt]Concept → fundable brief (problem, why Base, MVP, risks, 24h plan)
blue idea "NFT marketplace for Base agents"blue build [prompt]Brief → architecture + stack, folder structure, integrations
blue build "Base-native staking protocol"blue audit [prompt]Code → security review (reentrancy, oracle, MEV, go/no-go)
blue audit "my Solidity contract"blue ship [prompt]Project → deploy checklist, verification, release notes, monitoring
blue ship "launch on Base mainnet"blue raise [prompt]Idea → fundraising narrative, investor map, competitive landscape
blue raise "Base DeFi protocol"Setup
blue initInstall skill files to ~/.blue-agent/skills/ for local grounding
blue initblue new <name>Scaffold a new Base project — base-agent | base-x402 | base-token
blue new my-token --template base-tokenblue doctorCheck environment health — Node, skills, API key, config
blue doctorblue validate [dir]Validate project structure — package.json, tsconfig, env, src/, git
blue validate ./my-projectChat
blue chat [prompt]Interactive chat with Bankr LLM in the terminal
blue chat "how do I add x402 to my API?"Reputation
blue score [handle]Builder Score for a wallet or X handle
blue score @blueagent_blue agent-score [input]Evaluate an agent's reliability score
blue agent-score 0x…blue compare [a] [b]Compare two builders or agents side by side
blue compare @a @bDiscovery
blue search [query]Search builders, agents, projects, tokens
blue search "base lending"blue trending [filter]What's trending on Base right now
blue trending tokensblue watch [target]Watch a wallet, handle, or token
blue watch 0x…blue alert [subcommand]Configure threshold alerts
blue alert addblue history [input]Activity history for a builder or agent
blue history @blueagent_Launch
blue launch [mode]Launch a token or project on Base
blue launch tokenblue market [subcommand]Market intelligence for the Base ecosystem
blue market moversTasks
blue tasksBrowse open tasks on the Work Hub
blue tasksblue post-task [handle]Post a task + escrow USDC
blue post-task @myhandleblue accept [taskId] [handle]Accept an open task
blue accept task_abc123 @meblue submit [taskId] [h] [proof]Submit proof of work and earn XP + USDC
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.