LaunchKit · 2026
Back to Skills

rho-signals

Real-time crypto TA signals for BTC, ETH, SOL, XRP.

0
377 downloads
by @jamierossouw

Setup & Installation

openclaw skills install @jamierossouw/rho-signals

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install rho-signals

What This Skill Does

Fetches real-time technical analysis signals for BTC, ETH, SOL, and XRP using multi-indicator confluence (RSI, MACD, EMA, Bollinger Bands, OBV divergence, StochRSI, ATR). Each asset gets a directional score from -10 to +10. Includes Polymarket edge detection that compares TA-implied probability against live market odds.

Combines seven indicators into a single score with Polymarket edge detection, saving the manual work of reading each indicator separately and cross-referencing prediction market odds.

When to use it

  • Check BTC signal before entering a position
  • Scan all four assets for strongest directional bias
  • Detect hidden accumulation via OBV divergence on SOL
  • Find counter-consensus opportunities on Polymarket hourly markets
  • Get ETH RSI overbought alert before a scheduled trade

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Get full market scan with Polymarket edges

AGENT
  1. 1Calls rho-signals skill for full market scan
  2. 2Fetches 1h OHLCV candles for BTC, ETH, SOL, XRP from Binance
  3. 3Calculates RSI, MACD, EMA cross, Bollinger Bands, OBV divergence, StochRSI, and ATR for each asset
  4. 4Computes directional score per asset and compares TA-implied probability against live Polymarket odds
  5. 5Flags any asset where TA contradicts market consensus by more than 70%
OUTPUT

Directional scores for all four assets with Polymarket edge values and counter-consensus alerts where applicable