freezer-sample-locator
Track and retrieve sample locations in -80°C freezers with hierarchical storage organization. Trigger conditions: - User needs to record sample storage positions (freezer ID, level, rack, box, grid position) - User requests to search samples by name, project, date, or location - User requires sample inventory management and export functionality Input: Sample metadata (name, project, quantity) and storage coordinates Output: Structured sample location records with search and export capabilities Success criteria: - Accurate position recording without conflicts - Fast search and retrieval (<1 second for 1000+ samples) - Data integrity maintained across operations - Export in multiple formats (JSON, CSV) Risk level: MEDIUM (Script execution with file system access) Technical difficulty: INTERMEDIATE Version: v1.0 Owner: 研发部 Last updated: 2026-02-06
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/freezer-sample-locatorWhat This Skill Does
The freezer-sample-locator is an essential tool for biobanking and laboratory management, designed to digitize the physical organization of deep-freeze (-80°C) storage. It acts as a hierarchical database agent, tracking the exact location of biological samples across freezers, levels, racks, and box grids. By replacing manual, error-prone paper logs with structured JSON-based storage, it ensures that researchers can pinpoint any sample in seconds. The skill features robust conflict detection to prevent two samples from occupying the same grid position, and it supports bulk export for laboratory auditing and inventory reporting. It is designed for high-performance retrieval, maintaining sub-second query speeds even with thousands of entries.
Installation
To integrate this skill into your environment, execute the following command in your terminal or via the OpenClaw command interface:
clawhub install openclaw/skills/skills/aipoch-ai/freezer-sample-locator
Ensure your local environment has write permissions in the directory where the data file will be stored.
Use Cases
- Inventory Management: Quickly audit the contents of a specific freezer during quarterly lab cleanouts.
- Search and Recovery: Locate a specific patient sample by project code or name without opening freezer doors unnecessarily, saving energy and preserving sample integrity.
- Compliance & Reporting: Generate CSV export reports of all stored samples for Institutional Biosafety Committee (IBC) or quality control audits.
- Project Tracking: Manage multi-year research projects by segregating samples by project identifiers while maintaining a unified search index.
Example Prompts
- "OpenClaw, find all samples associated with project 'Oncology-A' located in freezer F01 and export them to a CSV file."
- "Record a new sample in freezer F02, level 3, rack B, box 05, position C4 for the 'CRISPR-Study' project."
- "Show me an inventory list of all samples currently in freezer F03 to check for available space."
Tips & Limitations
- Data Integrity: Always use the 'list' command to verify free space before adding new samples to avoid accidental overwrites.
- Backup: Since data is stored in JSON format, consider setting up a periodic backup task for your local inventory directory to prevent data loss.
- Performance: While the system is optimized for speed, maintain consistency in naming conventions (e.g., always use 'F01' instead of 'Freezer 1') to ensure accurate fuzzy searching.
- Limitations: This skill operates on local file systems; ensure regular synchronization if the repository is shared across multiple lab workstations.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-freezer-sample-locator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
clinical-data-cleaner
Use when cleaning clinical trial data, preparing data for FDA/EMA submission, standardizing SDTM datasets, handling missing values in clinical studies, detecting outliers in lab results, or converting raw CRF data to CDISC format. Cleans and standardizes clinical trial data for regulatory compliance with audit trails.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.