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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jameslawton/sequence-cliWhat 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
- "Create a new Sequence wallet and provide me with the funding URL so I can top it up for gas."
- "Send 50 USDC from my Sequence wallet to address 0xAbCd... on the Polygon network using my stored project key."
- "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_PASSPHRASEenvironment 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
--jsonflag. 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jameslawton-sequence-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution
Related Skills
polygon-agent-kit
Complete Polygon agent toolkit. Session-based smart contract wallets (Sequence), token ops (send/swap/bridge/deposit via Trails), ERC-8004 on-chain identity + reputation, x402 micropayments. Single CLI entry point, AES-256-GCM encrypted storage.
polygon-agent-kit
Complete Polygon agent toolkit. Session-based smart contract wallets (Sequence), token ops (send/swap/bridge/deposit via Trails), ERC-8004 on-chain identity + reputation, x402 micropayments. Single CLI entry point, AES-256-GCM encrypted storage.
polygon-agent-cli
Complete Polygon agent toolkit. Session-based smart contract wallets (Sequence), token ops (send/swap/bridge/deposit via Trails), ERC-8004 on-chain identity + reputation, x402 micropayments. Single CLI entry point, AES-256-GCM encrypted storage.
trails
Integrate Trails cross-chain infrastructure — Widget, Headless SDK, or Direct API