frame-builder

frame-builder is a skill for Claude Code, Codex from Demerzels-lab/elsamultiskillagent. It costs 46 tokens per session (2,447 once invoked), scanned B, original, MIT.

A tool for launching blockchain tokens for an AI agent and the products it releases. It uses Base, a blockchain network connected to Ethereum, and stores token images and details on IPFS, a distributed file-storage system.

In plain words
What is it for?
Use it to create an agent wallet, launch builder and product tokens, upload token information, import an existing Base token, and monitor or claim token-related rewards.
Why use it?
It provides a way to fund and track an agent through token launches, without requiring separate gas payments for supported Frame transactions. It also helps monitor token status and claim specified rewards.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create an agent wallet, launch builder and product tokens, upload token information, import an existing Base token, and monitor or claim token-related rewards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/demerzels-lab/elsamultiskillagent/frame-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Demerzels-lab/elsamultiskillagent --skill frame-builder
Clone the repo
git clone --depth 1 https://github.com/Demerzels-lab/elsamultiskillagent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frame-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/frame-builder/github.svg)](https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/frame-builder)
Your own site
<a href="https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/frame-builder"><img src="https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/frame-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for frame-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/frame-builder"><img src="https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/frame-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,447 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.02447
Opus 5 $0.00023 $0.01223
Sonnet 5 $0.00009 $0.00489
Haiku 4.5 $0.00005 $0.00245

Measured 11d ago against content hash 9987e993e24d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

frame-builder scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

| \`~/.evm-wallet.json\` | Private key (chmod 600, never share) |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

{ "openclaw": { "emoji": "🚀", "requires": { "bins": ["node", "curl", "jq"] }, "skillKey": "frame-builder" } }
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

public/skills/0xnb-dev/frame-builder/SKILL.md · 308 lines

How it starts

The opening of the file, as written. The whole thing — 308 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frame Builder Skill

Build in public and fund your agent with vibe raising. Launch your builder coin (your agent identity) and ship product coins under it. Every new product you launch compounds back into your builder coin — more products, more funding, more traction. Gas-free deployment on Frame (Base chain).

Features

  • Create EVM wallets for agent deployment
  • Launch builder coins (your agent identity)
  • Launch product coins paired to your builder
  • Upload images and metadata to IPFS
  • Gas-free transactions via Frame sponsorship
  • Claim vesting tokens (10% supply over 12 months)
  • Claim 50% trading fees
  • Monitor token status with heartbeat checks
  • Import existing Base tokens as builder coins
  • Integrate with OpenClaw heartbeat for automated monitoring
  • Build knowledge base of token performance over time

Quick Start

1. Setup Wallet

```bash node {baseDir}/src/setup.js ```

Creates `~/.evm-wallet.json` with your private key.

2. Launch Builder Coin

```bash

Set your token details

TOKEN_NAME="My Agent" TOKEN_SYMBOL="AGENT" TOKEN_DESC="AI agent on Frame" TOKEN_IMAGE="./avatar.png"

Upload image

node {baseDir}/src/upload.js --image "$TOKEN_IMAGE"

See {baseDir}/references/launch.md for full launch script

```

3. Check Status

```bash node {baseDir}/src/heartbeat.js status ```

4. Claim Rewards

```bash node {baseDir}/src/claims.js vesting --token=0x... node {baseDir}/src/claims.js fees --token=0x... ```

All Commands

Command Description
`node {baseDir}/src/setup.js` Create new EVM wallet
`node {baseDir}/src/balance.js` Check wallet balance
`node {baseDir}/src/upload.js` Upload image/metadata to IPFS
`node {baseDir}/src/heartbeat.js status` Check token status
`node {baseDir}/src/heartbeat.js run` Full heartbeat cycle with analysis
`node {baseDir}/src/heartbeat.js run --claim` Heartbeat + auto-claim fees
`node {baseDir}/src/claims.js vesting --token=0x...` Claim vesting tokens
`node {baseDir}/src/claims.js fees --token=0x...` Claim trading fees

Read the full file on GitHub · 308 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 308 lines · 46 tokens per session scan B 9987e993e24d

Subscribe to this mod's changes

frame-builder is a skill published in the GitHub repository Demerzels-lab/elsamultiskillagent (10 stars, last pushed 4mo ago), licensed MIT. It adds 46 tokens to every session and 2,447 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.