| name | benchos-zebra-label |
| description | Render and print labels on the lab Zebra printer through a controlled BenchOS integration. Use when the user asks for sample labels, tube labels, barcode labels, or raw ZPL previews. |
| license | Proprietary |
| compatibility | Requires BenchOS agent runtime with `labbook_cli`, `benchos-cli`, and host access to the Zebra printer. |
| metadata | {"author":"benchos","version":"1"} |
| allowed-tools | labbook_cli |
BenchOS Zebra Label
Use this skill when the user needs Zebra labels.
Quick Rules
- Prefer
render first so the user can review the generated ZPL.
- Actual print submission requires explicit confirmation.
- Use
style tube for 1.5 mL tube labels.
Command Patterns
Render a standard label
{"args":["zebra","render","--text","Pol II","--subtext","5.2 uM 2025-01-30"]}
Render a tube label with barcode
{"args":["zebra","render","--text","LF-P042","--subtext","pFastBac-RPB1","--barcode","LF-P042","--style","tube"]}
Print after user confirmation
{"args":["zebra","print","--text","Buffer A","--subtext","20 mM HEPES","--copies","2","--confirm"]}