ワンクリックで
defi
Start-page skill that routes Elytro agents to the correct DeFi protocol playbook.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start-page skill that routes Elytro agents to the correct DeFi protocol playbook.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill.
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.
| name | defi |
| description | Start-page skill that routes Elytro agents to the correct DeFi protocol playbook. |
| allowed-tools | [] |
| metadata | {"user-invocable":true,"disable-model-invocation":false,"related-skills":["elytro","defi/elytro","defi/uniswap"]} |
Load this skill whenever a user asks for "DeFi" without specifying a protocol. It acts as a menu linking to the protocol-specific skills in this repo.
defi/elytro so you can execute through the Elytro CLI.| Goal | Recommended Skill | Why |
|---|---|---|
| Swap tokens, add/remove Uniswap liquidity | defi/uniswap | Uses the Uniswap AI planner to draft calldata/UserOps for Elytro execution. |
| Relay calldata/UserOp output from any planner | defi/elytro | Base workflow once a planner produced calldata or a UserOperation. |
| Wallet orchestration & inline buttons | elytro | Mandatory UX rules + Elytro CLI commands. |
| Need another protocol? | Open an issue | File a request describing the desired protocol and workflow; we'll add another skill. |
defi/elytro; it contains the common execution pattern shared by every other protocol skill.