← Back to Skills Marketplace
codeexplorer29

Elytro Smart Account CLI

by CodeExplorer29 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
456
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install elytro-cli
Description
Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill.
README (SKILL.md)

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

  1. Install the Elytro CLInpm install -g @elytro/cli (Node ≥ 24). Most workflows reference CLI commands, so have it ready.
  2. Load the elytro wallet skill – located at elytro/SKILL.md. That skill covers account management, inline-button UX rules, and Elytro-specific safety guidance.
  3. 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).
  4. 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.

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.

Usage Guidance
This SKILL.md is an index/guide and appears coherent, but it points you to installing third-party software (npm package @elytro/cli) and adding a GitHub-hosted repo. Before running those commands: 1) verify the npm package and GitHub repo authorship and recent activity, 2) inspect the CLI package source (or its GitHub repo) for unexpected postinstall scripts or network calls, 3) prefer installing in an isolated environment or container rather than globally on a sensitive machine, and 4) review any sub-skill SKILL.md files you add (they may pull in protocol-specific tooling). If you need higher assurance, ask the skill author for a verified homepage/repo and cryptographic release artifacts before installing.
Capability Analysis
Type: OpenClaw Skill Name: elytro-cli Version: 1.0.2 The skill bundle serves as a directory and entry point for the Elytro wallet and DeFi sub-skills. It provides installation instructions for the `@elytro/cli` npm package and maps out the structure for protocol-specific skills (e.g., Uniswap, Payroll) within the repository. The content in SKILL.md is purely informational and lacks any malicious logic, unauthorized data access, or harmful instructions.
Capability Assessment
Purpose & Capability
The name/description (Elytro wallet + DeFi sub-skills) matches the instructions: it is an index/entrypoint that tells users/agents to install the Elytro CLI and load other skill files for specific protocols. Nothing requested in the document (no env vars, no unusual binaries) conflicts with that purpose.
Instruction Scope
The SKILL.md stays on-topic: it documents workflow, which sub-skills to load, and install commands (npm install -g @elytro/cli, npx skills add ...). It does not instruct the agent to read arbitrary system files or to exfiltrate data. Note: it does instruct installing and fetching code from external sources (npm and GitHub raw URLs), which is expected for a CLI/skill pack but worth verifying before execution.
Install Mechanism
There is no install spec in the registry bundle itself (instruction-only). The document recommends installing @elytro/cli from npm and adding a GitHub-hosted skills repo via npx. Those are normal for this use case, but installing packages from third-party npm packages or fetching raw GitHub content carries standard supply-chain risk and should be audited prior to installation.
Credentials
The skill declares no required environment variables, no primary credentials, and no config path access. That is proportionate for an entrypoint/instruction file. The SKILL.md does not ask for secrets or unrelated credentials.
Persistence & Privilege
always is false and there are no install hooks or modifications to other skills documented. disable-model-invocation is false (model can invoke it), which is the normal platform default; combined with the lack of extra privileges this is not an immediate concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install elytro-cli
  3. After installation, invoke the skill by name or use /elytro-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
**Elytro CLI Skill v1.0.2 – Skills Pack Onboarding and Modularization** - Replaced the full CLI documentation with a centralized skills pack README. - New skill map table clarifies the purpose and interaction between wallet, DeFi, and protocol-specific skills. - Clear instructions for combining Elytro (wallet), DeFi stack, and protocol skills for workflows like token swaps. - Provided updated installation examples for using the skills pack with different focuses (wallet, DeFi, Uniswap). - The document now acts as the entrypoint, referencing sub-skills for wallet management, execution, and protocol specifics.
v1.0.1
- Refreshed and streamlined documentation with a focus on agent integration, core features, and concise onboarding steps. - Added detailed CLI usage examples and agent workflow instructions. - Expanded supported chain list and installation options (npm and ClawHub). - Documented security features: on-chain 2FA, spending limits, and social recovery. - Clarified agent rules and supported programmatic actions for AI workflows. - Updated links and community contact information.
v1.0.0
Initial public release of elytro-cli: a CLI for Elytro ERC-4337 smart accounts. - Initialize and manage Elytro ERC-4337 vaults and counterfactual smart accounts via CLI. - Build and send sponsored UserOperations across Ethereum mainnet, Optimism, Arbitrum, and Sepolia testnets. - Provides commands for vault bootstrap, account creation/activation, transaction simulation and dispatch. - Supports environment-based configuration for RPC providers, Pimlico, and Alchemy integration. - Installation via Node.js (≥20) or Bun; simple `.env`-based setup and global/executable CLI support.
Metadata
Slug elytro-cli
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Elytro Smart Account CLI?

Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 456 downloads so far.

How do I install Elytro Smart Account CLI?

Run "/install elytro-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Elytro Smart Account CLI free?

Yes, Elytro Smart Account CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Elytro Smart Account CLI support?

Elytro Smart Account CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Elytro Smart Account CLI?

It is built and maintained by CodeExplorer29 (@codeexplorer29); the current version is v1.0.2.

💬 Comments