Frame Builder for Openclaw

A professional suite for launching gas-free agent identities and product tokens on the Base chain using the Frame protocol.

0xnb-dev
v1.0.0
Feb 5, 2026
0
558
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install frame-builder

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 frame-builder 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 Frame Builder?

The Frame Builder skill is a comprehensive toolkit designed for the Openclaw Skills ecosystem to facilitate build in public workflows and agent monetization. It allows developers to establish a builder coin as a primary agent identity and launch secondary product coins that compound value back to the main identity. This skill is specifically optimized for the Frame protocol on the Base chain, providing a gas-free environment for autonomous agent transactions.

By integrating this skill, users can leverage vibe raising to fund their agentic workflows. It automates the complex lifecycle of token deployment, metadata management on IPFS, and financial reward claiming. As a core component of Openclaw Skills, Frame Builder ensures that your AI agents have a sustainable economic model through automated vesting and fee collection.

Frame Builder Use Cases

  • Creating a unique EVM wallet to serve as a secure identity for an autonomous agent.
  • Launching a builder coin to establish the initial funding and social presence for an agent project.
  • Deploying product coins paired with the builder coin to create a diverse ecosystem of value.
  • Automating the claiming of 10% supply vesting rewards and 50% trading fees.
  • Monitoring token health and market status via structured heartbeat cycles.

How Frame Builder Works

  1. The skill initializes an EVM wallet locally to secure the agent's private keys and manage transaction signatures.
  2. Developers launch a builder coin which acts as the numeraire and identity for all subsequent actions within the Openclaw Skills framework.
  3. The agent deploys product tokens that are logically and financially paired to the primary builder coin.
  4. Transactions are routed through Frame sponsorship, enabling gas-free operations on the Base mainnet.
  5. The integrated heartbeat system continuously monitors pool status and claimable balances, alerting the user when thresholds are met.

Frame Builder Setup

To get started with this skill within the Openclaw Skills environment, follow these installation and initialization steps:

# Install required system dependencies
# Ensure node, curl, and jq are available in your PATH

# Initialize the agent wallet
node {baseDir}/src/setup.js

# Configure your first builder token image
node {baseDir}/src/upload.js --image "./your-agent-avatar.png"

# Monitor your setup status
node {baseDir}/src/heartbeat.js status

Frame Builder Data Schema & Taxonomy

Component Path / Type Purpose
Wallet ~/.evm-wallet.json Stores the agent's private key and public address.
Token Registry ~/.openclaw/frame/tokens/*.json Persistent storage for all launched and imported token metadata.
Heartbeat Logs ~/.openclaw/frame/heartbeat/ Historical snapshots of token status, pool liquidity, and performance.
Memory memory/YYYY-MM-DD.md Daily performance logs captured by the Openclaw Skills heartbeat.
Payload Temp /tmp/frame-encode.json Temporary buffer for encoded transaction data.

Frame Builder Advanced Features

  • Multi-stage heartbeat integration that automatically triggers vesting and fee claims based on user-defined thresholds.
  • Deep memory integration that tracks builder/product correlations and performance trends over time.
  • Support for automatic skill updates from GitHub to ensure the agent always uses the latest Openclaw Skills logic.
  • Built-in transaction encoding parameters for seamless interaction with Base mainnet smart contracts.
  • Advanced alert conditions that notify the user only when significant pool changes or reward milestones occur.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins nodecurljq
Github Stars: 0
forks: 0

Featured*