experiment-controller

Automate NeuroClaw experiment runs from IDEA/METHOD inputs to EXPERIMENT.md logging.

78|3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/CUHK-AIM-Group/NeuroClaw --skill experiment-controller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-controller
Source: https://github.com/CUHK-AIM-Group/NeuroClaw/tree/main/skills/experiment-controller
Command: npx skills add https://github.com/CUHK-AIM-Group/NeuroClaw --skill experiment-controller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NeuroClaw requires a robust, auditable workflow to run complex experiments starting from IDEA.md and METHOD.md, manage repository setup, execute experiments, and accumulate results into a single EXPERIMENT.md for reproducibility and publication-ready reporting.

Core Features & Use Cases

  • Literature/GitHub search to identify suitable experiment schemes and open-source implementations.
  • Scheme confirmation with user and automated git-based cloning, dependency installation, and environment setup.
  • Iterative experiment execution with logging of configurations, metrics, and observations to EXPERIMENT.md.
  • End-to-end reproducibility and audit trail suitable for papers and peer review.

Quick Start

Run a finalized METHOD.md-based experiment: confirm the scheme, clone the repo, install dependencies, execute training/ablation, and log results to EXPERIMENT.md.

Frequently Asked Questions about experiment-controller

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate reproducible experiment execution and logging from markdown inputs?

You can automate reproducible experiment execution by processing IDEA.md and METHOD.md inputs to clone repositories, install dependencies, run training, and incrementally log metrics to a final EXPERIMENT.md. This ensures an end-to-end auditable workflow for research publication.

How does automated git-based environment setup work for research workflows?

Automated git-based environment setup works by cloning repositories, applying dependency planners, and configuring the claw-shell execution environment. It verifies integrity and establishes checkpoints to ensure the research workflow is fully reproducible before execution begins.

Can I use this workflow for iterative ablation studies with incremental results logging?

Yes, you can use this workflow for iterative ablation studies. It supports executing multiple experiments and ablations while logging configurations, metrics, and observations incrementally to EXPERIMENT.md, maintaining per-run metadata for reproducibility.

What is the best way to create an audit trail suitable for peer review from experiment runs?

The best way to create a peer-review-ready audit trail is to use a workflow that logs per-run metadata, checkpoints, and integrity verification across all experiments. This accumulates results into a single EXPERIMENT.md for publication-ready reporting.

Does this experiment automation workflow require literature and GitHub search before execution?

Yes, the experiment automation workflow requires literature and GitHub search to identify suitable experiment schemes and open-source implementations. It confirms the scheme with the user before proceeding to repository setup and execution.

What are the limitations of using markdown files for experiment scheme confirmation?

Using markdown files for experiment scheme confirmation requires finalized IDEA.md and METHOD.md documents before execution. The workflow depends on these static inputs to drive automated environment setup, meaning incomplete markdown specifications will halt the research workflow.