experiment

Log experiments with parameters, results, and artifacts via Obsidian REST API.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/GiorgioRicciardiello/LabBrain --skill experiment-giorgioricciardiello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment
Source: https://github.com/GiorgioRicciardiello/LabBrain/tree/main/core/.claude/skills/experiment
Command: npx skills add https://github.com/GiorgioRicciardiello/LabBrain --skill experiment-giorgioricciardiello

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, obsidian-rest-api, chronicle-r, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies logging and analyzing experiments with parameters, results, and artifacts, facilitating structured knowledge management and reproducibility.

Core Features & Use Cases

  • Experiment Logging: Record experiments with parameters, results, and artifacts linked to hypotheses.
  • Parameter and Result Tracking: Capture all necessary information for reproducibility and analysis.
  • Hypothesis Linking: Link experiments to specific hypotheses for empirical validation.
  • Outcome Resolution: Set experiment outcomes and resolve linked hypotheses based on results.

Quick Start

Log a new experiment with the following command: /experiment create "Experiment Title" "Hypothesis Wiki-Link" "Objective" "Parameters" "Random Seed" "Tested Inversions" (optional)

Frequently Asked Questions about experiment

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

FAQPage Schema
How do I track experiment parameters and link them to hypotheses in Obsidian?

You can track experiment parameters and link them to hypotheses in Obsidian by logging structured notes with parameters, results, and artifacts, using Python scripts and the Obsidian REST API for vault management to ensure empirical validation.

What is the best way to automate scientific experiment logging for reproducibility?

Automating scientific experiment logging for reproducibility involves capturing parameters, random seeds, and artifacts linked to specific hypotheses. This structured approach validates outcomes and builds a searchable knowledge graph for empirical analysis.

Can I use Python scripts to manage empirical analysis workflows in an Obsidian vault?

Yes, you can use Python scripts to manage empirical analysis workflows in an Obsidian vault. The scripts automate note building and interact with the Obsidian REST API to handle structured experiment logging and vault management.

How do I resolve a hypothesis based on empirical experiment results?

To resolve a hypothesis based on empirical experiment results, you log the experiment outcome and link it directly to the tested hypothesis. This structured tracking updates the hypothesis status based on the captured empirical validation.

Do I need the Obsidian REST API to log experiments with parameters and random seeds?

Yes, the Obsidian REST API is required to log experiments with parameters and random seeds. It serves as the bridge for Python scripts to interact with the vault, automating the structured logging of artifacts and results.