crypto-sniper-oracle
Institutional-grade quantitative market oracle with Order Book Imbalance (OBI), VWAP analysis, automated reports, and Telegram alerts.
Why use this skill?
Use the crypto-sniper-oracle to gain institutional-grade market intelligence. Track OBI, VWAP, and liquidity trends with automated reports and Telegram alerts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/georges91560/crypto-sniper-oracleWhat This Skill Does
The crypto-sniper-oracle is a sophisticated quantitative market intelligence engine designed for OpenClaw agents. It serves as a non-custodial oracle, fetching real-time market data directly from the Binance API to perform deep technical analysis. By calculating Order Book Imbalance (OBI) and VWAP divergence, the skill identifies hidden liquidity trends and potential price breakouts before they become mainstream. It provides structured, human-readable insights that allow users to monitor market health, liquidity quality, and directional bias without needing to execute trades manually.
Installation
To integrate this skill, use the OpenClaw repository installer:
- Open your terminal or OpenClaw interface.
- Execute the install command:
clawhub install openclaw/skills/skills/georges91560/crypto-sniper-oracle. - If you require Telegram notifications, set your environment variables:
export TELEGRAM_BOT_TOKEN='your_token'andexport TELEGRAM_CHAT_ID='your_id'. - Ensure your environment allows for outbound API requests to public exchange endpoints.
Use Cases
This skill is ideal for quantitative traders, market researchers, and developers building autonomous monitoring systems. Common use cases include generating daily morning market briefings, setting up hourly anomaly alerts for specific trading pairs, or using the data to fuel other decision-making agent skills. It acts as a primary research layer, providing the raw signal needed for complex trading logic.
Example Prompts
- "Analyze BTCUSDT right now and tell me if the current Order Book Imbalance suggests a long or short bias."
- "Provide a full market summary for the top 5 pairs by volume, focusing on liquidity quality and VWAP divergence."
- "Set up a recurring alert for ETHUSDT whenever the OBI drops below -0.20, and send the notification to my Telegram channel."
Tips & Limitations
This skill is strictly for market analysis and data intelligence. It does not possess any permissions to execute trades or move funds, ensuring it cannot negatively impact your portfolio balance. For the most accurate liquidity readings, run the analysis during peak trading hours. Please note that while the tool analyzes order book data, it cannot predict "black swan" events or external market shocks. Always pair this intelligence with your own risk management strategies.
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-georges91560-crypto-sniper-oracle": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
anti-injection-skill
Advanced prompt injection defense with multi-layer protection, memory integrity, and tool security wrapper. OWASP LLM Top 10 2026 compliant.
polymarket-oracle
Multi-strategy arbitrage and trading bot for Polymarket prediction markets. Scans ALL markets (crypto, politics, sports, economics, entertainment) for parity arbitrage, logical arbitrage, tail-end trading, market making, and latency opportunities.
polymarket-optimizer
Automatic parameter optimizer for polymarket-executor. Reads performance_metrics.json every 6 hours, analyzes win rates and P&L per strategy, adjusts learned_config.json to improve future performance. Also builds paper trade metrics and assesses live trading readiness. Part of the Wesley Agent Ecosystem — mirrors crypto-executor-optimizer pattern.
security-sentinel
Detect prompt injection, jailbreak, role-hijack, and system extraction attempts. Applies multi-layer defense with semantic analysis and penalty scoring.
crypto-executor-optimizer
Autonomous optimizer skill for Wesley — reads Binance trading performance every 6 hours, analyzes win rate and strategy metrics, then safely tunes executor.py parameters (OBI thresholds, Kelly factor, strategy mix) via backup → modify → validate → restart.