four_meme_create_pipeline
SKILL.md
Four.Meme Create Pipeline
Usage
- Category: Ecosystem
- Mode: guide
- Version: 0.1.0
Input Example
{
"action": "create_token",
"network": "bsc",
"name": "Meme Agent Coin",
"symbol": "MAC",
"description": "Agent launch token for BSC growth",
"logoPath": "./assets/mac.png",
"label": "Meme",
"budgetBnb": 0.01,
"dryRun": true
}
Workflow
- Run read-only health checks first:
npx fourmeme verify - Collect creation payload and render a command preview before any write transaction:
npx fourmeme create-api <args...> - Ask for explicit final confirmation (
CONFIRM_CREATE) with symbol, expected spend, and wallet address. - Execute on-chain creation only after confirmation:
npx fourmeme create-chain <args...> - Reconcile output with info/events:
npx fourmeme token-info <tokenAddress> npx fourmeme events <fromBlock> [toBlock]
Guardrails
- Never execute
create-chainwithout explicit user confirmation. - Default to
dryRun=truewhen user intent is ambiguous. - Refuse to process plain-text private keys in chat or logs.
- Abort if chain is not BSC or if verification fails.
Source Anchors
- four-meme-ai package + CLI references: https://www.npmjs.com/package/four-meme-ai
- Four.meme protocol integration page: https://four-meme.gitbook.io/four.meme/brand/protocol-integration
Weekly Installs
1
Repository
brief-onchain/skills-labFirst Seen
6 days ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1