← 返回 Skills 市场
jackkuo666

Creating R Research Projects

作者 JackKuo666 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
492
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install creating-r-research-projects
功能描述
Set up a reproducible R research workspace, install required packages, run statistical or bioinformatics analysis, and generate publication-ready reports and...
使用说明 (SKILL.md)

Creating R Research Projects

This skill helps create and manage a complete R-based research analysis workflow. It is designed for scientific computing, statistical modeling, bioinformatics, and data visualization tasks.

Use this skill when the user wants to:

  • Analyze datasets using R
  • Perform statistical tests or modeling
  • Run bioinformatics or omics analysis in R
  • Generate plots, figures, or reports
  • Create a reproducible R project structure
  • Install and manage R package dependencies

What This Skill Does

When activated, this skill will:

  1. Create a structured R project

    • data/ for raw and processed data
    • scripts/ for analysis code
    • results/ for outputs
    • reports/ for R Markdown or Quarto reports
  2. Set up environment

    • Initialize .Rproj (if using RStudio)
    • Create renv environment for reproducibility
    • Install required CRAN/Bioconductor packages
  3. Generate analysis scripts

    • Data loading and cleaning
    • Statistical analysis or modeling
    • Visualization with ggplot2
    • Save outputs (CSV, plots, model summaries)
  4. Create a report

    • R Markdown / Quarto document
    • Includes methods, results, and figures
    • Render to HTML or PDF

Example User Requests That Should Trigger This Skill

  • "Use R to analyze this CSV and generate plots"
  • "Run differential expression analysis in R"
  • "Create a statistical report for this dataset"
  • "Build an R project for microbiome analysis"
  • "Fit a regression model in R and summarize results"

Example Workflow

User: Analyze this gene expression dataset and produce figures.

Skill actions:

  • Create project structure
  • Install tidyverse, DESeq2, ggplot2
  • Write analysis script
  • Generate PCA plot and volcano plot
  • Produce an HTML report

Tools & Packages Commonly Used

Purpose R Packages
Data wrangling tidyverse, data.table
Visualization ggplot2, patchwork
Statistics stats, lme4, survival
Bioinformatics Bioconductor packages (DESeq2, edgeR, limma)
Reporting rmarkdown, quarto
Reproducibility renv

Notes

  • Prefer reproducible workflows (renv, scripted analysis)
  • Avoid interactive-only steps unless requested
  • All outputs should be saved to files, not just printed to console
安全使用建议
This skill appears coherent, but follow these practical precautions before running generated scripts: 1) Review any generated R scripts and report templates before executing them. 2) Installing R/CRAN/Bioconductor packages requires network access and may compile/run code during installation—run in a controlled environment (container or isolated VM) if you are concerned. 3) Use renv::restore and run in a project-specific library to avoid touching system-wide packages. 4) If you will analyze sensitive or regulated data (clinical/genomic), ensure you comply with your data-handling policies and avoid uploading data to external services. 5) Ensure you have R (>=4.0), renv installed, and Quarto/TeX if you need PDF rendering. Overall the skill is instruction-only and requests no secrets, but always inspect generated code and run it in a safe environment.
功能分析
Type: OpenClaw Skill Name: creating-r-research-projects Version: 0.1.0 The skill bundle is designed to create and manage R research projects, including setting up project structures, installing R packages via `renv`, generating analysis scripts, and creating reports. All instructions in `SKILL.md` and `README.md` align with this stated purpose, guiding the agent to perform legitimate R-related tasks. There is no evidence of malicious intent such as data exfiltration, unauthorized remote execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function. The capabilities (file system access, network calls for package installation, R code execution) are necessary for the skill's intended functionality.
能力评估
Purpose & Capability
The name/description (create R research projects) matches the instructions and included files: creating project structure, using renv, installing R/bioconductor packages, generating reports and scripts. No unrelated services, binaries, or credentials are requested.
Instruction Scope
The SKILL.md stays within scope: it creates directories, writes templates/scripts, initializes renv, and suggests installing CRAN/Bioconductor packages and rendering reports. It does not instruct reading unrelated system files, exfiltrating data, or calling external endpoints beyond standard package repositories.
Install Mechanism
There is no install spec and no code files that would be downloaded or executed by an installer. The skill is instruction-only, so nothing is written to disk by an installer step.
Credentials
No environment variables, credentials, or config paths are requested. The use of renv and R package installation is appropriate for the stated purpose.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or requires persistent elevated privileges. It is user-invocable and does not request permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install creating-r-research-projects
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /creating-r-research-projects 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of "creating-r-research-projects" skill. - Automates setup of structured, reproducible R research projects. - Installs and manages required R package dependencies using `renv`. - Generates analysis scripts for data loading, cleaning, statistical analysis, and plotting. - Prepares publication-ready reports in R Markdown or Quarto, with figures and results. - Organizes data, scripts, results, and reports in dedicated project folders.
元数据
Slug creating-r-research-projects
版本 0.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Creating R Research Projects 是什么?

Set up a reproducible R research workspace, install required packages, run statistical or bioinformatics analysis, and generate publication-ready reports and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 492 次。

如何安装 Creating R Research Projects?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install creating-r-research-projects」即可一键安装,无需额外配置。

Creating R Research Projects 是免费的吗?

是的,Creating R Research Projects 完全免费(开源免费),可自由下载、安装和使用。

Creating R Research Projects 支持哪些平台?

Creating R Research Projects 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Creating R Research Projects?

由 JackKuo666(@jackkuo666)开发并维护,当前版本 v0.1.0。

💬 留言讨论