inventory-audit

inventory-audit is a skill for Claude Code from jfrog/agent-belt. It costs 57 tokens per session (289 once invoked), scanned A, original, Apache-2.0.

A skill for finding books in Folio whose on-hand stock is below the low-stock threshold. Folio is the workspace's book inventory system.

In plain words
What is it for?
Use it to audit stock, find books running low, create a restock list, or identify titles that are almost gone.
Why use it?
It removes the need to review every book and identify which titles may need replenishing.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the folio-ops plugin — 1 skill, 1 command shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jfrog/agent-belt/inventory-audit
Any agent
npx skills add jfrog/agent-belt --skill inventory-audit
Clone the repo
git clone --depth 1 https://github.com/jfrog/agent-belt

Made for: Claude Code.

Or install folio-ops, the plugin that ships this one along with the rest of its 1 skill, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for inventory-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/jfrog/agent-belt/inventory-audit.svg)](https://agentmods.dev/skills/jfrog/agent-belt/inventory-audit)
Your own site
<a href="https://agentmods.dev/skills/jfrog/agent-belt/inventory-audit"><img src="https://agentmods.dev/badge/skills/jfrog/agent-belt/inventory-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00289
Opus 5 $0.00028 $0.00144
Sonnet 5 $0.00011 $0.00058
Haiku 4.5 $0.00006 $0.00029

Measured 6d ago against content hash f1b5dbdca0ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

inventory-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/fixtures/folio/.claude/plugins/folio-ops/skills/inventory-audit/SKILL.md · 32 lines

What it actually says

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

  1. Call mcp__folio__search_books with an empty query and limit=50 to retrieve every book.
  2. Filter the result to books with stock_qty < 10.
  3. List each low-stock book on its own line in the format <isbn> | <title> | stock=<qty>, sorted by stock_qty ascending.
  4. 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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 32 lines · 57 tokens per session scan A f1b5dbdca0ae

Subscribe to this mod's changes

inventory-audit is a skill published in the GitHub repository jfrog/agent-belt (18 stars, last pushed 3d ago), licensed Apache-2.0. It adds 57 tokens to every session and 289 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

personal-shopper

Personal advisor for a problem that might be solved by buying something — diagnoses the real need through conversation, then recommends products from the user's configured stores only when a purchase is the right answer. Recalls the user's sizes, budget, brands and restrictions across sessions, and records new ones as…

kirodotdev/KiroCrew · 98 tokens

ecommerce-seo

E-commerce SEO audit for online stores (WooCommerce, Shopify, Magento, custom). Covers the structural problems unique to commerce sites: category / product listing pages (PLP), product detail pages (PDP), faceted navigation and the crawl-budget / duplicate-content traps it creates, pagination, canonical handling for…

nowork-studio/notfair-plugin · 235 tokens

paid-ads-amazon

Plan and review Amazon Ads with margin-aware ACoS, product, and search-term guardrails. Use for Amazon advertising, Sponsored Products, Sponsored Brands, Sponsored Display, ASIN targeting, Amazon ACoS, or Amazon Ads performance exports.

nowork-studio/notfair-plugin · 55 tokens

writing-bench-task-judge

Use when writing or modifying checkgoals() / getanswer() / App check methods in benchenv/task/, or when reviewing a draft task's judge correctness. Triggers include adding a new task, editing a judge method, or diagnosing a judge false-positive/negative.

Purewhiter/mobilegym · 68 tokens

testing-bench-task

Use when adding or modifying offline judge tests for benchenv tasks — specifically entries in OFFLINEJUDGEPOSITIVECASES / OFFLINEJUDGENEGATIVECASES in benchenv/tests/ /testtasks.py, or writing live tests. Triggers after a new task is added, or when tightening judge coverage.

Purewhiter/mobilegym · 74 tokens