← 返回 Skills 市场
Running R Analysis In Existing Projects
作者
JackKuo666
· GitHub ↗
· v0.1.0
573
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install running-r-analysis-in-existing-projects - 安装完成后,直接呼叫该 Skill 的名称或使用
/running-r-analysis-in-existing-projects触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 573 次。
如何安装 Running R Analysis In Existing Projects?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install running-r-analysis-in-existing-projects」即可一键安装,无需额外配置。
Running R Analysis In Existing Projects 是免费的吗?
是的,Running R Analysis In Existing Projects 完全免费(开源免费),可自由下载、安装和使用。
Running R Analysis In Existing Projects 支持哪些平台?
Running R Analysis In Existing Projects 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Running R Analysis In Existing Projects?
由 JackKuo666(@jackkuo666)开发并维护,当前版本 v0.1.0。
推荐 Skills