four_meme_trade_playbook
Installation
SKILL.md
Four.Meme Trade Playbook
Usage
- Category: Ecosystem
- Mode: guide
- Version: 0.1.0
Input Example
{
"action": "buy",
"tokenAddress": "0x...",
"amountBnb": 0.25,
"maxSlippageBps": 150,
"maxLossBnb": 0.02,
"confirmation": "required"
}
Workflow
- Confirm token metadata and manager version:
npx fourmeme token-info <tokenAddress> - Generate quote before execution:
npx fourmeme quote-buy <tokenAddress> <amountOrFunds> npx fourmeme quote-sell <tokenAddress> <amountWei> - Validate quote against policy:
slippageBps <= maxSlippageBpsexpectedLoss <= maxLossBnb- liquidity and tax flags reviewed
- Ask for explicit order confirmation (
CONFIRM_BUYorCONFIRM_SELL). - Execute trade after confirmation:
npx fourmeme buy <tokenAddress> <amountOrFunds> ... npx fourmeme sell <tokenAddress> <amountWei> [minFundsWei] - Reconcile with recent events:
npx fourmeme events <fromBlock> [toBlock]
Guardrails
- Enforce quote-first; never jump directly to
buyorsell. - If TokenManager version is unsupported, stop and report.
- Require human confirmation for any non-read operation.
- Prefer partial-size execution when volatility is high.
Source Anchors
- four-meme-ai package + command surface: https://www.npmjs.com/package/four-meme-ai
- Four.meme protocol integration page: https://four-meme.gitbook.io/four.meme/brand/protocol-integration
Related skills
More from brief-onchain/skills-lab
funding_watch
Reads funding rate, annualized estimate, and mark-index basis from Binance Futures.
14bsc_rpc_fanout_check
Validates BSC RPC endpoints for health, latency, and block drift.
13top_movers
Ranks top symbols by 24h change or quote volume with optional liquidity filter.
9price_snapshot
Fetches spot last price and 24h change for one trading pair.
9open_interest_scan
Tracks futures open interest and taker flow changes for a symbol.
7kline_brief
Summarizes recent candles with trend percentage.
6