← Back to Skills Marketplace
jackkuo666

Running R Analysis In Existing Projects

by JackKuo666 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
573
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install running-r-analysis-in-existing-projects
Description
Work inside an existing R project to extend analyses, modify scripts, run statistical models, update visualizations, and regenerate reports.
Usage Guidance
This skill is coherent for extending and rerunning analyses in an R project, but it will read and modify your project files, execute R code, and may install R packages from CRAN/Bioconductor. Before installing/using it: back up the project or use version control, run the skill in an isolated environment if possible, review diffs of any code changes the skill proposes, and verify installed packages come from trusted repositories (use renv/lockfiles when available). Refuse or inspect any changes you don't expect (especially code that accesses external networks or secrets).
Capability Analysis
Type: OpenClaw Skill Name: running-r-analysis-in-existing-projects Version: 0.1.0 The skill is classified as suspicious due to its broad capabilities, which include modifying and executing arbitrary R scripts, installing R packages (implying network access), and rendering R Markdown/Quarto reports (implying shell execution). While these actions are plausibly needed for the stated purpose of R analysis, they represent significant high-risk behaviors and a potential attack surface for prompt injection or execution of malicious code present in a user's project. There is no evidence of intentional malicious behavior by the skill developer, but the inherent power granted to the agent makes it a vulnerability risk.
Capability Assessment
Purpose & Capability
The name/description (extend/debug R projects) matches the behavior described in SKILL.md and README: reading project files, adding models/plots, installing missing R packages, and re-rendering reports. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions explicitly operate on project files and standard R artifacts (.Rproj, .Rmd, .qmd, scripts, data/, results/, reports/). The skill will read and modify code and run R rendering commands (rmarkdown::render, quarto render), which is appropriate for the declared purpose. Note: executing user R code and installing packages are powerful actions but expected for this skill.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run. The README/SKILL.md indicate using install.packages() or BiocManager::install() when packages are missing — that is standard for R workflows and is not an installer downloading arbitrary executables.
Credentials
No environment variables, credentials, or config paths are requested. The only external access implied is network access to CRAN/Bioconductor to install R packages, which is proportional to the stated functionality.
Persistence & Privilege
The skill is not forced-always and does not request persistent system-wide privileges. It does write outputs into project folders (results/, reports/) as expected; this is scoped to the project and within the skill's purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install running-r-analysis-in-existing-projects
  3. After installation, invoke the skill by name or use /running-r-analysis-in-existing-projects
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the "running-r-analysis-in-existing-projects" skill. - Enables work within existing R projects to modify scripts, extend analyses, add models, update visualizations, and regenerate reports. - Detects and respects project structure, identifying key folders and files. - Supports debugging, including resolving missing packages and common R errors. - Focuses on incremental improvements without overwriting working components.
Metadata
Slug running-r-analysis-in-existing-projects
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Running R Analysis In Existing Projects?

Work inside an existing R project to extend analyses, modify scripts, run statistical models, update visualizations, and regenerate reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 573 downloads so far.

How do I install Running R Analysis In Existing Projects?

Run "/install running-r-analysis-in-existing-projects" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Running R Analysis In Existing Projects free?

Yes, Running R Analysis In Existing Projects is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Running R Analysis In Existing Projects support?

Running R Analysis In Existing Projects is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Running R Analysis In Existing Projects?

It is built and maintained by JackKuo666 (@jackkuo666); the current version is v0.1.0.

💬 Comments