A high-performance WebSocket monitor that detects and alerts you to new Binance trading pair listings the moment they go live.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install alpha
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 alpha using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Binance Alpha Explorer is a specialized monitoring tool designed for traders and developers who need to react instantly to new market listings. By leveraging the Binance !miniTicker@arr WebSocket stream, this skill identifies newly appearing trading pairs with millisecond latency, providing a competitive edge in the fast-moving cryptocurrency market.
The tool maintains a local state of known symbols and performs dual-verification via REST APIs to ensure that detected coins are active and have valid pricing data. It is a lightweight, efficient solution for those building automated trading workflows or alert systems within the Openclaw Skills ecosystem.
To get started with this Openclaw Skills compatible monitor, ensure you have Python 3.7+ installed and run the following commands:
# Install the required WebSocket client
pip3 install websocket-client --user
# Start the real-time monitor
python3 scripts/alpha.py monitor
The skill manages persistent data within the ~/.config/alpha/ directory to ensure state is maintained across restarts:
| File | Format | Description |
|---|---|---|
known_symbols.json |
JSON Set | A comprehensive list of all trading pairs currently recognized by the system. |
alerts_history.json |
JSON Array | A log of the last 100 detected listings, including price and volume data at the time of discovery. |
Data fields captured include:
Loading
A sophisticated framework for organizing your life as a knowledge graph of objects and links to drive AI-aligned decision making.

A comprehensive integration for the Clerk.io ecommerce personalization platform, enabling automated data management and workflow orchestration.

A browser-based automation skill that utilizes Playwright to generate high-resolution images via the Doubao Web interface.

An intelligent workflow that converts raw AI conversations and markdown files into structured, review-ready daily and weekly summaries within Obsidian.

A developer-focused CLI tool for managing WeChat Official Account drafts, including automated image uploads and article publishing.

A powerful cryptocurrency market monitoring and price alert tool built for developers using Openclaw Skills.








































