Converts LabArchives notebook data, entry metadata, and authorized ELN exports into manuscript-ready academic writing outputs such as Methods sections, data-availability statements, reproducibility appendices, experiment timelines, and submission support notes. Optional bundled scripts can be used to collect or validate source notebook data before writing.
This skill is an Academic Writing workflow built around LabArchives evidence. Its goal is not just API access, but turning authorized ELN material into manuscript-ready writing deliverables.
When to Use
The user has LabArchives notebook content and needs a Methods draft grounded in recorded procedures.
The user needs a data availability statement, reproducibility appendix, experiment timeline, or submission support summary based on ELN records.
The user wants to gather authorized notebook data first, then convert it into academic writing outputs.
The user needs a deterministic evidence-to-writing workflow instead of freeform summarization.
When Not to Use
The user asks for unauthorized access to notebooks or other users' data.
The user wants clinical recommendations, diagnosis, or treatment language.
Related Skills
The user asks you to fabricate notebook records, timestamps, protocol details, or compliance statements that are not present in the source.
The user has no authorized export, no notebook metadata, and no textual record to ground the writing output.
Primary Writing Outputs
This skill supports these deliverables:
Methods Draft
Based on notebook entries, protocols, instrument logs, and sample-processing notes
Data Availability Statement
Based on notebook identifiers, repository links, export status, and sharing constraints
Reproducibility Appendix
Based on protocol versions, software environments, parameter logs, and file provenance
Experiment Timeline Summary
Based on dated entries, milestones, and decision points
Submission Support Note
Based on notebook scope, audit trail, and documentation completeness
Authorized Input Sources
Use one or more of:
exported notebook text or JSON
manually pasted LabArchives entry content
protocol summaries
experiment metadata tables
authorized backup output from bundled scripts
Optional collection step:
scripts/setup_config.py
scripts/notebook_operations.py
scripts/entry_operations.py
Writing Output Contract
Output A: Methods Draft
Must include:
study material or sample context
experimental workflow in chronological order
instrument / assay / software mentions if present in source
quality-control or versioning note if present in source
no invented parameter values
Output B: Data Availability Statement
Must include:
what data are available
where they are stored or how they can be requested
any access restrictions
relationship to LabArchives or downstream repository
Output C: Reproducibility Appendix
Must include:
protocol version references
software or pipeline identifiers if present
provenance or notebook traceability note
missing-record warning if the audit trail is incomplete
Output D: Experiment Timeline Summary
Must include:
dated milestone order
major protocol transitions
validation / repeat / deviation points if documented
Workflow
1. Validate authorization and source sufficiency
Confirm:
the requester has authorized access to the notebook data
the source contains enough grounded information for the requested writing output
If not, stop and use the refusal template in ## Refusal and Recovery Contract.
2. Choose the acquisition path
Use direct source text if already available. Prefer this path for speed.
If data must be collected first, use one of the bundled scripts: