ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

RSI — Relative Strength Index Calculator

Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading entry/exit alerts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/rsi
Or

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

Output

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

Feedback

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

Metadata

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-rsi": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#rsi#trading#crypto#stocks#technical-analysis#finance
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.