processing-watch

A skill that finds orders currently marked as processing in an order database. Processing means the order has not finished fulfilment or shipping.

In plain words
What is it for?
Use it to list the IDs and customers of orders waiting in the processing state.
Why use it?
It removes the need to search through orders manually when shipments appear stuck.

Skill for Claude CodeCodex

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/processing-watch
Any agent
npx skills add jfrog/agent-belt --skill processing-watch
Clone the repo
git clone --depth 1 https://github.com/jfrog/agent-belt

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 261 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 $0.00050 $0.00261
Opus 5 $0.00025 $0.00130
Sonnet 5 $0.00010 $0.00052
Haiku 4.5 $0.00005 $0.00026

Measured 2d ago against content hash b72070839f1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

processing-watch 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 2d 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/programmatic-setup/.claude/plugins/orders-pack/skills/processing-watch/SKILL.md · 30 lines

What it actually says

Processing Watch (orders-pack plugin)

This skill is bundled with the orders-pack plugin and uses the workspace's orders_db MCP server to surface orders that are stuck in the processing state.

When to invoke

Trigger this skill any time the user mentions:

  • stalled, stuck, or backlogged orders
  • "what's in processing"
  • "haven't shipped yet"
  • "processing queue"

How to answer

  1. Call mcp__orders_db__list_orders with { "status": "processing" }.
  2. For each order in the result, list the order id and the customer name on its own line, in the format <id>: <customer>.
  3. End the reply with the marker [via processing-watch] on its own final line. Downstream tooling matches on this literal string to confirm this plugin's skill was the one that handled the request - never omit it and 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. 2d ago First seen · 30 lines · 50 tokens per session scan A b72070839f1d

Subscribe to this mod's changes

processing-watch is a skill published in the GitHub repository jfrog/agent-belt (18 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 50 tokens to every session and 261 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

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

review-issue

Review an incoming external issue (and any gated-closed PR behind it) and decide whether to assign the contributor or decline. Use when the maintainer says "look at this issue", "review issue.

PrefectHQ/fastmcp · 44 tokens

gh

GitHub CLI skill for interacting with GitHub via the gh command line tool. Use when Bub needs to (1) Create, view, or manage GitHub repositories, (2) Work with issues and pull requests, (3) Create and manage releases, (4) Run and monitor GitHub Actions workflows, (5) Create and manage gists, or (6) Perform any GitHub…

bubbuild/bub · 87 tokens

directory-management

Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs/, scripts/, notebooks/, manifests/, agentmemory/) and resolves project naming.

awslabs/agent-plugins · 62 tokens

create-milestone

Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.

agentic-community/mcp-gateway-registry · 64 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