StonebornBot NFT Minting Agent for Openclaw

A high-performance NFT minting bot for Ethereum and EVM chains designed for sub-100ms execution and multi-wallet orchestration.

olawoyin206
v1.0.0
Feb 13, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install stonebornbot

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 stonebornbot 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 StonebornBot NFT Minting Agent?

StonebornBot is a specialized tool within the Openclaw Skills ecosystem designed for power users and developers targeting competitive NFT launches. It streamlines the entire minting process by offering nanosecond-level precision, bypassing standard library overhead through raw JSON-RPC calls. By utilizing this specific entry in the Openclaw Skills library, users can manage complex minting logic across hundreds of wallets simultaneously while maintaining advanced control over gas strategies and transaction privacy.

StonebornBot NFT Minting Agent Use Cases

  • Sniping competitive NFT mints during public or allowlist phases.
  • Managing large-scale minting operations across 100+ individual wallets.
  • Monitoring the mempool to trigger mint transactions the moment a contract becomes active.
  • Executing private transactions via Flashbots to avoid frontrunning and failed transaction fees.

How StonebornBot NFT Minting Agent Works

  1. The bot initializes by reading the contract ABI, target function signatures, and network RPC endpoints from the local configuration.
  2. All transactions are pre-signed for every configured wallet before the mint event starts to eliminate signing latency during the critical execution window.
  3. In Monitor Mode, the agent polls the contract state or watches the mempool via WebSockets to detect when the minting function is enabled.
  4. Once the trigger condition is met, the pre-signed transactions are broadcasted across multiple RPC endpoints simultaneously to maximize network propagation speed.
  5. The system monitors transaction inclusion and can dynamically adjust gas fees using War Mode logic if the network becomes congested.

StonebornBot NFT Minting Agent Setup

To get started with this bot from the Openclaw Skills collection, follow these steps:

# 1. Install dependencies and setup environment
cd scripts && bash setup.sh && cd ..

# 2. Initialize configuration
cp assets/config-template.json scripts/config.json

# 3. Edit scripts/config.json with your RPC URLs, contract address, and wallet keys

# 4. Execute the bot in monitor mode to wait for a mint to go live
node scripts/mint-bot.js --mode monitor

StonebornBot NFT Minting Agent Data Schema & Taxonomy

The skill organizes its operations through a structured JSON configuration and specific metadata files for wallet and gas management.

Component Format Description
config.json JSON Primary settings for RPCs, contract addresses, and minting functions.
wallets Array List of private keys and labels for multi-wallet orchestration.
gas Object EIP-1559 parameters including maxFeePerGas and maxPriorityFeePerGas.
archetype Object Configuration for Archetype ERC721a contracts including Merkle proofs.

StonebornBot NFT Minting Agent Advanced Features

  • Multi-RPC Broadcasting: Sends signed transactions to multiple providers at once to ensure the fastest possible inclusion.
  • War Mode Gas: An automated escalation system that adjusts gas fees in real-time based on network congestion levels.
  • Flashbots Integration: Support for Flashbots Protect relay to submit transactions privately and avoid public mempool competition.
  • Archetype Support: Built-in logic for handling invite-based minting and Merkle tree verification for ERC721A contracts.
  • Low-Level Optimization: Uses raw JSON-RPC and nanosecond timing to bypass standard library bottlenecks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*