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· 113·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments