Prism Alerts for Openclaw

A real-time Solana token monitoring tool for tracking Pump.fun launches and graduations within the Openclaw Skills ecosystem.

nextfrontierbuilds
v1.1.2
Feb 4, 2026
1
2.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install prism-alerts

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Prism Alerts?

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.

Prism Alerts Use Cases

  • Tracking new Pump.fun token launches as they happen on the Solana blockchain.
  • Monitoring bonding curve progress to identify tokens near Raydium graduation.
  • Receiving instant notifications for volume spikes to detect early-stage momentum.
  • Automating community alerts for Discord and Telegram trading groups.
  • Feeding real-time market data into AI agents using the Openclaw Skills framework.

How Prism Alerts Works

  1. The skill establishes a connection with the Strykr PRISM API to access real-time Solana bonding curve data.
  2. It polls dedicated endpoints for trending tokens, bonding progress, and DEX graduation events.
  3. User-defined filters are applied to process incoming data based on market cap, holder counts, and volume thresholds.
  4. Formatted alerts are generated and dispatched to the specified output channel, such as CLI, Telegram, or Discord.
  5. The tool utilizes deduplication and rate-limiting logic to ensure clean and actionable data delivery within Openclaw Skills workflows.

Prism Alerts Setup

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

Prism Alerts Data Schema & Taxonomy

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.

Prism Alerts Advanced Features

  • Real-time polling with sub-700ms latency via high-speed API endpoints.
  • Multi-platform integration support for Telegram and Discord webhook automation.
  • Customizable alert filters to reduce noise and focus on high-conviction trades.
  • Native compatibility with Openclaw Skills for building autonomous AI trading agents.
  • Robust error handling and polling best practices, including deduplication and cooldown management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*