Agens pylabrobot
skill_id: pylabrobot
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/pylabrobot/skill.yamlsource content
skill_id: pylabrobot name: pylabrobot description: Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API, opentrons-integration may be simpler. version: 1.0.0 author: K-Dense Inc. license: MIT license tags:
- scientific-agent-skills
- pylabrobot tools: [] permissions: network: true filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: pylabrobot upstream_path: scientific-skills/pylabrobot/SKILL.md upstream_frontmatter: name: pylabrobot description: Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API, opentrons-integration may be simpler. license: MIT license metadata: skill-author: K-Dense Inc.