$npx -y skills add draguris/dragonclaw --skill dragonlaunch-agentLaunch tokens on Solana via Meteora DBC, snipe graduations, score creators, detect rugs — all exclusively on DragonLaunch. Use when user asks to launch a token, check creator reputation, monitor graduations, check platform stats, or mentions DragonLaunch/发射台/发币/毕业狙击/创建者信用. All fe
| 1 | # DragonLaunch Agent — Platform-Native Intelligence |
| 2 | |
| 3 | Solana (Meteora DBC) + BSC (custom factory). Every DragonClaw agent is a power user on DragonLaunch. All platform fees → $DRAGONCLAW buyback & burn. |
| 4 | |
| 5 | ## Why This Only Works on DragonLaunch |
| 6 | |
| 7 | On Solana: We own the DBC config key. We read every pool directly via the SDK. No API, no scraping. |
| 8 | On BSC: We own the factory contract. Direct on-chain reads. |
| 9 | Four.meme, pump.fun, Raydium — none of them give you this. |
| 10 | |
| 11 | ## Features |
| 12 | |
| 13 | ### 1. Chat-to-Launch (Solana) |
| 14 | |
| 15 | ``` |
| 16 | 用户: 帮我在 Solana 上发一个币叫 DRAGONCAT |
| 17 | 龙爪: 代币发射成功 🚀 (Solana) |
| 18 | |
| 19 | 名称: DragonCat ($DCAT) |
| 20 | Mint: 7xK3...9mPq |
| 21 | 初始买入: 0.5 SOL |
| 22 | |
| 23 | Solscan: https://solscan.io/token/7xK3... |
| 24 | Jupiter: https://jup.ag/swap/SOL-7xK3... |
| 25 | |
| 26 | 手续费 → $DRAGONCLAW 回购销毁 |
| 27 | ``` |
| 28 | |
| 29 | How it works: |
| 30 | 1. Agent uploads metadata to Pinata IPFS |
| 31 | 2. Generates mint keypair |
| 32 | 3. Calls `client.pool.createPool()` with config key `A9jZY...` |
| 33 | 4. Signs with agent wallet + mint keypair |
| 34 | 5. Optional initial buy via `client.pool.swap()` |
| 35 | 6. Token immediately tradeable on Jupiter |
| 36 | |
| 37 | ### 2. Graduation Sniper (Solana) |
| 38 | |
| 39 | Monitors all pools created through our config key. When a pool's quote reserve approaches `migrationQuoteThreshold`, auto-buys before Meteora's migrator service moves it to DAMM. |
| 40 | |
| 41 | ``` |
| 42 | 毕业狙击成功 🎯 (Solana) |
| 43 | |
| 44 | Mint: 7xK3...9mPq |
| 45 | 进度: 92% |
| 46 | 买入: 0.1 SOL |
| 47 | |
| 48 | 毕业后迁移到 Meteora DAMM,价格通常上涨。 |
| 49 | 手续费 → $DRAGONCLAW |
| 50 | ``` |
| 51 | |
| 52 | ### 3. Creator Reputation Scoring |
| 53 | |
| 54 | On-chain tracking across both chains: |
| 55 | - +15 per graduation |
| 56 | - -30 per rug/dump |
| 57 | - -50 if flagged for dumping |
| 58 | - Persistent across all DragonClaw agents |
| 59 | |
| 60 | ``` |
| 61 | 用户: 这个创建者靠谱吗?7xK3... |
| 62 | 龙爪: 创建者信用报告 |
| 63 | |
| 64 | 地址: 7xK3...9mPq |
| 65 | 信用分: 78/100 🟢 |
| 66 | 风险: 低 |
| 67 | |
| 68 | 发射: 5 个 |
| 69 | 毕业: 3 (60%) |
| 70 | 跑路: 0 |
| 71 | ``` |
| 72 | |
| 73 | ### 4. Anti-Rug Intelligence |
| 74 | |
| 75 | Monitors creator token balances. If a creator dumps their allocation, permanent flag. All DragonClaw users get warned. |
| 76 | |
| 77 | ### 5. Platform Analytics |
| 78 | |
| 79 | ``` |
| 80 | 用户: DragonLaunch 怎么样? |
| 81 | 龙爪: DragonLaunch 平台报告 (Solana) |
| 82 | |
| 83 | 总发射: 42 |
| 84 | 已毕业: 6 |
| 85 | 活跃: 36 |
| 86 | 追踪创建者: 28 |
| 87 | 标记创建者: 1 |
| 88 | |
| 89 | 手续费 → $DRAGONCLAW 回购销毁 |
| 90 | ``` |
| 91 | |
| 92 | ## Config (dragonclaw.yaml) |
| 93 | |
| 94 | ```yaml |
| 95 | dragonLaunchAgent: |
| 96 | enabled: true |
| 97 | # Solana (primary) |
| 98 | solanaRpc: "https://mainnet.helius-rpc.com/?api-key=YOUR_KEY" |
| 99 | configKey: "A9jZYZgGcg7xKipkQPRVEZxfrvpWmwN9iivptC6fkSc2" |
| 100 | # BSC (secondary) |
| 101 | bscRpc: "https://data-seed-prebsc-1-s1.binance.org:8545" |
| 102 | bscFactory: "0x7C91c8C2e354Ad1983FdbFC0B3fe2e78Ff02c370" |
| 103 | # Sniper |
| 104 | sniperEnabled: false |
| 105 | sniperBuySol: "0.1" |
| 106 | sniperMaxPerHour: 3 |
| 107 | # Anti-rug |
| 108 | antiRugEnabled: true |
| 109 | ``` |
| 110 | |
| 111 | ## The Flywheel |
| 112 | |
| 113 | More DragonClaw agents → more launches on DragonLaunch → more fees → more $DRAGONCLAW buyback → higher token value → more users want DragonClaw. |