ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

sequence-builder

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.

Why use this skill?

Manage Sequence smart wallets, create projects, and perform ERC20 transfers on EVM blockchains using the OpenClaw Sequence Builder CLI skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jameslawton/sequence-cli
Or

What This Skill Does

The sequence-builder skill provides a command-line interface for the Sequence Builder suite, enabling AI agents to interact directly with EVM blockchains and the Sequence ecosystem. This tool facilitates the creation of EOA wallets, management of Sequence smart wallets, project authentication, and on-chain asset transfers. By leveraging the Sequence infrastructure, agents can perform complex blockchain operations, such as sending ERC20 tokens or querying wallet status, all while adhering to programmatic standards by enforcing machine-readable JSON output for every command.

Installation

To integrate this skill into your environment, use the OpenClaw CLI manager: clawhub install openclaw/skills/skills/jameslawton/sequence-cli Ensure you have Node.js version 18 or higher installed on your system. Once installed, the skill will interact with the local @0xsequence/builder-cli package to manage blockchain interactions securely.

Use Cases

  • Automated Payments: Programmatically send ERC20 tokens to users or services using a Sequence smart wallet, which supports gasless transactions or fee payment in ERC20s.
  • Wallet Management: Automate the generation and lifecycle management of EOA addresses for new users or system components.
  • Blockchain Data Retrieval: Quickly fetch smart wallet addresses and funding URLs for integration with automated user onboarding flows.
  • Project Administration: Create and manage distinct Sequence projects and access keys for multi-tenant applications.

Example Prompts

  1. "Create a new Sequence wallet and provide me with the funding URL so I can top it up for gas."
  2. "Send 50 USDC from my Sequence wallet to address 0xAbCd... on the Polygon network using my stored project key."
  3. "Check the current status of my linked project and display the associated smart wallet address for my primary EOA."

Tips & Limitations

  • Security: Always use the SEQUENCE_PASSPHRASE environment variable to encrypt your private keys locally. Avoid passing keys directly in arguments whenever possible to prevent accidental exposure in shell history.
  • JSON Requirement: When building custom automation, always include the --json flag. The skill parses these outputs to maintain state and process errors effectively.
  • Wallet Distinction: Remember that this tool manages both EOA and Smart Wallets. Ensure you are targeting the 'Sequence Wallet Address' for transfers, as this is the smart contract account that handles your tokens.
  • Gas Management: Sequence smart wallets allow paying gas with ERC20 tokens; if your transaction fails, ensure you have sufficient ERC20 liquidity or native gas tokens available in the specific wallet address.

Metadata

Stars2032
Views0
Updated2026-03-05
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jameslawton-sequence-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#web3#crypto#wallet#automation
Safety Score: 3/5

Flags: file-read, file-write, external-api, code-execution