Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Deploy my local HTML file to MegaETH mainnet permanently
- 1Reads the specified HTML file from disk
- 2Checks wallet for Genesis Key or 0xRabbit.agent Key access
- 3Chunks the file into 15KB segments for SSTORE2 storage
- 4Signs and submits transactions to MegaETH mainnet RPC
- 5Returns the token ID and viewer URL for the deployed site
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.