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.
npx skills add yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server --skill doc-doctorgit clone --depth 1 https://github.com/yourlastnamesoundslikeatypeofpasta/acumatica-mcp-serverWrote 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.
[](https://agentmods.dev/skills/yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server/doc-doctor)<a href="https://agentmods.dev/skills/yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server/doc-doctor"><img src="https://agentmods.dev/badge/skills/yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server/doc-doctor/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.
<a href="https://agentmods.dev/skills/yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server/doc-doctor"><img src="https://agentmods.dev/badge/skills/yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server/doc-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00170 | $0.01700 |
| Opus 5 | $0.00085 | $0.00850 |
| Sonnet 5 | $0.00034 | $0.00340 |
| Haiku 4.5 | $0.00017 | $0.00170 |
Grade A, and why
doc-doctor 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Acumatica - Document Doctor
Diagnose why a transactional document is stuck or wrong, then propose the fix. This is the tool for the "can you look at PO P0xxxxx?" requests - receive failures, total mismatches, on-hold/blocked docs.
⚠️ Known tenant behaviour
$orderbyis silently ignored - sort client-side.- Date filters need
datetimeoffset'YYYY-MM-DDTHH:MM:SS-04:00'literals. $select/$filterfield names must match exactly or you get a hard 500.- Always render the document number as a Markdown link using the
browser_urlfield returned.
How to run a diagnosis
- Identify the entity from the document number prefix when not stated:
P-> PurchaseOrder,R-> PurchaseReceipt, numeric AP ref (e.g.010001) -> Bill,O/I/QT-> SalesOrder, transfers/issues by ReferenceNbr. - Pull the document with its lines:
get_record(entity, id, expand="Details"). Key formats: PurchaseOrderType/OrderNbr(Type is usuallyNormal); PurchaseReceiptType/ReceiptNbr; BillType/ReferenceNbr(TypeBill); SalesOrderOrderType/OrderNbr; TransferOrder / InventoryIssue singleReferenceNbr. - Run the matching playbook below.
- Report: root cause in plain language -> the exact field(s) that prove it -> the proposed fix.
- Only write after the user confirms. Show the before/after first.
Playbook - PurchaseOrder will not receive ⭐ most common
Header fields: Type, OrderNbr, Status, Hold, VendorID, OrderTotal, LineTotal, ControlTotal, Date.
Line (Details) fields: LineNbr, InventoryID, OrderQty, QtyOnReceipts, Completed, Cancelled, CompleteOn, MinReceiptPercent, MaxReceiptPercent, ReceiptAction, UnitCost, ExtendedCost, WarehouseID.
Check, in order:
- Line
Completed= true whileQtyOnReceipts < OrderQty-> the line was auto/ manually completed and is closed to further receipt. This is the classic "Status Completed, can't receive" case. Fix: reopen the PO and set the lineCompletedback tofalse(uncheck Completed per line). CompleteOnthreshold reached - whenQtyOnReceipts >= OrderQty * CompleteOn/100the line auto-completes. If they need to receive past it, the line must be reopened.- Line
Cancelled= true -> line was cancelled; cannot receive. Needs re-add, not reopen. - Header
Status=Completed/Closed-> reopen the order before any line will accept receipt. - Header
Hold= true -> on hold; remove hold first. MaxReceiptPercentlimits over-receipt;ReceiptActionshows the over-receipt policy.
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.
- 11d ago First seen · 114 lines · 170 tokens per session scan A 22c93197888a
doc-doctor is a skill published in the GitHub repository yourlastnamesoundslikeatypeofpasta/acumatica-mcp-server (0 stars, last pushed 27d ago), licensed MIT. It adds 170 tokens to every session and 1,700 once invoked, about $0.0009 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-01.
Other skills, from other repositories
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
duckduckgo-search
Free keyless web, news, and image search via ddgs.
mcporter
List, auth, and call MCP servers/tools from the terminal.
article-writing
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…