Install
openclaw skills install tugou-monitorRead public Web2 trending news and hot-search feeds from 土狗气象台, then extend promising topics with Binance Web3 public data. Supports status checks, latest me...
openclaw skills install tugou-monitor读取土狗气象台公开热点 API,并在需要时联动 Binance Web3 的公开查询能力,把 Web2 热点补成可研判的链上题材。
这个 skill 的核心目标不是“自动找币”,而是:
默认公共入口:
https://tugoumeme.funhttps://web3.binance.com当用户要做下面这些事时,用这个 skill:
GET /api/statusGET /api/messagesGET /api/channels/groupsGET /api/hot-search/GET /api/hot-search/{source}GET /api/hot-search/searchGET /api/hot-search/rankingcurl -s "https://tugoumeme.fun/api/status"
curl -s "https://tugoumeme.fun/api/messages?page=1&page_size=20"
curl -s --get "https://tugoumeme.fun/api/messages" \
--data-urlencode "group_name=微博监控" \
--data-urlencode "page=1" \
--data-urlencode "page_size=20"
curl -s --get "https://tugoumeme.fun/api/messages" \
--data-urlencode "is_meme=true" \
--data-urlencode "page=1" \
--data-urlencode "page_size=10"
curl -s "https://tugoumeme.fun/api/channels/groups"
curl -s "https://tugoumeme.fun/api/hot-search/"
curl -s "https://tugoumeme.fun/api/hot-search/weibo"
curl -s "https://tugoumeme.fun/api/hot-search/douyin"
curl -s --get "https://tugoumeme.fun/api/hot-search/search" \
--data-urlencode "keyword=OpenAI" \
--data-urlencode "days=7" \
--data-urlencode "limit=10"
curl -s --get "https://tugoumeme.fun/api/hot-search/ranking" \
--data-urlencode "window_hours=24" \
--data-urlencode "limit=10"
默认不要假设 Web2 消息里会直接出现 CA。绝大多数情况下,先提取题材线索,再做链上映射。
优先提取:
$TRUMP优先从这些字段取词:
contentai_summaryai_tags默认去噪:
关键词分层:
$TOKEN默认只对高置信度和中置信度词做 Binance 查询。
很多热点、meme 币线索和社区讨论先出现的是中文词,而不是英文符号。中文题材默认优先保留中文原词,不要过早翻译。
以下情况优先走中文映射:
中文映射顺序:
不要做的事:
中文映射结果分层:
如果中文原词已经能锁定 token,就不要强行把结论改成英文。
如果热点、KOL 发文、社区讨论或用户输入里明确提到:
龙虾养龙虾龙虾热点并且用户明确给出 CA:
0xeccbb861c0dda7efd964010085488b69317e4444那么默认应把:
龙虾龙虾0xeccbb861c0dda7efd964010085488b69317e4444视为高置信度锚点,然后继续做:
这种情况不需要先从英文候选里反推主对象,应直接把中文题材 龙虾 作为主映射起点。
如果只有关键词,没有 CA,按这个顺序查:
token searchunified ranksocial hypememe rush / topic rushsmart moneyaudit如果是中文题材,先查:
映射结果分成四档:
不要强行下结论的情况:
这时应该写:
当热点明显偏梗、人物、抽象、争议、社区传播时,优先切换到 meme 模式。
常见触发信号:
is_meme=trueai_tags 或 ai_summary 中出现:梗、二创、抽象、整活、出圈、共鸣、争议不适合走 meme 模式:
Meme 查询链建议:
token searchsocial hypememe rush / topic rushunified ranksmart moneyaudit默认链优先级:
CT_501568453curl --location "https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search?keyword=pepe&chainIds=56,8453,CT_501&orderBy=volume24h" \
--header "Accept-Encoding: identity"
curl --location "https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/dex/market/token/meta/info?chainId=56&contractAddress=<CA>" \
--header "Accept-Encoding: identity"
curl --location "https://web3.binance.com/bapi/defi/v4/public/wallet-direct/buw/wallet/market/token/dynamic/info?chainId=56&contractAddress=<CA>" \
--header "Accept-Encoding: identity"
如果当前环境不能稳定生成唯一 requestId,可以跳过这步,并明确告诉用户未执行审计。
curl --location "https://web3.binance.com/bapi/defi/v1/public/wallet-direct/security/token/audit" \
--header "Content-Type: application/json" \
--header "source: agent" \
--header "Accept-Encoding: identity" \
--data '{
"binanceChainId": "56",
"contractAddress": "<CA>",
"requestId": "<UUID-V4>"
}'
curl --location "https://web3.binance.com/bapi/defi/v3/public/wallet-direct/buw/wallet/address/pnl/active-position-list?address=<ADDRESS>&chainId=56&offset=0" \
--header "clienttype: web" \
--header "clientversion: 1.2.0" \
--header "Accept-Encoding: identity"
curl --location "https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/web/signal/smart-money" \
--header "Content-Type: application/json" \
--header "Accept-Encoding: identity" \
--data '{"smartSignalType":"","page":1,"pageSize":50,"chainId":"56"}'
curl "https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/social/hype/rank/leaderboard?chainId=56&sentiment=All&socialLanguage=ALL&targetLanguage=zh&timeRange=1" \
-H "Accept-Encoding: identity"
curl -X POST "https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/unified/rank/list" \
-H "Content-Type: application/json" \
-H "Accept-Encoding: identity" \
-d '{"rankType":10,"chainId":"56","period":50,"sortBy":70,"orderAsc":false,"page":1,"size":20}'
curl -X POST "https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list" \
-H "Content-Type: application/json" \
-H "Accept-Encoding: identity" \
-d '{"chainId":"56","rankType":10,"limit":20}'
/api/messages?page=1&page_size=50is_meme=true 或 ai_confidence>=70requestId,再查 audithasResult != true 或 isSupported != true,不要输出安全 / 不安全的强结论。/api/* 是否在线。Accept-Encoding: identity。requestId 不合格或当前 token 不支持审计。brew install curl