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.
npx skills add Demerzels-lab/elsamultiskillagent --skill frame-buildergit clone --depth 1 https://github.com/Demerzels-lab/elsamultiskillagentWrote 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.
[](https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/frame-builder)<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.
<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>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.
| Model | Per session | Once 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 |
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" } } Copies of this mod
1 near-identical copy found in the catalogue:
- frame-builder — 100% identical, 0 lines differ
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 |
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.
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.
- 11d ago First seen · 308 lines · 46 tokens per session scan B 9987e993e24d
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.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…