TopRank Skills

Home / Claw Skills / 搜索 / tugou-monitor
Official OpenClaw rules 36%

tugou-monitor

Read public Web2 trending news and hot-search feeds from 土狗气象台, then extend promising topics with Binance Web3 public data. Supports status checks, latest messages, group filtering, hot-search inspection, meme-priority review, Chinese-topic token mapping, token audit, wallet/address lookup, smart-money cross-check, and meme/topic market validation workflows for OpenClaw agents.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tugou-monitor 技能。 若已安装,则直接安装 tugou-monitor 技能。

Overview

Skill Key
crime1000x/tugou-monitor
Author
crime1000x
Source Repo
openclaw/skills
Version
-
Source Path
skills/crime1000x/tugou-monitor
Latest Commit SHA
bcd32866d4c8fb99a730ff3826f779cc3e851cb5

Extracted Content

SKILL.md excerpt

# 土狗气象台 Open Skill

读取土狗气象台公开热点 API,并在需要时联动 Binance Web3 的公开查询能力,把 Web2 热点补成可研判的链上题材。

这个 skill 的核心目标不是“自动找币”,而是:

- 先看热点和热搜
- 再提取关键词、人物、题材、梗词
- 再判断有没有链上映射
- 只有在出现明确 token / CA / 地址后,才继续做审计、聪明钱和持仓分析

默认公共入口:

- 土狗气象台:`https://tugoumeme.fun`
- Binance Web3:`https://web3.binance.com`

## 何时使用

当用户要做下面这些事时,用这个 skill:

- 看今天最值得关注的热点、热搜、重点消息
- 从 Web2 热点里找可能映射到链上的题材
- 检查某个 token / CA / 地址值不值得继续跟
- 判断某条热点是不是已经从 Web2 传播成链上交易话题
- 做 meme 币研究,尤其是中文区热点、中文梗和中文社区题材

## 能力矩阵

### 土狗气象台公开能力

- 系统状态:`GET /api/status`
- 消息列表:`GET /api/messages`
- 分组统计:`GET /api/channels/groups`
- 全平台热搜:`GET /api/hot-search/`
- 单平台热搜:`GET /api/hot-search/{source}`
- 热点搜索:`GET /api/hot-search/search`
- Meme 潜力榜:`GET /api/hot-search/ranking`

### Binance Web3 增强能力

- 关键词 / 题材 -> token 映射
- token search / meta / dynamic info
- token audit
- wallet holdings
- smart money
- social hype / unified rank
- meme rush / topic rush

## 土狗气象台 API

### 查看系统状态

```bash
curl -s "https://tugoumeme.fun/api/status"
```

### 获取最新消息

```bash
curl -s "https://tugoumeme.fun/api/messages?page=1&page_size=20"
```

### 按分组过滤

```bash
curl -s --get "https://tugoumeme.fun/api/messages" \
  --data-urlencode "group_name=微博监控" \
  --data-urlencode "page=1" \
  --data-urlencode "page_size=20"
```

### 获取重点消息

```bash
curl -s --get "https://tugoumeme.fun/api/messages" \
  --data-urlencode "is_meme=true" \
  --data-urlencode "page=1" \
  --data-urlencode "page_size=10"
```

### 获取分组统计

```bash
curl -s "https://tugoumeme.fun/api/channels/groups"
```

### 获取热搜

```bash
curl -s "https://tugoumeme.fun/api/hot-search/"
curl -s "https://tugoumeme.fun/api/hot-search/weibo"
curl -s "https://tugoumeme...

Related Claw Skills