Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

agentic-lending-evkAgent 贷款 evk

Agent Skill

agentic-lending-evk 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,622

周安装

154

GitHub Stars

公开资料未说明

下载量

1,269
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agentic-lending-evk(Agent 贷款 evk)
来源仓库:https://github.com/daav3/agentic-lending-evk
安装命令:
openclaw skills install agentic-lending-evk
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agentic-lending-evk

简介

为 Api3 市场规划并执行 EVK 优先代理贷款工作流程。

  • 当用户希望代理发现或资助所需 Api3 资源时使用。
  • 支持市场分析与贷款流程自动化处理。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需结合原始 README 核验具体功能与权限边界。
  • agentic-lending-evk 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
agentic-lending-evk
description
Plan and execute the current EVK-first agentic lending workflow for Api3-backed markets. Use when a user wants an agent to discover or fund the required Api3 feeds, including browser-assisted Api3 Market funding when needed, prepare the Euler oracle path, assemble and deploy the EVK lending market, and then prove real borrowability with a post-deploy canary borrow against the intended collateral path. Default to plan, simulation, or preview mode first, and only use live signer-backed execution when the user explicitly asks for it. Do not use for Morpho, unsupported recipes, or claims of generalized market deployment beyond the current EVK-first scope.
homepage
https://github.com/daav3/agentic-lending-project
author
daav3
requires
bins
env
config
primaryEnv
ARBITRUM_PRIVATE_KEY
metadata
clawdis
homepage
https://github.com/daav3/agentic-lending-project
author
daav3
requires
bins
env
config
primaryEnv
ARBITRUM_PRIVATE_KEY

Agentic Lending EVK

This skill turns the repo's current planner primitives into one agent-facing workflow, from feed readiness through deployment and live borrow proof.

Safety expectations

  • default to planning, simulation, or preview mode first
  • treat browser-assisted funding as optional and only automate it when the user wants the flow completed end to end
  • only use live signer-backed funding, deployment, or borrow canaries when the user explicitly asks for live execution
  • for the bundled borrow-proof script, require both --live and config.liveAcknowledgement === "I_UNDERSTAND_THIS_WILL_SEND_TRANSACTIONS"
  • require the configured proof account address to match the signer address before any live proof transaction is sent
  • keep private key material in environment variables or local runtime config, never in committed files

Use this when

  • the user wants to stand up or dry-run an EVK lending market backed by Api3 feeds
  • the user wants one workflow instead of manually stitching planner JSON steps
  • the task includes any combination of asset selection, feed readiness, feed funding, oracle preparation, EVK deployment prep, guarded dry-run or send, or post-deploy borrow proof

Do not use this when

  • the user wants Morpho, not EVK
  • the requested recipe or oracle path is not supported by the current repo
  • the task requires pretending a skeleton-only path is executable
  • the task assumes fully autonomous feed funding in every case

Read next

  1. references/api_reference.md
  2. references/current_capabilities.md
  3. references/live-borrow-checklist.md when the workflow reaches post-deploy proof
  4. references/arbitrum-eusdc1-isolated-example.json when a concrete proof config shape helps
  5. Run node scripts/evk_live_borrow_proof.js --help for the bundled proof executor

Minimum required inputs for the combined flow

Gather these before you assume the full combined workflow is feasible:

  • chain name and chain id
  • collateral asset set and borrow asset set
  • target recipe id or risk preset
  • whether the user wants planning only, dry-run, or real send
  • whether the user also wants post-deploy borrow proof
  • live RPC availability for the chain
  • signer expectations for any live funding, deployment, or proof step
  • vaultContext when the deployment path needs concrete factory or asset wiring

For a full live end-to-end run, also confirm:

  • feed funding branch expectations, especially whether fundingExecutionClassification.state may be browser-assisted
  • browser access if the Api3 Market flow must be automated
  • a safe tiny borrow amount for the proof step
  • a target collateral vault for the proof, not just the borrow vault

If any of those are missing, stop and ask instead of improvising.

Default workflow

  1. Normalize the request into:

- chain - collateral assets - borrow assets - target recipe or risk preset - whether the user wants planning only, dry-run, or real send - whether the user also wants proof of actual borrowability

  1. Prefer run-evk-workflow as the default end-to-end entrypoint when the user wants the full EVK path.

- pass recipeId explicitly when known, otherwise let the runner infer from the current EVK recipe catalog - treat status as the canonical summary object - treat result as the detailed staged artifact bundle

  1. If deployment succeeds and the user wants proof of actual borrowability, continue within this skill to the built-in post-deploy proof step.

- treat deployment success and borrowability proof as separate milestones - use the deployment outputs plus live vault addresses, collateral-vault targets, EVC state, and tiny borrow sizing to build the proof config - require preview mode first, then live canary only if the user wants a real proof

  1. Fall back to the manual staged commands only when the user asked for a subset, wants intervention at a specific phase, or the runner stops before the desired outcome.

- plan-market - ensure-feeds - if feeds are live, continue to the oracle and EVK planner path - if funding is needed, inspect purchase-inputs or prepare-buy-subscription output and branch on fundingExecutionClassification.state - if fundingExecutionClassification.state === "executable": - purchase-inputs - prepare-contract-call or prepare-buy-subscription - execute-buy-subscription - ensure-feeds or ensure-active again to confirm the feed is now live - if fundingExecutionClassification.state === "browser-assisted": - call browser-plan - use the browser tool to execute the returned plan if the required UI is reachable and the user wants full automation - re-run ensure-feeds or ensure-active after the browser flow - if fundingExecutionClassification.state === "unsupported", stop and report unsupported status clearly - prepare-euler-oracle - prepare-evk-market - prepare-evk-deployment - deploy-evk-market - scripts/evk_live_borrow_proof.js for the post-deploy proof step when requested

  1. Stop and report honestly if:

- feed funding is unsupported - the browser-assisted funding UI is not reachable or cannot be automated safely - the oracle path is still skeleton-only - the EVK market path is still skeleton-only

  1. Prefer dry-run first for exact onchain funding and deployment paths.
  2. For browser-assisted funding, prefer browser automation over asking the user to click through manually when the UI is reachable.
  3. Only use real send when the user explicitly wants it and the guarded acknowledgement contract is present.
  4. Do not claim a market is borrowable just because deployment succeeded. A live or at least previewed post-deploy proof step is required for that claim.

Built-in post-deploy borrow proof

Use scripts/evk_live_borrow_proof.js.

It supports:

  • preview mode with a read-only account address
  • live mode with a signer loaded from an environment variable
  • optional debt repayment before the new proof
  • optional single-hop Uniswap V3 style swaps to source repay or collateral assets
  • collateral deposit into the target EVK vault
  • disabling stale collateral vaults in EVC
  • disabling stale controllers in EVC
  • enabling the target collateral and optionally the target controller
  • final tiny borrow and before or after logging

Keep the proof honest:

  • distinguish mixed-collateral borrow from isolated target-collateral borrow
  • preserve the exact funding branch that led here
  • verify quoteability, LTV wiring, EVC state, and vault cash before a live canary
  • if the chain does not use a Uniswap V3 compatible router, replace or bypass the bundled swap step explicitly

Current happy-path rule

The currently supported end-to-end EVK path requires:

  • feeds that are already live, or a feed that can be activated through the current narrow exact buySubscription(...) path
  • an oracle path that already resolves to executable oracle transactions
  • top-level prepare-evk-deployment.vaultContext

- factoryAddress - assetAddress

  • guarded send fields on the funding and deployment executor requests

Without that vaultContext, the first EVK market transaction remains skeleton-only and readyToBroadcast must stay false. Without a supported exact buy-subscription path, feed funding must stay at handoff or prep only.

Output expectations

When using this skill, always report:

  • status.phaseReached when the top-level runner is used
  • status.state when the top-level runner is used
  • status.recipeId when the top-level runner is used
  • what is executable vs still skeleton-only
  • blockers and warnings
  • fundingExecutionClassification.state when feed funding is involved manually
  • status.fundingExecutionState when the top-level runner is used
  • whether the current state is:

- plan-only - feed-ready but awaiting activation or funding handoff - funding dry-run ready - browser-assisted funding ready - oracle-executable - EVK dry-run ready - real-send ready - deployed but borrow-proof pending - live borrow proven

If the user asked for borrowability proof, also report whether the workflow has already reached the post-deploy proof step or is still waiting on proof inputs.

If the top-level runner is used, also surface the executable flags under status.executable instead of paraphrasing them away.

Tone

Be blunt about current limits. Do not overclaim generalized support. Do not blur deployment success into borrowability proof. If the workflow falls off the happy path, say exactly where and why.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.91%
按下载量换算1,027

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills