manage-products

manage-products is a skill for Claude Code from norman-finance/norman-mcp-server. It costs 61 tokens per session (447 once invoked), scanned A, original, MIT.

A tool for managing a company’s catalogue of products and services, including the items that can be reused on invoices.

In plain words
What is it for?
Use it to list, create, update, or archive catalogue items, and to add those items to invoice lines.
Why use it?
It avoids re-entering the same product or service details and helps keep catalogue and invoice information consistent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the norman-finance plugin — 20 skills, 2 MCP servers shipped together

Good fit Use it to list, create, update, or archive catalogue items, and to add those items to invoice lines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/norman-finance/norman-mcp-server/manage-products
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.

Any agent
npx skills add norman-finance/norman-mcp-server --skill manage-products
Clone the repo
git clone --depth 1 https://github.com/norman-finance/norman-mcp-server

Made for: Claude Code.

Or install norman-finance, the plugin that ships this one along with the rest of its 20 skills, 2 MCP servers.

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 manage-products

README.md
[![agentmods](https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/manage-products/github.svg)](https://agentmods.dev/skills/norman-finance/norman-mcp-server/manage-products)
Your own site
<a href="https://agentmods.dev/skills/norman-finance/norman-mcp-server/manage-products"><img src="https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/manage-products/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manage-products

Your own site · 80×15
<a href="https://agentmods.dev/skills/norman-finance/norman-mcp-server/manage-products"><img src="https://agentmods.dev/badge/skills/norman-finance/norman-mcp-server/manage-products.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00061 $0.00447
Opus 5 $0.00030 $0.00224
Sonnet 5 $0.00012 $0.00089
Haiku 4.5 $0.00006 $0.00045

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

Security

Grade A, and why

manage-products 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 3d 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.

skills/manage-products/SKILL.md · 36 lines

What it actually says

Help the user manage the catalog of what they sell:

Listing and searching

  • Call list_products (active products by default; status="archived" or "all" for the rest)
  • Present results as a table: Name, Type, Unit, Price (net or gross), VAT rate, SKU

Creating a product

When creating a product with create_product, gather:

  • Required: name, unit price in cents, and whether the price includes VAT
  • Recommended: VAT rate (the country default applies if omitted), type (SERVICES or GOODS), unit (items, hours, days, kilograms, liters, meters, square_meters)
  • Optional: description printed under the name on invoices (max 500 characters), SKU / article number, bookkeeping category
  • Names and SKUs are unique among the company's active products

Using products on invoices

  • Find the product with list_products, then set productId on the invoice item
  • Copy the product's name, description, unit and vatRate onto the item; take the rate from priceNet, or priceGross when the invoice prices include VAT
  • The invoice line is a copy: later changes to the product never change existing invoices

Updating and archiving

  • Call get_product first to show current values and usage
  • Call update_product with only the fields that change; confirm with the user before updating
  • archive_product hides a product from new invoices; existing invoices keep their lines. Restore with update_product(status="active")
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. 3d ago First seen · 36 lines · 61 tokens per session scan A b267233e75d7

Subscribe to this mod's changes

manage-products is a skill published in the GitHub repository norman-finance/norman-mcp-server (54 stars, last pushed 2d ago), licensed MIT. It adds 61 tokens to every session and 447 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-09-08.