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. Built by the creator of $SHEP — a real Solana token founder who needed this and built it. Use when: (1) you launched a Solana token and want passive monitoring, (2) you want alerts on any Solana token, (3) you want instant token status reports. Alerts print to stdout (readable by the OpenClaw agent) and optionally deliver directly via Telegram Bot API if you configure a bot token and chat ID.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "solana-token-monitor" with this command: npx skills add shepdogpack/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 <CONTRACT_ADDRESS> <SYMBOL>

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 <CONTRACT_ADDRESS> <SYMBOL> --telegram-token <BOT_TOKEN> --chat-id <CHAT_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 <CONTRACT_ADDRESS> <SYMBOL>

# Get a status report
python3 monitor.py report <SYMBOL>

# Check for alerts (run during heartbeat)
python3 monitor.py check <SYMBOL>

# 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Openpump Solana Mcp

Solana token launch and trading tools via the OpenPump MCP server. Creates tokens on pump.fun, buys and sells tokens, runs market-making bots, snipes new tok...

Registry SourceRecently Updated
3930Profile unavailable
Web3

Chainstream Defi

[FINANCIAL EXECUTION] Execute irreversible on-chain DeFi operations via CLI and MCP tools. Use when user wants to swap tokens, create tokens on launchpad, si...

Registry SourceRecently Updated
4110Profile unavailable
Web3

OP0 Altar

Create and manage self-rewarding meme coins on Solana via the OP0 Altar protocol. Deploy pump.fun tokens where holders automatically receive rewards in 129 p...

Registry SourceRecently Updated
2640Profile unavailable
Web3

wallet-pnl

Analyze any Solana wallet's trading history: win rate, realized PnL, trader type, and copy-trade rating. Use when the user wants to check if a wallet is wort...

Registry SourceRecently Updated
3140Profile unavailable