π¦ ClawHubβ¦ BytesAgain
Rsi
by @bytesagain-lab
Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading...
TERMINAL
clawhub install rsiπ About This Skill
name: "RSI β Relative Strength Index Calculator" description: "Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading entry/exit alerts." version: "2.0.0" author: "BytesAgain" homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: ["rsi", "trading", "crypto", "stocks", "technical-analysis", "finance"]
RSI β Relative Strength Index Calculator
Calculate and interpret RSI for any crypto or stock asset. Identify overbought/oversold zones, divergence signals, and optimal entry/exit points.
Commands
calculate
Calculate RSI from price data.bash scripts/script.sh calculate 14
interpret
Interpret an RSI value with trading signals.bash scripts/script.sh interpret 72.5
zones
Show RSI zone definitions and trading rules.bash scripts/script.sh zones
divergence
Explain RSI divergence patterns.bash scripts/script.sh divergence
strategies
Common RSI trading strategies.bash scripts/script.sh strategies
help
Show all commands.bash scripts/script.sh help