benchling-integration

Community

Automate Benchling workflows and data flows.

Authordakesan
Version1.0.0
Installs0

System Documentation

## 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"))

Dependency Matrix

Required Modules

benchling-sdk

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: benchling-integration
Download link: https://github.com/dakesan/cc-dnawork-plugin/archive/main.zip#benchling-integration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository