一键导入
elytro-skills
Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Elytro smart-account wallet CLI for agents: multi-chain ERC-4337, 2FA email OTP, spending limits, social recovery. Simulate before send, get user approval on risky steps, and explain outcomes in a fixed, user-friendly format (no raw JSON unless asked). Deferred OTP completed with otp submit. Use for: accounts, transfers, contract calls, email/security setup, guardian recovery. Requires Node 18 or newer.
Start-page skill that routes Elytro agents to the correct DeFi protocol playbook.
Run recurring payroll cycles from an Elytro smart account. Supports ETH or a single ERC-20 token per pay period, manual approval, sponsorship-aware simulations, and logging best practices.
Coordinate Elytro ERC-4337 smart accounts with DeFi planners (e.g., Uniswap AI) to quote, build, simulate, and execute calldata or UserOperations safely.
Use Uniswap AI as the intent planner for swaps and liquidity actions, then pipe its output into Elytro smart accounts.
基于 SOC 职业分类
| name | elytro-skills |
| description | Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill. |
| user-invocable | false |
| disable-model-invocation | false |
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.
npm install -g @elytro/cli (Node ≥ 24). Most workflows reference CLI commands, so have it ready.elytro wallet skill – located at elytro/SKILL.md. That skill covers account management, inline-button UX rules, and Elytro-specific safety guidance.defi/SKILL.md. It links to protocol skills (Uniswap today, more coming) and the execution bridge (defi/elytro/SKILL.md).elytro (wallet UX, menus, account safety)defi (routing dispatcher + checklist)defi/uniswap (Uniswap AI planner prompts)defi/elytro.Load only what you need now. Start with elytro (always required) and the skill that matches the user's intent. If intent is vague or no protocol is specified, load defi to triage — do not pre-load protocol skills (e.g., defi/uniswap) until the intent is clear. Let each skill tell you what to load next.
If the user names a protocol that has no skill folder yet (e.g., defi/pendle/ does not exist), do not improvise — inform the user the protocol is not yet supported and suggest they open an issue on the repo to request it.
| 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/<protocol>/SKILL.md) to extend the pack; the directory skill will automatically link to them once documented.
# 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 <folder>/SKILL.md layout.