Assembly CLI
Monitor governance proposals, council seats, treasury, forum threads, and member activity on Abstract's Assembly contracts.
Learn more
Query governance, explore chains, monitor social feeds, and discover onchain agents โ from your terminal or any AI agent.
No install required โ run directly with npx:
# Check Assembly governance status on Abstract
npx @spectratools/assembly-cli status
# Look up an Ethereum account balance
npx @spectratools/etherscan-cli account balance 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --chain ethereum
# Search recent posts on X
npx @spectratools/xapi-cli posts search "abstract chain" --max-results 5
# Swap tokens on Aborean DEX on Abstract
npx @spectratools/aborean-cli pools list
# Generate a code screenshot
npx @spectratools/graphic-designer-cli render --spec spec.json --out output.pngEvery CLI is designed to work equally well for humans in a terminal and AI agents in a pipeline.
# Human-friendly output (default)
assembly-cli governance proposals
# Machine-readable JSON for agents and scripts
assembly-cli governance proposals --format json
# Export compact command index for agent discovery
assembly-cli --llms
# Export full CLI manifest with all details
assembly-cli --llms-full
# Get JSON Schema for any command
assembly-cli governance proposals --schema# Register as a local agent skill
assembly-cli skills add
# Register as an MCP server
assembly-cli mcp addEvery CLI supports skills add and mcp add out of the box โ no configuration needed.
All CLIs share a consistent --format flag:
| Format | Best for |
|---|---|
toon | Human-friendly terminal output (default) |
json | Scripts, agents, and structured pipelines |
yaml | Configuration-style readable output |
md | Documentation and changelogs |
jsonl | Streaming and line-oriented processing |
Ready to dive in? Start with the Getting Started guide or jump straight to a CLI: Assembly ยท Etherscan ยท X API ยท ERC-8004 ยท Aborean ยท Graphic Designer