---
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.1"
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
bash scripts/script.sh calculate 14
```

### interpret
Interpret an RSI value with trading signals.
```bash
bash scripts/script.sh interpret 72.5
```

### zones
Show RSI zone definitions and trading rules.
```bash
bash scripts/script.sh zones
```

### divergence
Explain RSI divergence patterns.
```bash
bash scripts/script.sh divergence
```

### strategies
Common RSI trading strategies.
```bash
bash scripts/script.sh strategies
```

### help
Show all commands.
```bash
bash scripts/script.sh help
```

## Output
- RSI values with zone classification
- Trading signals (buy/sell/hold)
- Divergence pattern descriptions

## Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
