AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Four Meme

skill-draguris-dragonclaw-four-meme · by draguris

Create and trade meme tokens on Four.meme (BSC). Includes auto-snipe for new launches, buy/sell with quotes, token rankings, on-chain events, TaxToken queries, transfers, and EIP-8004 NFTs. Use when user asks about Four.meme, creating meme tokens on BSC, sniping new tokens, four.meme trading, or BSC meme launches.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-draguris-dragonclaw-four-meme

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-draguris-dragonclaw-four-meme)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Four Meme? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Four.meme — Token Creation, Trading & Auto-Snipe (BSC)

When to Use

  • User wants to create/launch a meme token on BSC
  • User wants to buy or sell tokens on Four.meme
  • User wants to auto-snipe new token launches
  • User asks about Four.meme rankings, hot tokens, or new launches
  • User wants token info, quotes, events, or tax config
  • User mentions Four.meme, four-meme, BSC meme token, token sniping

DragonClaw Exclusive: Auto-Snipe

DragonClaw can watch Four.meme for new token launches 24/7 and auto-buy tokens that match your criteria. This runs in the background — no commands needed after setup.

OpenClaw's four-meme plugin can only run commands when you ask. DragonClaw's sniper watches, evaluates, and acts on its own.

Start Auto-Snipe

When the user wants to enable sniping, configure and start:

{"tool": "four_meme_sniper", "action": "start", "config": {
  "buyAmountBnb": "0.01",
  "labels": ["Meme", "AI"],
  "excludeTaxToken": true,
  "maxConcurrent": 5,
  "notifyOnSnipe": true
}}

Stop Auto-Snipe

{"tool": "four_meme_sniper", "action": "stop"}

Check Sniper Status

{"tool": "four_meme_sniper", "action": "status"}

Update Sniper Config

{"tool": "four_meme_sniper", "action": "update", "config": {
  "buyAmountBnb": "0.05",
  "labels": ["Meme"]
}}

Sniper Config Options

| Option | Default | Description | |--------|---------|-------------| | buyAmountBnb | "0.01" | BNB to spend per new token | | labels | ["Meme", "AI"] | Only snipe tokens with these labels (empty = all) | | excludeTaxToken | true | Skip tokens with trading tax | | maxTaxRate | 0 | Max acceptable tax % (0 = no tax) | | maxConcurrent | 5 | Max snipes per hour | | cooldownMs | 5000 | Wait between snipes (ms) | | pollIntervalMs | 3000 | Block scanning interval (ms) | | notifyOnSnipe | true | Send chat notification on successful buy | | notifyOnSkip | false | Notify when skipping a token |

What the Sniper Does

  1. Polls BSC blocks for TokenCreate events on TokenManager2
  2. For each new token:
  • Checks if V2 (V1 not supported)
  • Checks if already graduated to DEX (skip)
  • Checks tax token status (skip if tax > maxTaxRate)
  • Gets buy quote from Helper3
  • Calculates slippage protection
  • Executes buyTokenAMAP on TokenManager2
  1. Sends notification to all connected chat platforms (DingTalk, Telegram, etc.)
  2. Respects rate limits (maxConcurrent per hour, cooldown between buys)

Example Conversations

用户: 帮我监控 Four.meme 新发币,只要 Meme 标签,每个买 0.02 BNB
龙爪: 已配置 Four.meme 自动狙击:

  平台: Four.meme (BSC)
  标签: Meme
  金额: 0.02 BNB / 每个新币
  排除税币: 是
  每小时上限: 5 个

  监控已启动。发现符合条件的新币会自动买入并通知你。
  说 "停止监控" 随时关闭。
用户: 狙击状态怎么样?
龙爪: Four.meme 狙击状态:

  状态: 运行中
  本小时已狙击: 2/5
  总计狙击: 7 个代币
  买入金额: 0.02 BNB/个
  最新区块: 48,234,567
用户: 停止 Four.meme 监控
龙爪: Four.meme 狙击已停止。共狙击 7 个代币。

Manual Trading

Get Token Info (on-chain)

{"tool": "four_meme", "action": "getTokenInfo", "params": {"tokenAddress": "TOKEN_ADDRESS"}}

Token List (hot, new, graduated)

{"tool": "four_meme", "action": "tokenList", "params": {"orderBy": "Hot", "pageSize": 10}}

Token Rankings

{"tool": "four_meme", "action": "tokenRankings", "params": {"orderBy": "Hot"}}

orderBy: Time (newest), ProgressDesc (bonding curve), TradingDesc (volume), Hot, Graduated

Token Detail

{"tool": "four_meme", "action": "tokenGet", "params": {"tokenAddress": "TOKEN_ADDRESS"}}

Buy Quote (estimate, no tx)

{"tool": "four_meme", "action": "quoteBuy", "params": {"tokenAddress": "TOKEN_ADDRESS", "fundsWei": "10000000000000000"}}

Sell Quote (estimate, no tx)

{"tool": "four_meme", "action": "quoteSell", "params": {"tokenAddress": "TOKEN_ADDRESS", "amountWei": "1000000000000000000"}}

Execute Buy (requires PRIVATE_KEY)

{"tool": "four_meme", "action": "buy", "params": {"tokenAddress": "TOKEN_ADDRESS", "fundsWei": "10000000000000000", "minAmountWei": "0"}}

Execute Sell (requires PRIVATE_KEY)

{"tool": "four_meme", "action": "sell", "params": {"tokenAddress": "TOKEN_ADDRESS", "amountWei": "1000000000000000000"}}

Get On-chain Events

{"tool": "four_meme", "action": "getEvents", "params": {"fromBlock": "48000000"}}

Tax Token Info

{"tool": "four_meme", "action": "getTaxInfo", "params": {"tokenAddress": "TOKEN_ADDRESS"}}

Send BNB

{"tool": "four_meme", "action": "sendBnb", "params": {"toAddress": "0x...", "amountWei": "100000000000000000"}}

Send ERC20

{"tool": "four_meme", "action": "sendErc20", "params": {"tokenAddress": "TOKEN_CONTRACT", "toAddress": "0x...", "amountWei": "1000000000000000000"}}

Check Balance

{"tool": "four_meme", "action": "getBalance", "params": {"tokenAddress": "TOKEN_ADDRESS"}}

Omit tokenAddress for BNB balance.

Display Guidelines

Token Info

TOKEN_NAME ($SYMBOL) — Four.meme BSC

版本: V2 | 进度: XX%
价格: X BNB
已筹集: X / X BNB
持有者: XX
毕业状态: 未毕业 / 已上 PancakeSwap

Rankings

Four.meme BSC 热门代币:

1. TOKEN ($SYM) — 进度 XX% — 24h量 XX BNB
2. TOKEN ($SYM) — 进度 XX% — 24h量 XX BNB

Snipe Notification

Four.meme 狙击成功

代币: TOKEN_NAME ($SYMBOL)
合约: 0xXXXX...
买入: 0.01 BNB
预估数量: XXXX
交易: https://bscscan.com/tx/0xXXXX...

Trade Confirmation

确认交易:
  操作: 买入 TOKEN_NAME
  金额: 0.05 BNB
  链: BSC
  
  请回复 CONFIRM 确认执行。

Safety Rules

  1. Present security notice on first use (protect private key, use small wallet, move funds after trading)
  2. Always confirm before manual trades (show token, amount, chain)
  3. Auto-snipe uses pre-approved config — no per-trade confirmation (that's the point)
  4. Only BSC. Only TokenManager V2.
  5. Never log or display private keys
  6. Warn about high-risk tokens (tax tokens, high dev holdings)

Cross-Skill Integration

  • Binance token-audit: Double-check Four.meme contracts before manual buys
  • Douyin/Xiaohongshu trends: Find meme narratives, check if tokens exist on Four.meme
  • GMGN: Compare Solana launches (GMGN) vs BSC launches (Four.meme)
  • Binance meme-rush: Pump.fun (Solana) vs Four.meme (BSC) side by side
  • Auto-snipe + Douyin: When a meme goes viral on Douyin, auto-check Four.meme for related tokens

Config (dragonclaw.yaml)

fourMeme:
  enabled: true
  sniper:
    enabled: false
    buyAmountBnb: "0.01"
    labels: ["Meme", "AI"]
    excludeTaxToken: true
    maxConcurrent: 5
    notifyOnSnipe: true

Reference

  • TokenManager2: 0x5c952063c7fc8610FFDB798152D69F0B9550762b
  • Helper3: 0xF251F83e40a78868FcfA3FA4599Dad6494E46034
  • Official docs: https://four-meme.gitbook.io/four.meme/brand/protocol-integration
  • GitHub: https://github.com/four-meme-community/four-meme-ai

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.