📦 Elytro Smart Account CLI — 钱包入口

v1.0.2

Elytro 钱包技能及精选 DeFi 子技能的统一入口,先加载本技能再使用各协议子技能。

0· 428·0 当前·0 累计
by @codeexplorer29 (CodeExplorer29)
下载技能包
最后更新
2026/3/14
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
This is an instruction-only entrypoint that coherently documents installing the Elytro CLI and loading DeFi sub-skills; it does not request unrelated credentials or hidden installs, but it points you to installing third-party packages (npm/GitHub) which you should verify before running.
评估建议
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 a...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/2/27

**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.

无害

安装命令

点击复制
官方npx clawhub@latest install elytro-cli
镜像加速npx clawhub@latest install elytro-cli --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库