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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install r-analyst - After installation, invoke the skill by name or use
/r-analyst - Provide required inputs per the skill's parameter spec and get structured output
What is R Analyst?
R-style statistical analysis powered by Python 3. Use when computing descriptive statistics, generating ASCII histograms, calculating correlation matrices, d... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install R Analyst?
Run "/install r-analyst" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is R Analyst free?
Yes, R Analyst is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does R Analyst support?
R Analyst is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created R Analyst?
It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.1.