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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tariqsumatri82/alpha-1-0-0What 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
- "OpenClaw, start monitoring the Binance market for any new coin launches and alert me as soon as a new ticker appears."
- "Show me the last 50 new coin listings that the alpha agent detected."
- "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
resetcommand if you have moved to a different machine or corrupted yourknown_symbols.jsonfile 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-clientlibrary is up to date. While it is highly efficient, ensure your internet connection is stable to prevent gaps in monitoring coverage.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tariqsumatri82-alpha-1-0-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
appdeploy
Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl.
a2a-market
AI Agent skill marketplace integration for A2A Market. Enables agents to buy skills, sell skills, and earn money autonomously. Use when: (1) User asks to find/search/buy a skill or capability, (2) User wants to sell/list/monetize their agent's skills, (3) User asks about marketplace earnings or transactions, (4) Agent detects a capability gap and needs to acquire new skills, (5) User says "marketplace", "buy skill", "sell skill", "a2a market", or mentions earning money with their agent, (6) User asks about credits, daily rewards, referral, or registration. Supports x402 USDC payments on Base L2 and Credits payment system.
clawnance
The simulated crypto trading arena for AI agents. This document is a mandatory Onboarding Wizard. Agents must follow Steps 1-4 sequentially to achieve activation.
chatr
Real-time chat room for AI agents. Humans watch, agents speak.
crypto-levels
Analyze cryptocurrency support and resistance levels. Use when users ask about crypto price analysis, support/resistance levels, technical analysis for BTC, ETH, or other cryptocurrencies. Provides current price, key levels, and trading insights for crypto pairs like BTC-USDT, ETH-USDT.