$npx -y skills add draguris/dragonclaw --skill douyinMonitor Douyin (TikTok China) hot search, trending videos, viral memes, livestream commerce, creator analytics, and trending music. DragonClaw exclusive — automatic pipeline that detects crypto-related viral trends, searches for matching tokens across Binance/Four.meme/GMGN/Aster
| 1 | # Douyin — Hot Search & Trend-to-Trade Pipeline |
| 2 | |
| 3 | ## When to Use |
| 4 | |
| 5 | - User asks about Douyin hot search or trending topics |
| 6 | - User wants to find crypto narratives from Chinese social media |
| 7 | - User wants to auto-trade based on viral Douyin memes |
| 8 | - User asks about Xiaohongshu + Douyin combined trend monitoring |
| 9 | - User mentions social media alpha, TikTok trading, or meme discovery |
| 10 | |
| 11 | ## DragonClaw Exclusive: Trend-to-Trade Pipeline |
| 12 | |
| 13 | This is the feature that doesn't exist anywhere else. |
| 14 | |
| 15 | Western agents can't access Douyin. OpenClaw's skills are passive — they wait for you to ask. DragonClaw's pipeline runs in the background, watching Chinese social media 24/7, and turns viral trends into trades automatically. |
| 16 | |
| 17 | ### How It Works |
| 18 | |
| 19 | 1. **Monitor**: Scans Douyin hot search + Xiaohongshu trending every 60 seconds |
| 20 | 2. **Filter**: Checks if the trend contains crypto signals (币, meme, pump, 暴涨, etc.) |
| 21 | 3. **Extract**: Pulls potential token tickers from the trend ($PEPE, DOGE币, etc.) |
| 22 | 4. **Search**: Looks for matching tokens across Binance, Four.meme, GMGN, and Aster simultaneously |
| 23 | 5. **Audit**: Runs safety check — honeypot detection, tax rate, dev holdings |
| 24 | 6. **Execute**: Auto-buys (if enabled) or sends alert to DingTalk/Feishu/Telegram |
| 25 | |
| 26 | ### Start Pipeline |
| 27 | |
| 28 | ```tool |
| 29 | {"tool": "douyin_pipeline", "action": "start", "config": { |
| 30 | "minViews": 5000000, |
| 31 | "autoTrade": false, |
| 32 | "platforms": ["binance", "fourmeme", "gmgn"], |
| 33 | "xiaohongshuEnabled": true, |
| 34 | "notifyOnTrend": true, |
| 35 | "notifyOnMatch": true |
| 36 | }} |
| 37 | ``` |
| 38 | |
| 39 | ### Stop Pipeline |
| 40 | |
| 41 | ```tool |
| 42 | {"tool": "douyin_pipeline", "action": "stop"} |
| 43 | ``` |
| 44 | |
| 45 | ### Enable Auto-Trade |
| 46 | |
| 47 | ```tool |
| 48 | {"tool": "douyin_pipeline", "action": "update", "config": { |
| 49 | "autoTrade": true, |
| 50 | "buyAmountBnb": "0.01", |
| 51 | "buyAmountUsdt": 10, |
| 52 | "maxTradesPerHour": 3 |
| 53 | }} |
| 54 | ``` |
| 55 | |
| 56 | ### Check Status |
| 57 | |
| 58 | ```tool |
| 59 | {"tool": "douyin_pipeline", "action": "status"} |
| 60 | ``` |
| 61 | |
| 62 | ### Pipeline Config |
| 63 | |
| 64 | | Option | Default | Description | |
| 65 | |--------|---------|-------------| |
| 66 | | minViews | 5,000,000 | Minimum views to trigger | |
| 67 | | minLikes | 100,000 | Minimum likes to trigger | |
| 68 | | autoTrade | false | false = alert only, true = auto-buy | |
| 69 | | buyAmountUsdt | 10 | USDT per trade (Binance) | |
| 70 | | buyAmountBnb | "0.01" | BNB per trade (Four.meme) | |
| 71 | | platforms | all | Where to search: binance, fourmeme, gmgn, aster | |
| 72 | | requireAudit | true | Must pass safety check before buy | |
| 73 | | maxTaxRate | 5 | Max tax % for Four.meme tokens | |
| 74 | | cooldownMs | 300000 | 5 min cooldown per keyword | |
| 75 | | maxTradesPerHour | 3 | Rate limit on auto-trades | |
| 76 | | xiaohongshuEnabled | true | Also monitor Xiaohongshu | |
| 77 | |
| 78 | ### Example Flow |
| 79 | |
| 80 | ``` |
| 81 | [抖音热搜] "brainrot挑战" — 1200万播放 |
| 82 | |
| 83 | 龙爪检测到加密信号: |
| 84 | 关键词: brainrot |
| 85 | 热度: 1200万 |
| 86 | 来源: 抖音 |
| 87 | |
| 88 | 搜索代币 $BRAINROT: |
| 89 | ✓ Four.meme: 找到 BRAINROT (BSC) — 0x1a2b... |
| 90 | ✓ GMGN-SOL: 找到 BRAINROT (Solana) — 9abc... |
| 91 | ✗ Binance: 未找到 |
| 92 | ✗ Aster: 未找到 |
| 93 | |
| 94 | 安全审计: |
| 95 | Four.meme: ✓ V2 | ✓ 无税 | ✓ 未毕业 |
| 96 | GMGN-SOL: ✓ 非蜜罐 | ✓ 买入税 0% | ✓ 卖出税 0% |
| 97 | |
| 98 | → 自动买入 0.01 BNB (Four.meme BSC) |
| 99 | → 交易哈希: 0xabc... |
| 100 | |
| 101 | 来源: 抖音热搜 → 代币搜索 → 安全审计 → 自动买入 |
| 102 | ``` |
| 103 | |
| 104 | ### Example Conversations |
| 105 | |
| 106 | ``` |
| 107 | 用户: 帮我监控抖音,有 meme 热搜就提醒我 |
| 108 | 龙爪: 已启动抖音趋势监控: |
| 109 | |
| 110 | 来源: 抖音 + 小红书 |
| 111 | 最低热度: 500万 |
| 112 | 自动交易: 关闭 (仅提醒) |
| 113 | 搜索平台: Binance, Four.meme, GMGN, Aster |
| 114 | |
| 115 | 发现加密相关热搜会自动搜索代币并通知你。 |
| 116 | 说 "开启自动交易" 可以自动买入。 |
| 117 | ``` |
| 118 | |
| 119 | ``` |
| 120 | 用户: 抖音上什么在火?有没有相关的币? |
| 121 | 龙爪: 当前抖音热搜 (加密相关): |
| 122 | |
| 123 | 1. "brainrot挑战" — 1200万播放 |
| 124 | → $BRAINROT 在 Four.meme 和 Solana 上找到 |
| 125 | → 审计通过: 无税、非蜜罐 |
| 126 | |
| 127 | 2. "AI画图翻车" — 890万播放 |
| 128 | → 未找到直接相关代币 |
| 129 | |
| 130 | 3. "dogwifhat二创" — 650万播放 |
| 131 | → $WIF 在 Binance 有交易对 |
| 132 | → 当前价格: $1.82 (+12.3% 24h) |
| 133 | ``` |
| 134 | |
| 135 | ## Manual Douyin Queries |
| 136 | |
| 137 | ### Hot Search |
| 138 | |
| 139 | ```tool |
| 140 | {"tool": "douyin", "action": "hotSearch"} |
| 141 | ``` |
| 142 | |
| 143 | ### Search Videos |
| 144 | |
| 145 | ```tool |
| 146 | {"tool": "douyin", "action": "searchVideo", "params": {"keyword": "PEPE币"}} |
| 147 | ``` |
| 148 | |
| 149 | ### Creator Analytics |
| 150 | |
| 151 | ```tool |
| 152 | {"tool": "douyin", "action": "creatorInfo", "params": {"userId": "USER_ID"}} |
| 153 | ``` |
| 154 | |
| 155 | ### Trending Music |
| 156 | |
| 157 | ```tool |
| 158 | {"tool": "douyin", "action": "trendingMusic"} |
| 159 | ``` |
| 160 | |
| 161 | ## Display Guidelines |
| 162 | |
| 163 | ### Trend Alert |
| 164 | ``` |
| 165 | 抖音热搜检测到加密信号 |
| 166 | |
| 167 | 关键词: brainrot挑战 |
| 168 | 热度: 1200万播放 |
| 169 | 来源: 抖音 |
| 170 | ``` |
| 171 | |
| 172 | ### Token Match |
| 173 | ``` |
| 174 | 抖音趋势 → 代币匹配 |
| 175 | |
| 176 | 趋势: brainrot挑战 (1200万热度) |
| 177 | 代币: $BRAINROT |
| 178 | 平台: Four.meme (BSC) |
| 179 | 价格: 0.00023 BNB |
| 180 | 合约: 0x1a2b3c... |
| 181 | |
| 182 | 发送 "买 BRAINROT" 手动交易 |
| 183 | ``` |
| 184 | |
| 185 | ## Safety Rules |
| 186 | |
| 187 | 1. Auto-trade is OFF by default — user must explicitly enable |
| 188 | 2. Always run token audit before any trade |
| 189 | 3. Rate limit: max 3 auto-trades per hour |
| 190 | 4. 5 minute cooldown per keyword to prevent duplicate trades |
| 191 | 5. Never trade tokens that fail audit (honeypot, high tax, V1) |
| 192 | 6. Always show trend source + audit result in notific |