skills/brief-onchain/skills-lab/four_meme_create_pipeline

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

  1. Run read-only health checks first:
    npx fourmeme verify
    
  2. Collect creation payload and render a command preview before any write transaction:
    npx fourmeme create-api <args...>
    
  3. Ask for explicit final confirmation (CONFIRM_CREATE) with symbol, expected spend, and wallet address.
  4. Execute on-chain creation only after confirmation:
    npx fourmeme create-chain <args...>
    
  5. Reconcile output with info/events:
    npx fourmeme token-info <tokenAddress>
    npx fourmeme events <fromBlock> [toBlock]
    

Guardrails

  • Never execute create-chain without explicit user confirmation.
  • Default to dryRun=true when 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

Weekly Installs
1
First Seen
6 days ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1