CLI Reference

Skills

Markdown files that ground the LLM in verified Base knowledge — so commands return real addresses and real patterns, not generic advice.

Run blue init to install them to ~/.blue-agent/skills/. Load order: BLUE_AGENT_SKILLS_DIR~/.blue-agent/skills/ → monorepo skills/.

These are the 35 core skill files. The 5 trading/research Aeon skills are documented separately — 40 total.

install skills$ blue init
$ blue init
✓ 40 skill files installed to ~/.blue-agent/skills/
base-security.md500+ security checks across 13 categories. Loaded for blue audit.
base-addresses.mdVerified contract addresses on Base — USDC, WETH, Uniswap, Aave.
base-standards.mdERC standards, Base patterns, x402 protocol spec.
base-ecosystem.mdBase ecosystem overview — key protocols, teams, infrastructure.
base-account-integration.mdCoinbase Smart Wallet — ERC-4337, passkeys, sponsored txs.
account-abstraction-deep-dive.mdERC-4337 deep dive — UserOps, bundlers, paymasters, EntryPoint.
bankr-tools.mdBankr LLM capabilities and the full x402 tool suite.
blue-agent-identity.mdBlue Agent mission, product voice, do/don't rules.
design-system.mdVisual language, colors, card patterns, spacing.
x402-patterns.mdx402 payment patterns — pay-per-call APIs, pricing, flow.
x402-escrow-patterns.mdx402 escrow — conditional payments, dispute resolution, release.
agent-wallet-security.mdSecurity patterns for agent-controlled wallets.
agent-transaction-verification.mdVerify agent transactions before signing — simulation, intent checks.
wallet-guardrails.mdWallet guardrails for AI agents — spend limits, allowlists, approvals.
aerodrome-dex-guide.mdAerodrome DEX — pools, voting, bribes, LP strategy on Base.
aave-lending-patterns.mdAave v3 lending and borrowing patterns on Base.
uniswap-v4-hooks-guide.mdUniswap v4 hooks — lifecycle, pool manager, custom logic.
flashloan-patterns.mdFlashloan fundamentals — callback structure, use cases.
flashloan-patterns-advanced.mdAdvanced flashloan strategies and attack vectors.
staking-yield-farming.mdStaking and yield farming — vaults, rewards, compounding.
token-launch-guide.mdToken launch — contract, Uniswap pool, liquidity, listing on Base.
solidity-security-patterns.mdSolidity security — access control, overflow, reentrancy.
oracle-design-guide.mdOracle design — Chainlink, TWAP, price feed validation.
mev-protection-guide.mdMEV protection — frontrun defense, slippage, commit-reveal.
mev-protection-advanced.mdAdvanced MEV protection — private orderflow, bundle strategies.
gas-optimization-guide.mdGas optimization — storage packing, calldata, assembly.
cross-chain-bridge-security.mdCross-chain bridge security — validation, trust assumptions, exploits.
governance-dao-patterns.mdDAO governance — Governor, timelock, voting, quorum.
multi-sig-wallet-security.mdMulti-sig — Safe, threshold signing, timelock, key rotation.
veil-privacy-transactions.mdPrivacy transactions — shielded transfers and ZK patterns on Base.
frames-miniapps.mdFarcaster Frames and Base mini app development.
telegram-bot-patterns.mdTelegram bot patterns — commands, webhooks, wallet linking.
gig-marketplace-guide.mdOn-chain gig/work marketplace — escrow, reputation, payouts.
postgres-for-agents.mdPostgres for agents — schema design, indexing, pgvector.
reputation-engine.mdReputation engine — Builder Score, Agent Score, onchain signals.
Add your own
Drop a .md file in skills/ and register it in packages/core/src/registry.ts. See For Developers.