benchling-integration

Automate Benchling R&D platform tasks via its Python SDK and REST API.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill benchling-integration-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchling-integration
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/benchling-integration
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill benchling-integration-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires benchling-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates and integrates with the Benchling R&D platform, reducing manual data entry and improving lab data management efficiency.

Core Features & Use Cases

  • Registry Management: Programmatically create, update, and query DNA, RNA, and AA sequences, as well as custom entities and mixtures.
  • Inventory Automation: Automate sample tracking, container management, and transfers.
  • Workflow & ELN Integration: Streamline lab workflows and manage electronic lab notebook entries.
  • Use Case: Automatically register newly synthesized DNA constructs in Benchling, update their inventory status, and link them to relevant ELN entries, all through a single script.

Quick Start

Use the benchling-integration skill to create a new DNA sequence named 'MyPlasmid' with bases 'ATCGATCG' in folder 'fld_abc123'.

Frequently Asked Questions about benchling-integration

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

FAQPage Schema
How do I automate Benchling registry entity manipulation for biological sequences?

Automate Benchling registry entity manipulation by using the Python SDK to programmatically create, update, and query DNA, RNA, and AA sequences, as well as custom entities and mixtures.

Can I automate inventory tracking and container management in Benchling?

Yes, you can automate inventory tracking in Benchling by running scripts that manage sample tracking, container management, and transfers programmatically via the REST API.

What is the best way to integrate external systems with Benchling R&D data?

Integrate external systems with Benchling R&D data by utilizing event-driven patterns and data warehousing queries supported through the platform's REST API and Python SDK.

Does the Benchling SDK support managing electronic lab notebook entries and workflow tasks?

Yes, the Benchling SDK supports electronic lab notebook entries and workflow task management, allowing you to streamline lab workflows and integrate ELN data programmatically.

Do I need the benchling-sdk dependency to automate lab data management tasks?

Yes, you need the benchling-sdk dependency installed in your Python environment to programmatically access the Benchling R&D platform and execute lab automation scripts.

Why use a Python script for Benchling API integration instead of manual data entry?

Use a Python script for Benchling API integration to reduce manual data entry, improve lab data management efficiency, and automatically link newly synthesized constructs to ELN entries.