← 返回 Skills 市场
sequence-cli
作者
JamesLawton
· GitHub ↗
· v1.0.0
1427
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install sequence-cli
功能描述
Manage Sequence smart wallets, projects, API keys, ERC20 transfers, and query blockchain data using the Sequence Builder CLI. Use when user asks about creating wallets, sending tokens, checking balances, managing Sequence projects, or interacting with EVM blockchains.
安全使用建议
This skill appears to do what it says, but take these precautions before using it: 1) npx will download and execute code from npm at runtime — if you need higher assurance, audit or install a pinned release from the project's GitHub. 2) Protect private keys: prefer using SEQUENCE_PASSPHRASE to encrypt keys and avoid passing raw private keys on command lines in logs. 3) Verify the CLI's upstream repository (https://github.com/0xsequence/builder-cli) and review the package/version you will run. 4) Run initial tests in an isolated environment (or container) if you're unsure about running third-party code on a production system.
功能分析
Type: OpenClaw Skill
Name: sequence-cli
Version: 1.0.0
The skill is classified as suspicious due to its inherent high-risk capabilities, specifically the generation, handling, and storage of cryptographic private keys, and the ability to initiate financial transactions (ERC20 transfers) via the `npx @0xsequence/builder-cli` commands detailed in SKILL.md. While these actions align with the stated purpose of managing Sequence wallets, they represent a significant attack surface. The skill instructs the agent to store encrypted private keys in `~/.sequence-builder/config.json`, which, despite encryption, makes the agent a target for potential misuse if compromised.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md documents creating wallets, logging in, managing projects/apikeys, querying balances, and sending ERC20 transfers — all of which legitimately require Node/npx and use of private keys/access keys.
Instruction Scope
Instructions only tell the agent to run the builder-cli via npx, supply a private key or use a locally stored encrypted key, and pass project access keys when needed. The only file referenced (~/.sequence-builder/config.json) is the CLI's own local storage for encrypted keys; there are no broad directives to read unrelated system files or transmit data to unknown endpoints.
Install Mechanism
There is no explicit install spec in the bundle; runtime use relies on npx to fetch and run @0xsequence/builder-cli from the npm registry. This is consistent with the CLI workflow but means code will be fetched/executed at runtime (typical for npx). If you require stricter control, prefer installing a pinned, audited release from the project's GitHub or a locally-vetted package.
Credentials
The skill does not request environment variables or credentials in the metadata. The SKILL.md suggests an optional SEQUENCE_PASSPHRASE for local encryption — that is proportional and explained. No unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent-wide persistence. It instructs the CLI to store an encrypted private key under its own config path (~/.sequence-builder/config.json), which is appropriate for a wallet CLI.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sequence-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/sequence-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sequence-builder skill.
- Manage Sequence smart wallets, projects, API keys, ERC20 transfers, and query blockchain data from the command line.
- Includes commands for wallet creation, authentication, project and API key management, sending token transfers, and indexing blockchain data.
- Machine-readable JSON output supported across all commands.
- Supports encrypted local storage of private keys using a passphrase.
- Compatible with multiple EVM chains (Ethereum, Polygon, Base, and more).
- Detailed error codes and troubleshooting guidance included.
元数据
常见问题
sequence-cli 是什么?
Manage Sequence smart wallets, projects, API keys, ERC20 transfers, and query blockchain data using the Sequence Builder CLI. Use when user asks about creating wallets, sending tokens, checking balances, managing Sequence projects, or interacting with EVM blockchains. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1427 次。
如何安装 sequence-cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sequence-cli」即可一键安装,无需额外配置。
sequence-cli 是免费的吗?
是的,sequence-cli 完全免费(开源免费),可自由下载、安装和使用。
sequence-cli 支持哪些平台?
sequence-cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 sequence-cli?
由 JamesLawton(@jameslawton)开发并维护,当前版本 v1.0.0。
推荐 Skills