← Back to Skills Marketplace
909
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install r
Description
Avoid common R mistakes — vectorization traps, NA propagation, factor surprises, and indexing gotchas.
Usage Guidance
This skill is essentially a static R tipsheet and appears safe to install. Two small things to consider before installing: (1) the metadata lists Rscript as a required binary even though the SKILL.md never tells the agent to run R — if you don't want the agent to ever execute R scripts, ensure your agent runtime prevents arbitrary binary execution or remove the Rscript requirement. (2) The skill has no listed homepage and an unknown source ID; if you require provenance, prefer skills with an identifiable author or project page. Otherwise, there are no unexplained credentials, downloads, or file accesses.
Capability Analysis
Type: OpenClaw Skill
Name: r
Version: 1.0.0
The skill bundle is benign. The `_meta.json` contains standard metadata. The `SKILL.md` provides educational content about common pitfalls in R programming, aligning with its stated purpose. It includes a `clawdbot` metadata entry requiring the `Rscript` binary, which is a legitimate dependency for an R-related skill. There are no instructions for the AI agent that suggest prompt injection, data exfiltration, malicious execution, or any other harmful behavior.
Capability Assessment
Purpose & Capability
The name/description (R pitfalls/tips) matches the SKILL.md content. The skill declares Rscript as a required binary, which is plausible for an R helper but unnecessary for a purely textual tips file — this is a minor mismatch but not dangerous.
Instruction Scope
The SKILL.md contains only guidance and examples about R usage (vectorization, NA handling, factors, indexing, etc.). It does not instruct the agent to read files, access environment variables, call external endpoints, or execute commands.
Install Mechanism
No install spec or code files are present; the skill is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables or credentials, which is proportionate for a documentation/tips skill.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (the platform default), which is normal for a helper skill and is not combined with broad privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install r - After installation, invoke the skill by name or use
/r - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is R?
Avoid common R mistakes — vectorization traps, NA propagation, factor surprises, and indexing gotchas. It is an AI Agent Skill for Claude Code / OpenClaw, with 909 downloads so far.
How do I install R?
Run "/install r" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is R free?
Yes, R is completely free (open-source). You can download, install and use it at no cost.
Which platforms does R support?
R is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created R?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills