Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
TypeScript CLI that initializes Elytro ERC-4337 vaults, manages counterfactual smart accounts, and builds/sends sponsored UserOperations; use whenever an age...
TypeScript CLI that initializes Elytro ERC-4337 vaults, manages counterfactual smart accounts, and builds/sends sponsored UserOperations; use whenever an age...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
Install the Elytro CLI β npm install -g @elytro/cli (Node β₯ 24). Most workflows reference CLI commands, so have it ready. Load the elytro wallet skill β located at elytro/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 to defi/elytro.
PathDescriptionUse Caseselytro/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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.