← 返回 Skills 市场
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install morpho-cli
功能描述
Interact with the Morpho lending protocol using the CLI. Use this skill when the user asks to: query vault APYs, TVL, or allocation strategies ("What's the b...
安全使用建议
This skill is internally coherent for querying Morpho and preparing unsigned transactions. Two practical cautions before installing/using: (1) The SKILL.md expects you to run `npx @morpho-org/cli` — npx will fetch and execute code from the npm registry at runtime; the skill bundle does not include that code for review. Verify the package identity and publisher (npm page, GitHub repo, release tags) before running it in any environment with sensitive data. (2) The skill does not request private keys and explicitly warns not to sign or broadcast, but the CLI will prompt for or accept a user address and will perform network calls; make sure you do not paste private keys or wallet JSON into the agent and always review the unsigned transaction list before signing in your wallet. If you need higher assurance, run the CLI manually in a sandboxed environment, inspect the npm package source, or request the upstream repository details from the author.
能力标签
能力评估
Purpose & Capability
Name/description, commands listed in SKILL.md, and required inputs (chain, user address, vault/market ids) are consistent with a Morpho CLI helper. No declared env vars, binaries, or config paths that don't belong to this purpose.
Instruction Scope
Runtime instructions stay on-purpose: they show read queries and preparation of unsigned transactions, emphasize simulation and never signing/broadcasting, and do not instruct reading unrelated files or broad system state. The agent is told to stop and report on CLI errors rather than inventing parameters.
Install Mechanism
The skill is instruction-only and instructs use of `npx @morpho-org/cli`. That implies runtime download and execution of a third-party npm package (moderate risk). This is expected for a CLI-integrator skill, but the skill bundle contains no package code to review; the remote package should be verified (publisher, source repo, release artifacts) before trusting execution.
Credentials
The skill declares no environment variables or credentials (consistent with 'unsigned payloads only'). However, the invoked CLI (npx) may make network calls and could optionally use local or cloud provider keys (e.g., RPC provider API keys) if present in the environment. The SKILL.md does not document any optional env vars the CLI might honor.
Persistence & Privilege
always:false and no install spec; the skill does not request persistent presence or attempt to modify other skills or system-wide settings. There is no evidence it requests elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install morpho-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/morpho-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of morpho-cli for Morpho protocol interactions via command-line interface.
- Query vaults, markets, user positions, and protocol stats on Base and Ethereum.
- Prepare and simulate unsigned deposit, withdraw, supply, borrow, collateral, and repayment transactions.
- All commands output JSON; no private keys or wallet access required.
- Built-in safety checks: simulations run by default, with clear guidance for handling errors and liquidity constraints.
- Refer to detailed usage, schemas, and best practices in SKILL.md.
元数据
常见问题
Morpho CLI 是什么?
Interact with the Morpho lending protocol using the CLI. Use this skill when the user asks to: query vault APYs, TVL, or allocation strategies ("What's the b... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 Morpho CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install morpho-cli」即可一键安装,无需额外配置。
Morpho CLI 是免费的吗?
是的,Morpho CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Morpho CLI 支持哪些平台?
Morpho CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Morpho CLI?
由 jinmel(@jinmel)开发并维护,当前版本 v1.0.0。
推荐 Skills