스킬 opentrons-integration
🧪

opentrons-integration

안전 ⚙️ 외부 명령어

Opentrons 로봇으로 실험실 워크플로우 자동화

또한 다음에서 사용할 수 있습니다: davila7

실험실 자동화 프로토콜 작성에는 로봇 공학 API와 액체 처리 절차에 대한 전문 지식이 필요합니다. 이 스킬은 Opentrons 액체 처리 로봇을 제어하는 프로토콜 생성을 위한 바로 사용 가능한 템플릿과 포괄적인 가이드를 제공합니다.

지원: Claude Codex Code(CC)
🥉 75 브론즈
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"opentrons-integration" 사용 중입니다. Create a protocol for plating bacterial cultures from a 12-well reservoir to a 96-well plate

예상 결과:

  • Generated complete Opentrons protocol with:
  • - P300 single-channel pipette on left mount
  • - 12-well reservoir in deck slot D2
  • - 96-well plate in slot D3
  • - 200µL tip rack in slot D1
  • - 50µL transfer from each reservoir well to plate columns
  • - Automatic tip changes between samples

"opentrons-integration" 사용 중입니다. Write a protocol for ELISA sample preparation across 8 rows

예상 결과:

  • Created ELISA prep protocol:
  • - Loaded 8 tip racks and 2 reagent reservoirs
  • - P300 multi-channel pipette for row-wise operations
  • - Added 100µL coating antibody to all 96 wells
  • - Performed 3 wash steps between incubations
  • - Included 5-minute incubation delays

보안 감사

안전
v4 • 1/17/2026

All 360 static findings are false positives. The analyzer misinterpreted markdown backticks as shell commands, API version strings as weak crypto, and lab equipment terms as reconnaissance. This is a legitimate lab automation skill containing Opentrons protocol templates for liquid handling robots.

6
스캔된 파일
1,486
분석된 줄 수
1
발견 사항
4
총 감사 수

위험 요인

⚙️ 외부 명령어 (1)
감사자: claude 감사 이력 보기 →

품질 점수

64
아키텍처
100
유지보수성
85
콘텐츠
21
커뮤니티
100
보안
87
사양 준수

만들 수 있는 것

PCR 설정 자동화

마스터 믹스 분배 및 열순환기 프로그래밍을 포함한 PCR 반응 설정용 프로토콜 작성

시리얼 딜류션 수행

어세이 개발을 위한 96-well 플레이트 전체에 정확한 시리얼 딜류션 프로토콜 생성

다중 모듈 제어

복잡한 워크플로우에서 온도, 자석, 히터-셰이커 모듈 통합

이 프롬프트를 사용해 보세요

기본 프로토콜 구조
Write an Opentrons protocol that transfers 100µL from well A1 to B1 using a P300 pipette
PCR 설정 워크플로우
Create a protocol for setting up 24 PCR reactions with master mix and DNA samples using the thermocycler
시리얼 딜류션 시리즈
Write a protocol for 1:2 serial dilutions across a 96-well plate row, starting with 200µL stock
다중 모듈 통합
Create a protocol using temperature module for sample incubation at 37°C followed by magnetic bead separation

모범 사례

  • 실제 하드웨어에서 실행하기 전에 항상 프로토콜을 시뮬레이션하세요
  • 트러블슈팅을 단순화하기 위해 랩웨어에 의미 있는 레이블을 사용하세요
  • 복잡한 단계 및 타이밍 요구사항에 대해 프로토콜 주석을 포함하세요

피하기

  • 웹 레퍼런스 대신 절대 위치 하드코딩
  • 동일한 프로토콜 내에서 서로 다른 API 수준 혼합
  • 긴 프로토콜에서 팁 소모량 고려 누락

자주 묻는 질문

OT-2와 Flex의 차이점은 무엇입니까?
Flex는 확장된 데크 용량과 다른 피펫트 명명 규칙이 있는 최신 모델입니다. requirements에서 robotType을 사용하여 지정하세요.
점성 액체를 어떻게 처리합니까?
pipette.flow_rate.aspirate 및 dispense로 유량 조정하고, 점성이 있는 샘플의 정확한 전송을 위해 더 느린 속도를 사용하세요.
사용자 정의 랩웨어를 사용할 수 있습니까?
네, Opentrons Labware Creator 도구에서 생성된 JSON 랩웨어 정의와 함께 load_labware_from_definition을 사용하세요.
수동 단계에 대해 어떻게 일시 중지합니까?
protocol.pause와 메시지를 함께 사용하여 실행을 일시 중지한 후 사용자가 재개하도록 하거나, timed waits에는 protocol.delay를 사용하세요.
최신 API 버전은 무엇입니까?
2024년 기준 현재 API Level 2.19입니다. 프로토콜 메타데이터에서 항상 최신 안정 버전을 지정하세요.
팁 사용을 어떻게 최적화합니까?
동일한 소스에서 여러 번 전송하려면 new_tip='once'를 사용하고, 프로토콜 내에서 팁을 재사용하려면 return_tip을 사용하세요.