A real-time Solana token monitoring tool for tracking Pump.fun launches and graduations within the Openclaw Skills ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install prism-alerts
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install prism-alerts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Prism Alerts is a high-performance tracking utility designed for Solana traders and developers who require immediate data on Pump.fun market activity. By leveraging the Strykr PRISM API, it provides sub-second latency for bonding curve updates and DEX graduations, making it an essential addition to any Openclaw Skills collection. The tool enables users to stay ahead of the market by identifying high-potential memecoins the moment they launch or graduate to Raydium.
Built with an agentic workflow in mind, this skill serves as a data backbone for trading bots, community alert systems, and automated research agents. It bridges the gap between raw blockchain data and actionable trading signals, allowing developers to implement sophisticated Openclaw Skills that react to market volatility in real-time.
To integrate Prism Alerts into your environment, first configure the necessary environment variables:
export PRISM_URL=https://strykr-prism.up.railway.app
export TELEGRAM_BOT_TOKEN=your_bot_token
export TELEGRAM_CHANNEL_ID=your_channel_id
You can then run the watcher or check specific token statuses directly from the CLI:
# Watch for new tokens every 30 seconds
./alerts.sh watch
# Check current bonding tokens
./alerts.sh bonding
The skill utilizes a structured JSON configuration for filtering and organizes token data according to the following schema:
| Parameter | Description | Example |
|---|---|---|
minMarketCap |
Minimum market cap to trigger an alert | 5000 |
bondingProgress |
Percentage of bonding curve completed | 20 |
minHolders |
Minimum unique wallet holders required | 10 |
volumeSpike |
Percentage increase in volume to trigger alert | 200 |
Alerts include the token ticker, contract address (CA), market cap, and direct links to scanners or charts.
Loading
A specialized toolkit for optimizing npm packages, GitHub repositories, and AI agent skills to maximize search engine and agent discoverability.

A comprehensive security toolkit designed to harden AI agent gateways and protect sensitive API keys and conversation data.

A definitive guide and configuration set for AI agents to ensure human-in-the-loop validation, fail-fast protocols, and reliable execution.

A drop-in, real-time sentiment gauge for crypto dashboards and trading applications.

A high-performance security scanner for detecting rug pulls, honeypots, and holder concentration in crypto tokens.

A powerful CLI utility for rapidly generating standardized templates for AI agent skills and MCP servers.








































