Overview
- Skill Key
- hanguang254/token-analyzer
- Author
- hanguang254
- Source Repo
- openclaw/skills
- Version
- 2.5.0
- Source Path
- skills/hanguang254/token-analyzer
- Latest Commit SHA
- 53e01bed0f8e56d1f234201aa0771ba4efb449ee
基于官方 GMGN API 的代币分析工具。通过合约地址查询代币在 SOL/BSC/Base 链上的准确市场数据、安全检测、KOL 分析、开发者分析和 AI 智能分析(叙事/筹码/老鼠仓/机器人)。支持自动识别链。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 token-analyzer 技能。 若已安装,则直接安装 token-analyzer 技能。
# Token Analyzer v2.5 - 基于官方 GMGN API + AI 智能分析
## 概述
此技能使用官方 GMGN API 接口获取代币的准确数据,支持 Solana (SOL)、Binance Smart Chain (BSC)、Base 链。
## 前置条件
### 方案 1:使用带插件的 Chrome(推荐)
此技能需要通过浏览器访问 GMGN API 以绕过 Cloudflare 防护。
#### 1. 停止 OpenClaw 自带浏览器
```bash
# 查看当前浏览器进程
ps aux | grep chrome
# 如果有 OpenClaw 自带的浏览器(端口 18800),建议停止
```
#### 2. 启动带插件的 Chrome(开放 CDP 端口 9222)
**安装 OpenClaw Browser Relay 插件:**
- Chrome 应用商店:https://chromewebstore.google.com/detail/openclaw-browser-relay/nglingapjinhecnfejdcpihlpneeadjp
- 或手动下载解压后加载
**启动 Chrome:**
```bash
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 可用:
```bash
curl -s http://127.0.0.1:9222/json/version
```
#### 3. 配置 OpenClaw 连接到远程 Chrome
编辑 `~/.openclaw/openclaw.json`:
```json
{
"browser": {
"defaultProfile": "myremote",
"attachOnly": true,
"profiles": {
"myremote": {
"cdpUrl": "http://127.0.0.1:9222",
"color": "#00AA00"
}
}
}
}
```
- `attachOnly: true` - OpenClaw 不启动浏览器,只连接已有的
- `cdpUrl` - 指向你的 Chrome CDP 端口
#### 4. 测试连接
```bash
openclaw browser --browser-profile myremote tabs
openclaw browser --browser-profile myremote open https://gmgn.ai
```
### 方案 2:使用 OpenClaw 自带浏览器
如果不需要插件,可以直接使用 OpenClaw 自带浏览器(但可能遇到 Cloudflare 拦截)。
## 核心改进
### v2.0 更新
- ✅ 使用官方 GMGN API 接口
- ✅ 修复数据不准确问题
- ✅...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.