LaunchKit · 2026
Back to Skills

warren-deploy-mainnet

Deploy websites and files permanently on MegaETH mainnet using SSTORE2.

0
937 downloads
by @planetai87

Setup & Installation

openclaw skills install @planetai87/warren-deploy-mainnet

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install warren-deploy-mainnet

Version History

v1.0.6Feb 20, 2026 - Version note by skill developer:

- Updated metadata to point to new GitHub repository: planetai87/warren-tools (was planetai87/onchain-loader). - No changes to code or documentation content.

What This Skill Does

Deploys HTML files and content permanently to MegaETH mainnet using SSTORE2 on-chain storage. The agent signs transactions with its own wallet and pays gas directly. Deployed content is immutable and accessible via a Warren viewer URL.

Unlike traditional hosting, content stored via SSTORE2 on MegaETH cannot be taken down, requires no ongoing subscription, and remains accessible as long as the chain exists.

When to use it

  • Permanently archiving a static webpage on-chain
  • Publishing agent-generated HTML reports as immutable URLs
  • Batch-deploying multiple versioned pages via script
  • Hosting a site with no renewal fees or takedown risk
  • Storing piped HTML output directly to the blockchain

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Deploy my local HTML file to MegaETH mainnet permanently

AGENT
  1. 1Reads the specified HTML file from disk
  2. 2Checks wallet for Genesis Key or 0xRabbit.agent Key access
  3. 3Chunks the file into 15KB segments for SSTORE2 storage
  4. 4Signs and submits transactions to MegaETH mainnet RPC
  5. 5Returns the token ID and viewer URL for the deployed site
OUTPUT

Deployment confirmed with token ID and permanent URL at https://thewarren.app/v/site={tokenId}

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

PRIVATE_KEY environment variable (wallet private key for signing transactions)ETH on MegaETH mainnet for gas fees (bridge from Ethereum via the official MegaETH bridge)