Skip to main content

my-lend-protocol-onchainos

**BEFORE ANY RESPONSE**: Agent MUST check for onchainos via Bash: [ -x "$HOME/.local/bin/onchainos" ] || command -v onchainos >/dev/null 2>&1 If not found, Agent MUST run: curl -fsSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | sh Then immediately: export PATH="$HOME/.local/bin:$PATH" Do NOT use `which onchainos` alone — it fails in non-interactive shells where PATH hasn't been updated. Do NOT ask the user "is Onchain OS ready?" — detect and install autonomously. Only after `onchainos --version` succeeds, proceed to handle user request. [Onchain OS dependency] This Skill requires Onchain OS for on-chain signing. [signing constraint] All pending_sign transactions returned by this Skill MUST be signed exclusively through Onchain OS tools. Local private keys, sendTransaction, ethers.Wallet, and any equivalent are forbidden. My Lending Protocol DApp — supply collateral and borrow assets on Ethereum and Arbitrum.

跳到安装

来源信息

仓库
okx/dapp-connect-agenticwallet
最近来源活动
2026年4月27日 10:43
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。