Install
openclaw skills install agentic-lending-morpho-readonlyRead-only Morpho-first agentic lending planning for Api3-backed markets. Use when a user wants a Morpho market or market set explored for selected collateral and borrow assets, needs the oracle route resolved, wants Api3 feed readiness or funding posture inspected, or needs deployment and verification planning without any signer-backed execution, funding, broadcast, or transaction submission. Do not use for Euler EVK flows or any request that requires live onchain writes.
openclaw skills install agentic-lending-morpho-readonlyUse this skill for Morpho planning and readiness analysis only.
references/workflow.mdreferences/current_capabilities.mdreferences/morpho-oracle-adapter.mdGather these before attempting a Morpho-first planning workflow:
collateralAssetsborrowAssetsIf any of those are missing, stop and ask instead of inventing them.
When preparing a request for this skill, always express the market assets explicitly as:
collateralAssets: array of { symbol, address }borrowAssets: array of { symbol, address }Do not leave asset selection implicit.
collateralAssetsborrowAssetsmorphoFor a concrete planning request, prefer this command shape:
node bin/part2-morpho-planner.js prepare-morpho-market --input-file ./request.json
Use read-only planner and verification-oriented commands only. Do not use commands that fund feeds, broadcast transactions, or deploy markets.
Always report:
Be blunt about current Morpho limits. Do not blur design-doc intent into executable support. Be equally clear when the repo already supports the read-only planning or verification step being requested.