ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

alpha

Binance Alpha new coin launch detector. Uses WebSocket to monitor !miniTicker@arr stream and detects new trading pairs immediately when they appear. Maintains known symbols set in memory and triggers alert for new symbols with valid opening price.

Why use this skill?

Monitor Binance for new cryptocurrency launches in real-time with the Alpha agent. Get instant alerts and track historical listing data using automated WebSocket monitoring.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tariqsumatri82/alpha-1-0-0
Or

What This Skill Does

The alpha skill is a specialized Binance market monitor designed to provide traders and developers with millisecond-level notifications for new coin listings. By establishing a persistent WebSocket connection to Binance's !miniTicker@arr stream, the agent tracks active trading pairs in real-time. When a previously unknown symbol appears in the feed, the agent cross-references this with the Binance REST API to verify that the coin has an active, valid opening price. This automated verification process ensures that users are alerted only to legitimately tradable assets, filtering out system noise and invalid data.

Installation

To install the alpha skill, ensure you have Python 3.7+ and the websocket-client library installed. Use the following command in your terminal:

clawhub install openclaw/skills/skills/tariqsumatri82/alpha-1-0-0

Once installed, you can initialize the monitoring process using python3 scripts/alpha.py monitor. The tool will automatically create a configuration directory at ~/.config/alpha/ to track known symbols and maintain an audit log of alerts, ensuring continuity even if the process is restarted.

Use Cases

  • Arbitrage Tracking: Catch new listings before they gain widespread attention on social media.
  • Portfolio Automation: Integrate with other trading bots to instantly react to fresh market entries.
  • Market Analysis: Maintain a clean, timestamped historical record of when major assets were added to the exchange for backtesting strategies.
  • Trend Discovery: Monitor market volatility immediately after a coin launch when price discovery is most active.

Example Prompts

  1. "OpenClaw, start monitoring the Binance market for any new coin launches and alert me as soon as a new ticker appears."
  2. "Show me the last 50 new coin listings that the alpha agent detected."
  3. "Check the current status of the alpha monitor to see how many symbols are in the known database and when the last alert occurred."

Tips & Limitations

  • Efficiency: The tool uses public WebSocket streams and requires no API keys, making it lightweight and anonymous.
  • Data Integrity: Always use the reset command if you have moved to a different machine or corrupted your known_symbols.json file to ensure the agent builds a fresh, accurate registry.
  • Limitations: The agent relies on the Binance Public API. If the exchange changes its rate limits or WebSocket protocols, ensure your local websocket-client library is up to date. While it is highly efficient, ensure your internet connection is stable to prevent gaps in monitoring coverage.

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tariqsumatri82-alpha-1-0-0": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#binance#trading#alerts#webhooks
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api