Sequence Builder CLI for Openclaw

A powerful CLI for managing Sequence smart wallets, blockchain projects, and token transfers designed for AI agents and automation.

jameslawton
v1.0.0
Feb 6, 2026
0
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sequence-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install sequence-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Sequence Builder CLI?

The Sequence Builder CLI is a specialized tool designed to streamline the management of Sequence smart wallets and blockchain projects. It provides a robust interface for developers to authenticate, create EOA and smart wallets, and manage project-specific API keys. By integrating this into Openclaw Skills, users can automate complex on-chain tasks like ERC20 transfers and data indexing across multiple EVM-compatible networks.

This tool is specifically architected for AI agents and automated workflows, featuring comprehensive JSON output support for every command. It simplifies the developer experience by handling gas fees with the transferred tokens, removing the need for native network tokens and facilitating seamless cross-chain operations.

Sequence Builder CLI Use Cases

  • Automated creation and management of Sequence smart wallets and EOA keys.
  • Programmatic ERC20 token transfers with gas fees paid in the same token.
  • Real-time blockchain data querying including balances, history, and metadata.
  • CI/CD integration for managing Sequence project API keys and environment settings.
  • Building AI-driven crypto applications that require non-custodial wallet management.

How Sequence Builder CLI Works

  1. Authentication: Users begin by creating or importing an EOA wallet and logging into the Sequence Builder platform.
  2. Project Setup: A new project is created within the Builder ecosystem to generate necessary access keys.
  3. Wallet Identification: The CLI identifies both the EOA address (for ownership) and the Sequence Smart Wallet address (for transactions).
  4. Execution: Commands are issued for transfers or data queries, with the CLI processing requests via Sequence's high-performance infrastructure.
  5. Response Handling: The CLI returns machine-readable JSON, allowing the calling agent to parse transaction hashes or balance data immediately.

Sequence Builder CLI Setup

Ensure you have Node.js 18+ installed. You can start using the tool immediately via npx:

# Initialize and create a wallet
npx @0xsequence/builder-cli create-wallet --json

# Set up local encryption (Optional)
export SEQUENCE_PASSPHRASE="your-strong-secret"

# Login to Sequence Builder
npx @0xsequence/builder-cli login -k <your-private-key> --json

Sequence Builder CLI Data Schema & Taxonomy

The skill maintains configuration and state in a local directory. All CLI outputs support a standardized JSON format for programmatic access.

Component Description
~/.sequence-builder/config.json Stores JWT tokens, environment settings, and encrypted keys.
Command JSON Output Standard structure containing success, transactionHash, or address fields.
Metadata Taxonomy Includes chain IDs, contract addresses, and project identifiers for EVM networks.

Sequence Builder CLI Advanced Features

  • Encrypted Local Storage: Securely store private keys using SEQUENCE_PASSPHRASE for hands-free automation.
  • Machine-Readable Interface: Native --json flag support on all commands for seamless integration with AI agents.
  • Gas-Agnostic Transfers: Ability to pay for transaction fees using ERC20 tokens instead of native assets like ETH or MATIC.
  • Multi-Chain Indexer: High-speed access to token balances and transaction history across all supported EVM networks.
  • Comprehensive Error Codes: Specific exit codes (e.g., Code 20 for insufficient funds) for debugging automated workflows effectively.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*