| name | benchos-quartzy |
| description | Query Quartzy labs, inventory, order requests, and item types through BenchOS-managed API routes. Use when the user asks to inspect supply inventory, check request status, or create or update Quartzy order requests. |
| license | Proprietary |
| compatibility | Requires BenchOS agent runtime with `labbook_cli`, `benchos-cli`, and server-side Quartzy credentials. |
| metadata | {"author":"benchos","version":"1"} |
| allowed-tools | labbook_cli |
BenchOS Quartzy
Use this skill when the user wants inventory or purchasing data from Quartzy.
Quick Rules
- Prefer
inventory list and order-requests list for discovery.
- Confirm key purchasing details before creating or updating order requests.
- Treat create and update operations as auditable external actions.
Command Patterns
List inventory
{"args":["quartzy","inventory","list","--lab-id","<lab-id>"]}
Inspect an inventory item
{"args":["quartzy","inventory","get","--id","<inventory-item-id>"]}
List order requests
{"args":["quartzy","order-requests","list","--created"]}
Create an order request
{"args":["quartzy","order-requests","create","--type-id","<type-id>","--name","Ni-NTA resin","--vendor-name","Qiagen","--catalog-number","30210","--price-amount","299","--price-currency","USD","--quantity","1"]}