skills/brief-onchain/skills-lab/four_meme_one_stop_bsc

four_meme_one_stop_bsc

SKILL.md

Four.Meme One-Stop Launch

Usage

  • Category: Ecosystem
  • Mode: guide
  • Version: 0.1.0

Input Example

{
  "goal": "one_stop_flow",
  "create": {
    "name": "Meme Agent Coin",
    "symbol": "MAC",
    "budgetBnb": 0.01
  },
  "trade": {
    "side": "buy",
    "amountBnb": 0.2,
    "maxSlippageBps": 150
  },
  "auth": {
    "operator": "0x...",
    "scope": "session",
    "ttlMinutes": 30
  }
}

One-Stop Sequence

  1. Run baseline verification:
    npx fourmeme verify
    
  2. Create token in two steps with confirmation:
    npx fourmeme create-api <args...>
    npx fourmeme create-chain <args...>
    
  3. Generate quote and execute trade with confirmation:
    npx fourmeme token-info <tokenAddress>
    npx fourmeme quote-buy <tokenAddress> <amountOrFunds>
    npx fourmeme buy <tokenAddress> <amountOrFunds> ...
    
  4. Ensure ERC8004 identity readiness:
    npx fourmeme 8004-register <name> [imageUrl] [description]
    npx fourmeme 8004-balance <ownerAddress>
    
  5. Apply short-lived operator authorization, then revoke:
    • grant: approve or setApprovalForAll(..., true)
    • verify: getApproved or isApprovedForAll
    • revoke: approve(address(0), agentId) or setApprovalForAll(..., false)
  6. Generate tweet materials package (single tweet + thread + CTA):
    • Summary tweet: project hook + token symbol + launch context + risk note.
    • Thread draft (3-5 posts): why now, what utility, how to participate.
    • CTA variants: buy-in prompt, community invite, and risk disclaimer.
    • Optional style pass:
      # local rewrite style helper if needed
      npx @skillshub/cz-style-rewrite
      
  7. Reconcile all writes with events:
    npx fourmeme events <fromBlock> [toBlock]
    

Mandatory Safety Rules

  • Follow Four.meme current supported-chain constraints in runtime config.
  • Require explicit user confirmation for create, buy, sell, grant, and revoke.
  • Never accept plaintext private keys in conversation.
  • Keep operator scope minimal and revoke immediately after delegated actions.
  • Abort execution if quote exceeds risk caps (maxSlippageBps, maxLossBnb, maxCapitalBnb).

Source Anchors

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