← 返回 Skills 市场
bytesagain-lab

Rsi

作者 bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
214
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install rsi
功能描述
Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rsi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rsi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
元数据
Slug rsi
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Rsi 是什么?

Calculate RSI for any asset. Use when checking overbought/oversold conditions, spotting divergence signals, comparing multi-timeframe RSI, or setting trading... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 214 次。

如何安装 Rsi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rsi」即可一键安装,无需额外配置。

Rsi 是免费的吗?

是的,Rsi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rsi 支持哪些平台?

Rsi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rsi?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.1。

💬 留言讨论