Solana Token Monitor
/install solana-token-monitor
Solana Token Monitor
Monitor any Solana token 24/7. Built by a real Solana token founder.
Setup (2 minutes)
Basic setup (alerts delivered by OpenClaw agent)
python3 ~/.openclaw/workspace/skills/solana-token-monitor/monitor.py setup \x3CCONTRACT_ADDRESS> \x3CSYMBOL>
The agent reads alert output during heartbeats and notifies you through whatever channel you use (Telegram, Discord, etc.).
With direct Telegram bot delivery (optional)
If you have a Telegram bot token and chat ID, the script delivers alerts autonomously without agent involvement:
python3 ~/.openclaw/workspace/skills/solana-token-monitor/monitor.py setup \x3CCONTRACT_ADDRESS> \x3CSYMBOL> --telegram-token \x3CBOT_TOKEN> --chat-id \x3CCHAT_ID>
To get a Telegram bot token: message @BotFather on Telegram → /newbot. To get your chat ID: message @userinfobot on Telegram.
What It Monitors
- Price — alerts when price moves >5% in 1 hour
- Volume — alerts when 24h volume is 2x the previous period
- Liquidity — alerts when liquidity drops >20% (rug warning)
- Market cap milestones — notifies at $10K, $50K, $100K, $500K, $1M
- Buy/sell ratio — included in every status report
All thresholds are configurable in the saved config file.
Alert Levels
- 🔴 URGENT — liquidity drop >20%, price crash >15%
- 🟡 NOTABLE — price move >5%, volume spike, milestone hit
- ⚪ FYI — no issues, everything normal
Commands
# Set up monitoring for a token
python3 monitor.py setup \x3CCONTRACT_ADDRESS> \x3CSYMBOL>
# Get a status report
python3 monitor.py report \x3CSYMBOL>
# Check for alerts (run during heartbeat)
python3 monitor.py check \x3CSYMBOL>
# List all monitored tokens
python3 monitor.py list
How It Works
Uses the free DexScreener public API — no API key required:
https://api.dexscreener.com/tokens/v1/solana/{CONTRACT_ADDRESS}
The API returns live price, volume, liquidity, and transaction data for any token with an active liquidity pool on Solana DEXs.
Tokens without an active liquidity pool will return "no data" — this is correct behavior, not a bug.
Config File
After setup: ~/.openclaw/workspace/data/token-monitors/{SYMBOL}.json
All thresholds, milestones, and alert history are stored here and editable.
Daily Report Format
🐕 Solana Token Monitor — Status Report
────────────────────────────────────────
Token: $BONK
Chain: Solana
Price: $0.00000590
1h: ▲ 0.2%
24h: ▲ 7.9%
Market Cap: $524,405,127
Volume 24h: $16,814.00
Liquidity: $850,822.00
Txns 24h: 201 buys / 188 sells
Telegram: ✅
Contract: DezXAZ8z7PnrnRJjz3...
────────────────────────────────────────
Built by ShepDog 🐕 shepdogcoin.com
Built By
This skill was built by the creator of $SHEP — a real Solana meme coin founder who launched a token on Raydium and needed exactly this tool.
🐕 $SHEP — The Loyal Crypto Companion Website: https://shepdogcoin.com X: https://x.com/ShepDogCoin
Free to use. If this helps you, consider checking out $SHEP.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solana-token-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/solana-token-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Solana Token Monitor 是什么?
Monitor any Solana token 24/7 using DexScreener. Get alerts for price moves, whale activity, volume spikes, liquidity changes, and market cap milestones. Bui... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Solana Token Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-token-monitor」即可一键安装,无需额外配置。
Solana Token Monitor 是免费的吗?
是的,Solana Token Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solana Token Monitor 支持哪些平台?
Solana Token Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solana Token Monitor?
由 ShepDogPack(@shepdogpack)开发并维护,当前版本 v1.1.0。