ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

arc-creator

Create and populate Annotated Research Contexts (ARCs) following the nfdi4plants ARC specification. Use when creating a new ARC, adding studies/assays/workflows/runs, annotating ISA metadata, organizing research data into ARC structure, or pushing ARCs to a DataHUB. Guides the user interactively through all required and optional metadata fields.

Why use this skill?

Automate the creation of FAIR-compliant Annotated Research Contexts (ARCs) with this interactive OpenClaw skill, streamlining metadata and ISA structure.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ingogiebel/arc-creator
Or

What This Skill Does

The arc-creator skill serves as an interactive assistant for researchers and data scientists working within the nfdi4plants ecosystem. It simplifies the complexity of creating Annotated Research Contexts (ARCs) by guiding the user through the ISA-based (Investigation-Study-Assay) metadata structure defined by the nfdi4plants consortium. The skill automates the creation of directory structures, manages metadata updates via the ARC Commander CLI, and ensures that research projects comply with FAIR (Findable, Accessible, Interoperable, Reusable) principles from the onset of data collection.

Installation

To install this skill, use the following command in your terminal: clawhub install openclaw/skills/skills/ingogiebel/arc-creator

Use Cases

  • Project Initiation: Rapidly scaffolding a new repository structure for a research project that adheres to institutional standards.
  • Metadata Management: Ensuring every study and assay has the required annotations, such as organism information, growth conditions, and measurement types, which are critical for future data discovery.
  • Workflow Documentation: Linking computational scripts and environment dependencies to raw and processed data, effectively bridging the gap between bench science and data analysis.
  • DataHUB Synchronization: Preparing local project directories for seamless deployment to the nfdi4plants DataHUB or other Git-based repositories.

Example Prompts

  1. "I need to start a new project for my proteomics experiment. Can you help me set up a new ARC?"
  2. "I've finished the study setup for my Arabidopsis plants. Let's move on to adding an RNA-Seq assay to the ARC."
  3. "Can you help me document the dependencies for my DESeq2 analysis workflow within my existing ARC?"

Tips & Limitations

  • Prerequisites: Ensure git, git-lfs, and the ARC Commander (arc) are pre-installed in your environment as the skill relies on these binaries for filesystem operations.
  • Interactive Flow: The skill uses a phased approach; do not attempt to batch inputs. Answer questions as they appear to ensure the directory structure remains valid.
  • Permissions: Since this skill writes files and directories to your local machine, ensure you have appropriate write permissions in the target directory (/home/uranus/arc-projects/ by default).
  • DataHUB Sync: Have your Personal Access Token ready before initiating a sync to avoid workflow interruptions.

Metadata

Stars2287
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ingogiebel-arc-creator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#nfdi4plants#research-data#metadata#fair-data#isa-model
Safety Score: 4/5

Flags: file-write, file-read, code-execution