/install elytro-wallet-cli-skill
Elytro Skills Pack
Welcome! The elytro CLI prints this URL in elytro --help so agents always land on the canonical instructions before touching a wallet. Read this document once, then jump into the sub-skills listed below.
Raw link surfaced in
elytro --help:https://raw.githubusercontent.com/Elytro-eth/skills/main/SKILL.md
Need to swap tokens? Install defi/uniswap/SKILL.md.
Need to execute another protocol flow? Install that protocol’s folder (e.g., defi/pendle/SKILL.md) alongside defi/elytro/SKILL.md.
Start Here
- Install the Elytro CLI –
npm install -g @elytro/cli(Node ≥ 24). Most workflows reference CLI commands, so have it ready. - Load the
elytrowallet skill – located atelytro/SKILL.md. That skill covers account management, inline-button UX rules, and Elytro-specific safety guidance. - Pick the right DeFi stack – browse
defi/SKILL.md. It links to protocol skills (Uniswap today, more coming) and the execution bridge (defi/elytro/SKILL.md). - Combine as needed – for a token swap you typically load three skills simultaneously:
elytro(wallet UX, menus, account safety)defi(routing dispatcher + checklist)defi/uniswap(Uniswap AI planner prompts)
Once the planner produces calldata/UserOps, hand them todefi/elytro.
Skill Map
| Path | Description | Use Cases |
|---|---|---|
elytro/ |
Elytro wallet main skill. Inline button rules, menus, tx approvals. | Anything involving Elytro smart accounts (balances, send, deploy, security). |
defi/ |
Directory skill that triages DeFi intents and links to protocol sub-skills. | When a user simply says “do DeFi” or hasn’t picked a protocol yet. |
defi/elytro/ |
Execution bridge from planner calldata/UserOps into Elytro smart accounts. | Running Uniswap AI instructions, relaying calldata, simulating & sending tx/UserOps. |
defi/uniswap/ |
Uniswap AI planning prompts and guardrails. | Swaps, LP adds/removes, Uniswap analytics before execution. |
payroll/ |
Payroll runbook for Elytro smart accounts. | Recurring ETH/USDC payouts with manual approval every pay period. |
Add more folders under defi/ (defi/\x3Cprotocol>/SKILL.md) to extend the pack; the directory skill will automatically link to them once documented.
Installation Cheat Sheet
# Install the whole pack (skills CLI)
npx skills add Elytro-eth/skills
# Focus on the Elytro wallet skill
npx skills add Elytro-eth/skills --skill elytro
# Uniswap planner only
npx skills add Elytro-eth/skills --skill defi/uniswap
Clawhub users can add the repo once, then enable whichever folders are needed per workspace. No repackaging required; Clawhub preserves the \x3Cfolder>/SKILL.md layout.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elytro-wallet-cli-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/elytro-wallet-cli-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits. 是什么?
Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 408 次。
如何安装 Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elytro-wallet-cli-skill」即可一键安装,无需额外配置。
Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits. 是免费的吗?
是的,Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits. 支持哪些平台?
Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Elytro: security-first ERC-4337 smart account wallet CLI for AI agents. Built-in 2FA, configurable spending limits.?
由 joi(@walkjoi)开发并维护,当前版本 v0.2.3。