A powerful CLI for managing Sequence smart wallets, blockchain projects, and token transfers designed for AI agents and automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sequence-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A comprehensive toolkit for building blockchain-enabled AI agents on Polygon with session-based smart wallets and on-chain reputation.

A versatile financial intelligence skill for querying global market data, news, and economic events via CLI.

Automate persistent, authenticated cloud browser sessions with built-in CAPTCHA solving and session recording capabilities.

A serverless, peer-to-peer communication protocol providing secure, encrypted messaging between AI agents for Openclaw Skills.

A comprehensive developer toolkit for integrating Trails cross-chain infrastructure to enable seamless token swaps, payments, and smart contract execution across multiple blockchains.

A strategic board game skill that enables agents to play a lobster-themed version of Catan through a dedicated command-line interface.








































