← Back to Skills Marketplace
bytesagain-lab

Rsi

by bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
214
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install rsi
Description
Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: rsi Version: 2.0.1 The RSI skill bundle is a purely educational and utility tool for calculating and interpreting the Relative Strength Index. The bash script (scripts/script.sh) uses static text and a simple Python helper to provide trading signals based on user-provided values, with no evidence of network activity, data exfiltration, or malicious execution.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rsi
  3. After installation, invoke the skill by name or use /rsi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
Metadata
Slug rsi
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Rsi?

Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading... It is an AI Agent Skill for Claude Code / OpenClaw, with 214 downloads so far.

How do I install Rsi?

Run "/install rsi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rsi free?

Yes, Rsi is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rsi support?

Rsi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rsi?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.1.

💬 Comments