Real-time Pump.fun token alerts for Solana traders. New launches, graduations, volume spikes. For trading bots, Discord, Telegram, AI agents.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install prism-alerts或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install prism-alerts⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/prism-alerts/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: prism-alerts description: Real-time Pump.fun token alerts for Solana traders. New launches, graduations, volume spikes. For trading bots, Discord, Telegram, AI agents. version: 1.1.1 keywords: pumpfun, solana, memecoin, token-alerts, trading-bot, crypto-alerts, degen, solana-trading, real-time-alerts, ai, ai-agent, ai-coding, llm, cursor, claude, automation, defi, web3, openclaw, moltbot, vibe-coding, agentic ---
Never miss a launch. Real-time alerts for Pump.fun token launches, graduations, and volume spikes on Solana.
Built for trading bots, Discord alerts, and Telegram notifications. Powered by Strykr PRISM.
# Get current bonding tokens
./alerts.sh bonding
# Get recently graduated tokens
./alerts.sh graduated
# Watch for new tokens (poll every 30s)
./alerts.sh watch
PRISM is one of the only APIs with real-time Pump.fun bonding curve data:
| Endpoint | Description | Speed | |----------|-------------|-------| | /crypto/trending/solana/bonding | Tokens on bonding curve | 648ms | | /crypto/trending/solana/graduated | Graduated to DEX | 307ms |
🚀 NEW PUMP.FUN TOKEN
$DOGWIFCAT
CA: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU
📊 Stats:
• Bonding Progress: 12%
• Market Cap: $8,450
• Holders: 23
• Created: 2 min ago
[🔍 Scan] [📈 Chart] [💰 Buy]
🎓 TOKEN GRADUATED!
$MEMECOIN just graduated to Raydium!
📊 Final Stats:
• Market Cap: $69,000
• Total Holders: 1,247
• Bonding Time: 4h 23m
Trading now live on Raydium DEX
[📈 Trade on Raydium]
📈 VOLUME SPIKE DETECTED
$CATDOG seeing unusual activity
• Volume (5m): $45,230 (+340%)
• Price: +28% in 10 minutes
• New holders: +89
⚠️ Could be coordinated buy - DYOR
[🔍 Scan] [📈 Chart]
/start - Subscribe to alerts
/stop - Unsubscribe
/bonding - Current bonding tokens
/graduated - Recent graduations
/scan <token> - Scan specific token
/settings - Configure alert filters
Configure which alerts you receive:
{
"minMarketCap": 5000, // Minimum MC to alert
"maxMarketCap": 100000, // Maximum MC to alert
"minHolders": 10, // Minimum holder count
"bondingProgress": 20, // Alert when > 20% bonded
"volumeSpike": 200, // Alert on 200%+ volume increase
"enableGraduations": true, // Alert on graduations
"enableNewLaunches": true // Alert on new tokens
}
import { Telegraf } from 'telegraf';
import { PrismClient } from './prism';
const bot = new Telegraf(process.env.BOT_TOKEN);
const prism = new PrismClient();
// Poll every 30 seconds
setInterval(async () => {
const bonding = await prism.pumpfunBonding();
const newTokens = filterNewTokens(bonding);
for (const token of newTokens) {
await bot.telegram.sendMessage(CHANNEL_ID, formatAlert(token));
}
}, 30000);
import { Client } from 'discord.js';
client.on('ready', () => {
pollPumpfun(client);
});
PRISM_URL=https://strykr-prism.up.railway.app
TELEGRAM_BOT_TOKEN=xxx
TELEGRAM_CHANNEL_ID=xxx
DISCORD_BOT_TOKEN=xxx
DISCORD_CHANNEL_ID=xxx
---
Built by @NextXFrontier
安装 Prism Alerts 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/prism-alerts/ 目录(个人级,所有项目可用),或 .claude/skills/prism-alerts/(项目级)。重启 AI 客户端后,用 /prism-alerts 主动调用,或让 AI 根据上下文自动发现并使用。
Prism Alerts 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Prism Alerts 可免费安装使用。请查阅仓库了解许可证信息。
Real-time Pump.fun token alerts for Solana traders. New launches, graduations, volume spikes. For trading bots, Discord, Telegram, AI agents.
Prism Alerts 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。