Install
openclaw skills install agentic-lending-morphoPlan and execute the Morpho-first agentic lending workflow for Api3-backed markets. Use when a user wants a Morpho market or market set for selected collateral and borrow assets, needs the oracle route resolved for those assets, wants Api3 feed readiness checked or funded when safe, and then wants the Morpho oracle + market deployment and verification path run honestly. This variant can progress from planning into real feed funding and market deployment when the supported path is available and the user explicitly allows signer-backed execution. Default to planning, dry-run, or guarded verification first. Do not use for Euler EVK flows or unsupported oracle routes.
openclaw skills install agentic-lending-morphoThis is the execution-capable Morpho workflow skill.
It is the Morpho-side counterpart to the EVK skill. It is still more conservative than the EVK path, but it now supports a real end-to-end flow for compatible requests: resolve the requested collateral and borrow assets, check feed readiness, execute funding when available, deploy the oracle adapter, deploy the Morpho market, and verify the result.
This published skill carries its own local runtime and bundled planning artifacts under scripts/lib/ and data/part2/ rather than assuming a separate repo checkout is available at execution time.
When the supported path is available and the user explicitly asks for it, this variant can send real transactions and should be treated as a guarded execution skill rather than a planning-only helper.
references/workflow.mdreferences/current_capabilities.mdreferences/morpho-oracle-adapter.mdGather these before attempting a Morpho-first 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. The planner needs the exact collateral and borrow assets in order to resolve feeds, choose a direct-versus-composed oracle route, and verify the final market correctly.
collateralAssetsborrowAssetsmorphoensure-feeds-and-deploy-morpho-market when the goal is to check feeds, fund if needed, wait for propagation, deploy, and verify in one coherent runprice() succeeds and is positiveFor a deployable request, prefer this command shape:
agentic-lending-morpho ensure-feeds-and-deploy-morpho-market --input-file ./request.json
Use it when the agent already has a concrete request file with the selected collateral and borrow assets.
Use --resume-from-run-dir <dir> when continuing a previously persisted run.
Treat bundled data/part2/feed-status.json and data/part2/market-registry.json as packaged snapshots. They are valid local inputs for fallback planning paths, but live RPC-backed checks still take precedence whenever the request needs a current on-chain claim.
Always report:
Be blunt about current Morpho limits. Do not blur design-doc intent into executable support. But do not understate the implemented path either: if the selected-asset request is executable, say so plainly and use the resolve → feed-check → funding → deploy → verify sequence.