nature-experiment-log

Convert experiment images, voice notes, and text into structured Markdown logs with YAML frontmatter.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/Yjj0333/skills-manager-backup --skill nature-experiment-log-yjj0333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nature-experiment-log
Source: https://github.com/Yjj0333/skills-manager-backup/tree/main/nature-experiment-log
Command: npx skills add https://github.com/Yjj0333/skills-manager-backup --skill nature-experiment-log-yjj0333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Scattered experiment records—photos, voice memos, weighing notes, and chat messages—are hard to trace and reuse. This Skill organizes raw experimental materials into standardized, traceable lab logs with consistent IDs, YAML frontmatter, and archived attachments. ## Core Features & Use Cases - Structured Log Generation: Extracts samples, conditions, observations, anomalies, and next steps from images, audio transcripts, or text into a Markdown log with YAML frontmatter. - ID and Archive Management: Generates experiment IDs and sample batch IDs, archives raw attachments under dated folders, and links them from the log. - Optional Integrations: Works with plain local folders by default; optionally pulls materials from Feishu groups via CLI or writes into an Obsidian vault with Dataview index, anomaly log, and equipment tracking templates. - Use Case: Record "316L chloride-salt corrosion at 500°C for 300 h in Ar, mass loss 0.0032 g" and receive a complete standard log with missing fields flagged as AUTHOR_INPUT_NEEDED rather than invented. ## Quick Start Ask the agent to record an experiment by describing the sample, conditions, and results, or by uploading experiment photos and voice transcripts to turn into today's structured lab log.

Frequently Asked Questions about nature-experiment-log

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

FAQPage Schema
How do I turn experiment photos into a structured lab log?▼

Upload the photos directly in the session or provide a local folder path. The skill uses vision analysis and text parsing to extract samples, conditions, and observations, then generates a Markdown log with YAML frontmatter and an attachment index.

How to record experiments in Obsidian with YAML frontmatter?▼

Point the skill at your Obsidian vault as the output directory. It writes logs under the experiment-log folder with frontmatter fields like exp_id, date, and salt_system, and provides Dataview templates for an index dashboard, anomaly log, and equipment tracking.

Can I use this experiment logging without Obsidian or Feishu?▼

Yes, the core workflow outputs plain Markdown to any local folder and does not require Obsidian or Feishu. Those integrations are optional; Feishu CLI is only needed to pull group messages and attachments, and Obsidian only for vault features like Dataview.

Does the skill fill in missing experiment conditions automatically?▼

No, it never invents temperatures, durations, recipes, device models, or results. Missing or ambiguous fields are marked as AUTHOR_INPUT_NEEDED or raised as confirmation questions so the author supplies verified values.

What experiment ID format does the log use?▼

Experiment IDs follow the pattern system-code, device-code, date, and daily sequence, such as CL-M-260529-001. Sample batches use system-code, candidate number, and batch sequence, keeping the same batch ID across related experiments for tracking.