← Back to Skills Marketplace
jameslawton

sequence-cli

by JamesLawton · GitHub ↗ · v1.0.0
darwinlinux ⚠ suspicious
1427
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install sequence-cli
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sequence-cli
  3. After installation, invoke the skill by name or use /sequence-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug sequence-cli
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1427 downloads so far.

How do I install sequence-cli?

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

Is sequence-cli free?

Yes, sequence-cli is completely free (open-source). You can download, install and use it at no cost.

Which platforms does sequence-cli support?

sequence-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created sequence-cli?

It is built and maintained by JamesLawton (@jameslawton); the current version is v1.0.0.

💬 Comments