数据与复现科研绘图与可视化K-Dense-AI/claude-scientific-skills数据与复现
OP

Opentrons Integration

维护者 K-Dense Inc. · 最近更新 2026年4月1日

Opentrons Integration:Opentrons是一个Python-based 实验室自动化 平台 ,用于 Flex 、 OT-2 robots。 撰写 Protocol API v2 protocols ,用于 liquid handling,control hardware modules (heater-shaker,thermocycler),manage labware,,用于 automated pipetting workflows。

Claude CodeOpenClawNanoClaw分析处理写作整理opentrons-integrationscientific-communicationintegrationlaboratory automation

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/opentrons-integration

维护者
K-Dense Inc.
许可
Unknown
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Opentrons是一个Python-based 实验室自动化 平台 ,用于 Flex 、 OT-2 robots. Write Protocol API v2 protocols ,用于 liquid handling,control hardware modules (heater-shaker,thermocycler),manage labware,,用于 automated pipetting workflows。
  • metadata = { 'protocolName':'My Protocol','author':'Name <[email protected]>','description':'Protocol description','apiLevel':'2.19' # Use latest available API version }。

原始文档

SKILL.md 摘录

When to Use This Skill

This skill should be used when:

  • Writing Opentrons Protocol API v2 protocols in Python
  • Automating liquid handling workflows on Flex or OT-2 robots
  • Controlling hardware modules (temperature, magnetic, heater-shaker, thermocycler)
  • Setting up labware configurations and deck layouts
  • Implementing complex pipetting operations (serial dilutions, plate replication, PCR setup)
  • Managing tip usage and optimizing protocol efficiency
  • Working with multi-channel pipettes for 96-well plate operations
  • Simulating and testing protocols before robot execution

1. Protocol Structure and Metadata

Every Opentrons protocol follows a standard structure:

from opentrons import protocol_api

## Requirements (optional)

requirements = {
    'robotType': 'Flex',  # or 'OT-2'
    'apiLevel': '2.19'
}

适用场景

  • Writing Opentrons Protocol API v2 protocols in Python。
  • Automating liquid handling workflows on Flex 或 OT-2 robots。
  • Controlling hardware modules (temperature,magnetic,heater-shaker,thermocycler)。
  • Setting up labware configurations 、 deck layouts。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
BG
数据与复现科研绘图与可视化

bgpt-paper-search

bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现科研绘图与可视化

bio-pathway-enrichment-visualization

bio-pathway-enrichment-visualization:可视化 enrichment results ,使用 enrichplot package functions。 Covers dotplot,barplot,cne…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-pathway-reactome

bio-pathway-reactome:Reactome pathway enrichment ,使用 ReactomePA package。 执行 over-representation analysis 、 GSEA ,支持 visu…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
CI
数据与复现科研绘图与可视化

Citation Management

Citation Management:管理 citations systematically throughout research 、 writing process。 This skill provides tools 、 strat…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看