Rsi

v2.0.1

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

0· 210·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/rsi.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Rsi" (bytesagain-lab/rsi) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/rsi
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install rsi

ClawHub CLI

Package manager switcher

npx clawhub@latest install rsi
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided script and SKILL.md: the skill is a small RSI calculator/reference. The script provides calculation steps, zone definitions, divergence descriptions, and interprets a supplied RSI value. Minor inconsequential mismatch: SKILL.md lists version 2.0.0 while registry shows 2.0.1.
Instruction Scope
Runtime instructions simply run scripts/script.sh with commands (calculate, interpret, zones, divergence, strategies, help). The script does not read arbitrary files, network endpoints, or unrelated environment variables; interpret passes the RSI value into an ephemeral RSI_VAL env for a child python process. No scope creep observed.
Install Mechanism
No install specification is provided (instruction-only with an included shell script). Nothing is downloaded or written to disk by an installer; risk from install mechanism is low.
Credentials
The skill requests no credentials or config paths. The script invokes python3 (via an inline environment variable RSI_VAL) and uses bash — these binaries are assumed available but are not declared in required binaries. This is a minor documentation gap rather than a security concern; no secrets are requested or used.
Persistence & Privilege
always:false and the skill does not modify other skills or system configuration. It does not request persistent presence or elevated privileges.
Assessment
This skill is a small, local RSI reference/tool. Before installing or running: ensure your environment provides bash and python3 (the script calls python3 for interpret); understand that the calculate command prints a step-by-step example rather than parsing/uploading price data — you must supply values manually or extend the script to ingest data. There are no network calls or credential requests in the shipped files, so the risk is low; if you need automated RSI computation from live price feeds, review/modify the script carefully and avoid adding credentials or external downloads unless you trust the source.

Like a lobster shell, security has layers — review code before you run it.

latestvk97220cjterysnj080t3h4szbn83n1v8
210downloads
0stars
2versions
Updated 1w ago
v2.0.1
MIT-0

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

Loading comments...