/install agentic-lending-morpho
Agentic Lending Morpho
This skill 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.
Read next
references/workflow.mdreferences/current_capabilities.mdreferences/morpho-oracle-adapter.md
Minimum required inputs
Gather these before attempting a Morpho-first workflow:
- chain name and chain id
- explicit
collateralAssets - explicit
borrowAssets - target market shape or risk intent
- whether the user wants planning only, dry-run, or live execution
- live RPC availability for the chain if anything beyond planning is expected
- Morpho policy inputs needed for deployment on that chain when live execution is requested
If any of those are missing, stop and ask instead of inventing them.
Request-shape rule
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.
Default workflow
- Normalize the request into:
- chain
collateralAssetsborrowAssets- protocol =
morpho - market or risk intent
- desired execution mode
- Treat asset selection as a first-class input.
- confirm the exact collateral asset set and borrow asset set the user wants
- for multiple collateral assets, remember this becomes a Morpho market set: one market per supported collateral/borrow pair
- Resolve the oracle path before any deploy step.
- prefer a direct pair when the exact requested route is available and usable
- otherwise use a supported composed route when the planner can prove it cleanly
- keep feed-name matching generic: literal exact pair first, alias-normalized fallback second
- Check feed readiness before deployment.
- if feeds are already live on the deployable on-chain path, continue
- if funding is needed and executable, run the funding path first
- if the funding branch is browser-assisted or unsupported, stop and report that honestly instead of pretending deployment can continue
- Prefer the orchestration wrapper for the real sequence.
- use
ensure-feeds-and-deploy-morpho-marketwhen the goal is to check feeds, fund if needed, wait for propagation, deploy, and verify in one coherent run - use lower-level commands only when debugging or resuming a prior run
- use
- Prepare and deploy the Morpho oracle adapter path.
- use the Api3-backed Morpho oracle adapter design as the canonical oracle shape
- preserve artifact handoff from adapter deployment into market deployment
- keep proxy-first ordering whenever a communal proxy deploy is required
- Verify the deployed market.
- confirm the market exists on-chain
- confirm params, IRM, and LLTV expectations
- confirm oracle
price()succeeds and is positive
- Stop at the honest boundary.
- if the request can only reach planning or funding handoff, say so clearly
- do not present Morpho deployment as equivalent to the EVK live deploy path unless the code actually supports the requested environment
Preferred command path
For a deployable request, prefer this command shape:
node bin/part2-morpho-planner.js 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 \x3Cdir> when continuing a previously persisted run.
Output expectations
Always report:
- whether the request was normalized successfully
- which collateral assets and borrow assets were selected for the Morpho market or market set
- whether the required Api3 feeds are already live, fundable, browser-assisted, or unsupported
- whether feed funding was executed, skipped as unnecessary, or handed off
- what oracle adapter shape is planned or deployed for Morpho
- which steps are planning-only versus executable today
- exact blockers preventing a full Morpho deployment flow, if any
- the next concrete command, file, or implementation gap to close
Tone
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-lending-morpho - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-lending-morpho触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentic Lending Morpho 是什么?
Plan 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 collater... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Agentic Lending Morpho?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-lending-morpho」即可一键安装,无需额外配置。
Agentic Lending Morpho 是免费的吗?
是的,Agentic Lending Morpho 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentic Lending Morpho 支持哪些平台?
Agentic Lending Morpho 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentic Lending Morpho?
由 dave(@daav3)开发并维护,当前版本 v0.1.0。