Agent skill

robot_protocol_step_generator

Converts natural language or PDF protocol text into executable step sequences for Opentrons or PyLabRobot. Parses protocol descriptions to extract pipette volumes, well positions, temperatures, incubation times, and transfer patterns; outputs Python code snippets or JSON instruction lists ready for robot execution or simulation.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill robot_protocol_step_generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/labclaw/robot_protocol_step_generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 144
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Robot Protocol Step Generator ## Overview `robot_protocol_step_generator` bridges human-written protocol documentation and robot-executable code. It ingests natural language descriptions ("Add 50 µL of primer to each well in column A") or PDF/Markdown protocol text, parses them with LLM or rule-based extraction to identify liquid handling parameters (volume, source, destination, well layout), temperature settings, incubation durations, and transfer patterns, and emits either Python code for Opentrons Protocol API or PyLabRobot, or a structured JSON instruction list that can be executed by a generic robot controller. The skill enables rapid protocol translation from SOPs, protocols.io entries, or manuscript Methods sections into runnable automation — reducing the gap between written procedures and automated execution in the LabOS anywhere-lab vision. ## When to Use This Skill Use this skill when any of the following conditions are present: - **Protocol-to-robot translation**: A researcher has a written protocol (PDF, Word, Markdown, protocols.io) and wants to run it on an Opentrons OT-2/Flex or PyLabRobot-compatible robot without manually writing Python. - **Natural language proto

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Protocol Text Ingestion & Parsing
  5. 2. Instruction Schema & Step Representation
  6. 3. Opentrons Python Code Generation
  7. 4. PyLabRobot Code Generation
  8. 5. Deck Layout Inference
  9. 6. Serial Dilution & Pattern Expansion
  10. Usage Examples
  11. Example 1 — Natural Language to Opentrons Python
  12. Example 2 — PDF Protocol to JSON Instruction List
  13. Example 3 — Serial Dilution Pattern
  14. Integration Notes
More from awesome-bio-agent-skills
All skills →
About this skill
What does the robot_protocol_step_generator skill do?

Converts natural language or PDF protocol text into executable step sequences for Opentrons or PyLabRobot. Parses protocol descriptions to extract pipette volumes, well positions, temperatures, incubation times, and transfer patterns; outputs Python code snippets or JSON instruction lists ready for robot execution or simulation.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill robot_protocol_step_generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 144 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going