R Analyst
/install r-analyst
r-analyst
Triggers on
r statistics, csv analysis, data correlation, missing values, ascii histogram, describe dataset, r summary, outlier detection, pearson correlation
What This Skill Does
Perform R-style data analysis on CSV files using Python 3. No R installation required.
Commands
stats
Compute descriptive statistics (R-style summary: Min/1st Qu/Median/Mean/3rd Qu/Max/SD).
bash scripts/script.sh stats \x3Cfile.csv> [column]
plot
Generate an ASCII histogram for a numeric column.
bash scripts/script.sh plot \x3Cfile.csv> [column] [bins]
correlate
Compute Pearson correlation matrix for all numeric columns.
bash scripts/script.sh correlate \x3Cfile.csv>
clean
Detect missing values and statistical outliers (3σ rule).
bash scripts/script.sh clean \x3Cfile.csv>
describe
Show dataset structure, column types, unique value counts, and sample values.
bash scripts/script.sh describe \x3Cfile.csv>
help
Show all available commands.
bash scripts/script.sh help
Requirements
- bash 4+
- python3 (standard library only — no R needed)
Powered by BytesAgain | bytesagain.com
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install r-analyst - 安装完成后,直接呼叫该 Skill 的名称或使用
/r-analyst触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
R Analyst 是什么?
R-style statistical analysis powered by Python 3. Use when computing descriptive statistics, generating ASCII histograms, calculating correlation matrices, d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 R Analyst?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install r-analyst」即可一键安装,无需额外配置。
R Analyst 是免费的吗?
是的,R Analyst 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
R Analyst 支持哪些平台?
R Analyst 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 R Analyst?
由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.1。