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
- Run baseline verification:
npx fourmeme verify - Create token in two steps with confirmation:
npx fourmeme create-api <args...> npx fourmeme create-chain <args...> - Generate quote and execute trade with confirmation:
npx fourmeme token-info <tokenAddress> npx fourmeme quote-buy <tokenAddress> <amountOrFunds> npx fourmeme buy <tokenAddress> <amountOrFunds> ... - Ensure ERC8004 identity readiness:
npx fourmeme 8004-register <name> [imageUrl] [description] npx fourmeme 8004-balance <ownerAddress> - Apply short-lived operator authorization, then revoke:
- grant:
approveorsetApprovalForAll(..., true) - verify:
getApprovedorisApprovedForAll - revoke:
approve(address(0), agentId)orsetApprovalForAll(..., false)
- grant:
- 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
- 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
- four-meme-ai package and command set: https://www.npmjs.com/package/four-meme-ai
- Four.meme protocol integration: https://four-meme.gitbook.io/four.meme/brand/protocol-integration
- ERC-8004 draft specification: https://ercs.ethereum.org/ERCS/erc-8004
Weekly Installs
1
Repository
brief-onchain/skills-labFirst Seen
6 days ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1