# Send Creating R Research Projects to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "creating-r-research-projects",
    "name": "Creating R Research Projects",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/JackKuo666/creating-r-research-projects",
    "canonicalUrl": "https://clawhub.ai/JackKuo666/creating-r-research-projects",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/creating-r-research-projects",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creating-r-research-projects",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "examples/README.md",
      "examples/demo-analysis/data/raw/sample_data.csv"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "creating-r-research-projects",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:44:36.245Z",
      "expiresAt": "2026-05-06T15:44:36.245Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creating-r-research-projects",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=creating-r-research-projects",
        "contentDisposition": "attachment; filename=\"creating-r-research-projects-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "creating-r-research-projects"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/creating-r-research-projects"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/creating-r-research-projects",
    "downloadUrl": "https://openagent3.xyz/downloads/creating-r-research-projects",
    "agentUrl": "https://openagent3.xyz/skills/creating-r-research-projects/agent",
    "manifestUrl": "https://openagent3.xyz/skills/creating-r-research-projects/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/creating-r-research-projects/agent.md"
  }
}
```
## Documentation

### 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:

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



Set up environment

Initialize .Rproj (if using RStudio)
Create renv environment for reproducibility
Install required CRAN/Bioconductor packages



Generate analysis scripts

Data loading and cleaning
Statistical analysis or modeling
Visualization with ggplot2
Save outputs (CSV, plots, model summaries)



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

PurposeR PackagesData wranglingtidyverse, data.tableVisualizationggplot2, patchworkStatisticsstats, lme4, survivalBioinformaticsBioconductor packages (DESeq2, edgeR, limma)Reportingrmarkdown, quartoReproducibilityrenv

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: JackKuo666
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:44:36.245Z
- Expires at: 2026-05-06T15:44:36.245Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/creating-r-research-projects)
- [Send to Agent page](https://openagent3.xyz/skills/creating-r-research-projects/agent)
- [JSON manifest](https://openagent3.xyz/skills/creating-r-research-projects/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/creating-r-research-projects/agent.md)
- [Download page](https://openagent3.xyz/downloads/creating-r-research-projects)