ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

token-analyzer

基于官方 GMGN API 的代币分析工具。通过合约地址查询代币在 SOL/BSC/Base 链上的准确市场数据、安全检测、KOL 分析、开发者分析和 AI 智能分析(叙事/筹码/老鼠仓/机器人)。支持自动识别链。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hanguang254/token-analyzer
Or

Token Analyzer v2.5 - 基于官方 GMGN API + AI 智能分析

概述

此技能使用官方 GMGN API 接口获取代币的准确数据,支持 Solana (SOL)、Binance Smart Chain (BSC)、Base 链。

前置条件

方案 1:使用带插件的 Chrome(推荐)

此技能需要通过浏览器访问 GMGN API 以绕过 Cloudflare 防护。

1. 停止 OpenClaw 自带浏览器

# 查看当前浏览器进程
ps aux | grep chrome

# 如果有 OpenClaw 自带的浏览器(端口 18800),建议停止

2. 启动带插件的 Chrome(开放 CDP 端口 9222)

安装 OpenClaw Browser Relay 插件:

启动 Chrome:

xvfb-run -a env -u DBUS_SESSION_BUS_ADDRESS -u DBUS_SYSTEM_BUS_ADDRESS \
  google-chrome \
  --remote-debugging-address=127.0.0.1 \
  --remote-debugging-port=9222 \
  --user-data-dir=/root/chrome-profile \
  --load-extension=/path/to/openclaw-browser-relay \
  --no-sandbox --disable-dev-shm-usage \
  --disable-gpu --use-gl=swiftshader \
  --disable-features=VizDisplayCompositor,DBus \
  --disable-vulkan \
  about:blank

注意:/path/to/openclaw-browser-relay 替换为实际的插件路径。

验证 CDP 可用:

curl -s http://127.0.0.1:9222/json/version

3. 配置 OpenClaw 连接到远程 Chrome

编辑 ~/.openclaw/openclaw.json

{
  "browser": {
    "defaultProfile": "myremote",
    "attachOnly": true,
    "profiles": {
      "myremote": {
        "cdpUrl": "http://127.0.0.1:9222",
        "color": "#00AA00"
      }
    }
  }
}
  • attachOnly: true - OpenClaw 不启动浏览器,只连接已有的
  • cdpUrl - 指向你的 Chrome CDP 端口

4. 测试连接

openclaw browser --browser-profile myremote tabs
openclaw browser --browser-profile myremote open https://gmgn.ai

方案 2:使用 OpenClaw 自带浏览器

如果不需要插件,可以直接使用 OpenClaw 自带浏览器(但可能遇到 Cloudflare 拦截)。

核心改进

v2.0 更新

  • ✅ 使用官方 GMGN API 接口
  • ✅ 修复数据不准确问题
  • ✅ 移除 Chrome DevTools 依赖
  • ✅ 更快的响应速度
  • ✅ 更准确的数据

核心功能

1. 多链支持

  • Solana (SOL)
  • Binance Smart Chain (BSC)
  • Base
  • 自动检测代币所属链

2. 数据来源

  • 使用官方 GMGN API
  • 实时市场数据
  • 安全检测信息
  • 持有者分析
  • KOL 持仓分析
  • 开发者历史分析

3. AI 评分系统

  • Early Score 评分 (1-10分)
  • Conviction 信心评分 (1-10分)
  • 考虑流动性、市值、持有者数量
  • 风险等级识别(🟢 Low / 🟡 Medium / 🔴 High)
  • Top10 持仓集中度分析

4. 安全检测

  • 蜜罐检测
  • 开源验证
  • 权限放弃检查
  • 税率分析
  • 持仓集中度

5. KOL 分析

  • 显示已上车的知名持有者
  • 包含 KOL 名称和排名
  • 统计 KOL 总数

6. 开发者分析 🆕

  • 开发者名称和推特账号
  • 历史发币总数
  • 本币盈亏情况
  • PNL 倍数
  • 历史成功项目(市值 > 1M 的代币)

使用方法

直接发送合约地址:

0x768f922312e223d9276d8c06d3226e35514e4444

指定链:

bsc 0x768f922312e223d9276d8c06d3226e35514e4444

输出示例

🔔 代币分析 | BSC

死对头 ($死对头) | BSC

CA: 0xe1c73aa0ac443f69aec9704d8b87209aa0a54444
| 指标 | 数值 |
| ---------- | ----------------- |
| 💰 价格 | $0.00012277094 |
| 📊 市值 | $122.8K |
| 💧 流动性 | $35.8K |
| ⚡ 5m | +11.41% |
| ⏱️ 1h | +167.01% |
| 📈 24h | +2729.54% |
| 👥 Holders | 677 |
| 📦 24h Vol | $652.1K (531% of MC) |

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hanguang254-token-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.