morpho-cli
Installation
SKILL.md
morpho-cli
Experimental (pre-v1.0) — Command syntax, response schemas, and available operations may change. Always verify critical outputs independently.
Query Morpho protocol data and build unsigned transactions. All commands output JSON to stdout. No private keys needed.
npx @morpho-org/cli@latest <command> [options]
Supported chains: ethereum, base, arbitrum, optimism, polygon, unichain, worldchain, katana, hyperevm, monad, stable. Every command requires --chain.
Response Schemas
- Read commands — exact JSON shapes for query-vaults, get-vault, query-markets, get-market, get-positions, get-token-balance, health-check, get-supported-chains
- Write commands — exact JSON shapes for prepare-* and simulate-transactions
Quick Reference
Related skills