benchling-integration

Automate Benchling registry, inventory, ELN, and workflow management via Python SDK or REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dakesan/cc-dnawork-plugin --skill benchling-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchling-integration
Source: https://github.com/dakesan/cc-dnawork-plugin/tree/main/scientific-skills/benchling-integration
Command: npx skills add https://github.com/dakesan/cc-dnawork-plugin --skill benchling-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

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

## What problem does it solve? This Skill automates Benchling workflows, including registry management (DNA/proteins), inventory, ELN entries, and workflows, enabling seamless data synchronization with external systems and analytics.

## Core Features & Use Cases

  • Interact with Benchling via Python SDK or REST API to manage registry entities, inventory, notebooks, and workflows.
  • Build automated data pipelines, synchronize external data sources, and trigger events (e.g., AWS EventBridge) from Benchling changes.
  • Examples include bulk registry creation, inventory transfers, and notebook entry automation.

Quick Start

Install benchling-sdk and connect using an API key: from benchling_sdk.benchling import Benchling benchling = Benchling(url="https://your-tenant.benchling.com", auth_method=ApiKeyAuth("your_api_key"))