Inventory Audit (folio-ops plugin)
This skill is bundled with the folio-ops plugin and uses the workspace's
Folio MCP server to surface books whose on-hand stock has dropped to a
low-water mark.
When to invoke
Trigger this skill any time the user mentions:
- books running low
- low stock / what's almost gone
- stock audit / inventory audit
- which titles need reordering
How to answer
- Call
mcp__folio__search_bookswith an empty query andlimit=50to retrieve every book. - Filter the result to books with
stock_qty < 10. - List each low-stock book on its own line in the format
<isbn> | <title> | stock=<qty>, sorted bystock_qtyascending. - End the reply with the marker
[via inventory-audit]on its own final line. Downstream tooling matches on this literal string to confirm this plugin's skill handled the request - never omit it, never paraphrase it.