← 返回 Skills 市场
codeexplorer29

Elytro Smart Account CLI

作者 CodeExplorer29 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
456
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install elytro-cli
功能描述
Entry point for the Elytro wallet skill plus the curated DeFi sub-skills. Start here before loading any individual protocol skill.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elytro-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elytro-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug elytro-cli
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 456 次。

如何安装 Elytro Smart Account CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install elytro-cli」即可一键安装,无需额外配置。

Elytro Smart Account CLI 是免费的吗?

是的,Elytro Smart Account CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Elytro Smart Account CLI 支持哪些平台?

Elytro Smart Account CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Elytro Smart Account CLI?

由 CodeExplorer29(@codeexplorer29)开发并维护,当前版本 v1.0.2。

💬 留言讨论