opentrons-integration

Automate Opentrons protocol development and execution for Flex and OT-2 robots.

15|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/rubensliv/k-dense-ai --skill opentrons-integration-rubensliv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opentrons-integration
Source: https://github.com/rubensliv/k-dense-ai/tree/main/scientific-skills/opentrons-integration
Command: npx skills add https://github.com/rubensliv/k-dense-ai --skill opentrons-integration-rubensliv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opentrons, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate Opentrons protocol development and execution for Flex/OT-2 robots, turning manual scripting into reusable, reliable automation workflows.

Core Features & Use Cases

  • Protocol scaffolding and templates for loading pipettes, labware, and hardware modules (temperature, magnetic, heater-shaker, thermocycler).
  • Example templates for common tasks such as basic transfers, serial dilutions, and PCR setup to accelerate protocol creation.
  • Documentation and references to the Opentrons Protocol API v2 to enable reproducible automation in research and education.

Quick Start

Load a tip rack and labware, then run a simple protocol that transfers 100 µL from reservoir A1 to plate well A1.

Frequently Asked Questions about opentrons-integration

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

FAQPage Schema
How do I automate Opentrons protocol development for Flex and OT-2 robots?

Automate Opentrons protocol development by using Python templates to load pipettes, labware, and hardware modules, turning manual scripting into reliable automation workflows for Flex and OT-2 robots.

Can I use the Opentrons Protocol API to control temperature, magnetic, and heater-shaker modules?

Yes, the Opentrons Protocol API supports module interaction for temperature, magnetic, heater-shaker, and thermocycler modules, enabling complex liquid-handling workflows and precise thermal control during automated pipetting.

Does this Opentrons integration support common lab automation tasks like serial dilutions and PCR setup?

Yes, this Opentrons integration provides example templates for common lab automation tasks including basic transfers, serial dilutions, and PCR setup to accelerate protocol creation and ensure reproducible automation.

Do I need Python to create Opentrons protocols for lab automation?

Yes, you need Python to create Opentrons protocols, as the Opentrons Protocol API v2 relies on Python to define liquid-handling workflows, load labware, and manage complex pipetting logic for research and education settings.

What is the best way to structure complex liquid-handling workflows in Opentrons protocols?

The best way to structure complex liquid-handling workflows is by using protocol scaffolding templates that manage liquid tracking, module interaction, and labware loading, ensuring reproducible automation across research labs.

Why does my Opentrons protocol fail to load labware and hardware modules correctly?

Opentrons protocols may fail to load labware and modules if the Protocol Context usage is incorrect; using provided reference documentation and templates ensures proper API v2 initialization and hardware module interaction.