← Back to Skills Marketplace
daav3

Agentic Lending Morpho

by dave · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agentic-lending-morpho
Description
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...
README (SKILL.md)

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

  1. references/workflow.md
  2. references/current_capabilities.md
  3. references/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

  1. Normalize the request into:
    • chain
    • collateralAssets
    • borrowAssets
    • protocol = morpho
    • market or risk intent
    • desired execution mode
  2. 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
  3. 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
  4. 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
  5. Prefer the orchestration wrapper for the real sequence.
    • use ensure-feeds-and-deploy-morpho-market when 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
  6. 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
  7. Verify the deployed market.
    • confirm the market exists on-chain
    • confirm params, IRM, and LLTV expectations
    • confirm oracle price() succeeds and is positive
  8. 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.

Usage Guidance
Install only if you understand and trust the external repository/tooling this skill expects. Use planning or dry-run first, verify chain IDs, asset addresses, Morpho addresses, oracle routes, and generated calldata, and use a limited wallet with explicit approval for every live transaction.
Capability Analysis
Type: OpenClaw Skill Name: agentic-lending-morpho Version: 0.1.0 The skill bundle provides a structured workflow for managing Morpho lending markets and Api3 oracle feeds. The instructions in SKILL.md and the reference files are focused on safety, requiring explicit user inputs and emphasizing honesty regarding implementation limits. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found; the capabilities described (such as executing local node scripts for market deployment and verification) are consistent with the stated purpose of DeFi market orchestration.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The Morpho/Api3 purpose is coherent, but live execution includes feed funding, oracle adapter deployment, market deployment, and verification, which are high-impact on-chain actions.
Instruction Scope
The skill asks for explicit assets and execution mode, but the preferred wrapper can run funding and deployment in one sequence from a request file without describing per-transaction approval, spend limits, or rollback.
Install Mechanism
There is no install spec and no code in the reviewed package, yet the skill directs use of a repo-local Node script for the live workflow; the scanner could not inspect that implementation.
Credentials
Live transaction submission and send/broadcast inputs imply wallet or signer authority, but the registry declares no primary credential, environment variables, binaries, or config paths.
Persistence & Privilege
The skill discloses reusable run directories and funded-feed caches; these are purpose-aligned but can influence later runs and should be reviewed and protected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-lending-morpho
  3. After installation, invoke the skill by name or use /agentic-lending-morpho
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public Morpho skill release with validated packaging.
Metadata
Slug agentic-lending-morpho
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install Agentic Lending Morpho?

Run "/install agentic-lending-morpho" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agentic Lending Morpho free?

Yes, Agentic Lending Morpho is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agentic Lending Morpho support?

Agentic Lending Morpho is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agentic Lending Morpho?

It is built and maintained by dave (@daav3); the current version is v0.1.0.

💬 Comments