← Back to Skills Marketplace
daav3

Agentic Lending Morpho Readonly

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

Agentic Lending Morpho Read-only

Use this skill for Morpho planning and readiness analysis only.

Safety expectations

  • stay read-only
  • do not perform signer-backed funding, deployment, broadcast, or transaction submission
  • treat browser-assisted funding as a handoff note, never an action path
  • require exact asset selection before deployment planning
  • require a usable RPC endpoint before claiming any on-chain verification result
  • keep any signer material out of scope for this skill

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 planning workflow:

  • chain name and chain id
  • explicit collateralAssets
  • explicit borrowAssets
  • target market shape or risk intent
  • whether the user wants planning only, dry-run analysis, or deployment-prep reporting
  • live RPC availability for the chain if read-only verification beyond planning is expected

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.

Default workflow

  1. Normalize the request into:
    • chain
    • collateralAssets
    • borrowAssets
    • protocol = morpho
    • market or risk intent
    • desired analysis 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 deployment planning.
    • 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 any deploy recommendation.
    • classify feeds as already live, fundable by an operator, browser-assisted, or unsupported
    • do not execute funding
  5. Prepare the Morpho oracle adapter plan.
    • use the Api3-backed Morpho oracle adapter design as the canonical oracle shape
    • preserve artifact and dependency expectations for a later deployment handoff
  6. Prepare the Morpho market deployment plan.
    • identify the expected deploy and verify sequence without sending transactions
  7. Verify only at the honest read-only boundary.
    • confirm what can be checked from planner output or RPC reads
    • do not imply market creation, funding execution, or deployment happened
  8. Stop at the honest boundary.
    • if the request needs funding or deployment, hand off clearly
    • do not present planning or dry-run analysis as a live Morpho deployment

Preferred command path

For 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.

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, operator-fundable, browser-assisted, or unsupported
  • what oracle adapter shape is planned for Morpho
  • which steps are planning-only versus requiring operator execution
  • exact blockers preventing a full Morpho deployment flow, if any
  • the next concrete read-only command, file, or handoff needed

Tone

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.

Usage Guidance
This skill is appropriate for read-only Morpho/Api3 lending planning, not for executing transactions. Do not provide private keys or signer access. If you use the suggested Node command, run it only from a trusted repository after reviewing the referenced script, and verify whether results came from live RPC reads or cached prior artifacts.
Capability Analysis
Type: OpenClaw Skill Name: agentic-lending-morpho-readonly Version: 0.1.0 The skill bundle is a read-only planning and analysis tool for Morpho lending markets using Api3 oracles. The instructions in SKILL.md and the documentation in the references directory consistently emphasize safety guardrails, such as prohibiting signer-backed transactions, requiring explicit asset selection, and maintaining a read-only boundary. There are no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose and instructions are coherent: the skill is for Morpho/Api3 planning, readiness checks, and verification-oriented analysis, and it repeatedly excludes funding, deployment, broadcast, transaction submission, and signer material.
Instruction Scope
The workflow is bounded by explicit asset selection, stop-and-ask behavior for missing inputs, read-only verification limits, and clear handoff language for anything requiring operator action.
Install Mechanism
There is no install spec or included code, but the skill recommends running a local Node planner command; users should only run that command in a trusted, reviewed repository.
Credentials
RPC-based read-only verification and crypto market planning are proportionate to the skill’s purpose, and the artifacts do not request private keys, wallet signing, or credential storage.
Persistence & Privilege
The skill says prior run artifacts and funded-feed cache artifacts may inform analysis, which is purpose-aligned but means stale or untrusted local context could affect planning results.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-lending-morpho-readonly
  3. After installation, invoke the skill by name or use /agentic-lending-morpho-readonly
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial readonly Morpho planning and verification variant
Metadata
Slug agentic-lending-morpho-readonly
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 Readonly?

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

How do I install Agentic Lending Morpho Readonly?

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

Is Agentic Lending Morpho Readonly free?

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

Which platforms does Agentic Lending Morpho Readonly support?

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

Who created Agentic Lending Morpho Readonly?

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

💬 Comments