HomeBrowseUpload
← Back to registry
// Skill profile

RSI — Relative Strength Index Calculator

name: "RSI — Relative Strength Index Calculator"

by bytesagain1 · published 2026-04-01

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:bytesagain1/bytesagain1-rsi
View on GitHub
// Full documentation

---

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

Output

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

    https://bytesagain.com/feedback/

    Powered by BytesAgain | bytesagain.com

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band