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 agentmods add skills/advenimus/syncromsp-mcp/syncromspnpx skills add advenimus/syncromsp-mcp --skill syncromspgit clone --depth 1 https://github.com/advenimus/syncromsp-mcpWrote 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/advenimus/syncromsp-mcp/syncromsp)<a href="https://agentmods.dev/skills/advenimus/syncromsp-mcp/syncromsp"><img src="https://agentmods.dev/badge/skills/advenimus/syncromsp-mcp/syncromsp.svg" alt="Measured on agentmods" 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.00079 | $0.01787 |
| Opus 5 | $0.00039 | $0.00894 |
| Sonnet 5 | $0.00016 | $0.00357 |
| Haiku 4.5 | $0.00008 | $0.00179 |
Grade A, and why
syncromsp 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.
How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SyncroMSP
This skill governs how to work with SyncroMSP — the PSA/RMM platform IT MSPs use to run their business: tickets, billing, customers, scheduling, RMM, products, contracts. It applies whenever the user asks anything related to PSA/MSP workflows, regardless of whether they explicitly mention SyncroMSP.
When to invoke
Invoke automatically — without asking — for any request involving:
- Tickets, comments, labor/time tracking, line items
- Customers, contacts, leads, contracts
- Invoices, estimates, payments, recurring billing
- Appointments, scheduling
- Assets, RMM alerts, patches
- Products, inventory, purchase orders, vendors
- Wikis, worksheets, canned responses
First-run setup
On first use in any new environment, discover and cache MSP-specific identifiers. Read config.json next to this skill if it exists; otherwise create it from config.example.json and populate by API discovery.
Values to discover:
| Key | How to discover | Why |
|---|---|---|
subdomain |
Ask the user, or extract from any Syncro URL they paste | Used for clickable hyperlinks |
base_url |
https://{subdomain}.syncromsp.com (or .shield.syncromsp.com for legacy accounts — confirm with user) |
Used for clickable hyperlinks |
user_id |
Call admin_get_me |
Default assignee on tickets/appointments |
labor_products |
Call admin_list_items and filter for service-type items, or products_list and match on names like Labor / Project Labor / Remote Support / After Hours / Rush / Contract / Trip Charge |
Required for labor logging |
appointment_types |
Call appointments_list_types |
Required when scheduling |
If discovery fails for any value, ask the user once, save the answer, and proceed. Never fail silently — write what you have to config.json so the next session doesn't repeat the work.
Hyperlink rule (always)
When referencing any SyncroMSP record in chat output, ALWAYS render it as a clickable markdown link using the cached base_url:
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- config.example.json 1.1 KB
- learnings/README.md 2.5 KB
- learnings/syncro-text-fields-are-plain-text.md 3.8 KB
- README.md 5.6 KB
- references/api-quirks.md 3.7 KB
- references/appointments.md 1.9 KB
- references/billing.md 4.0 KB
- references/customers.md 2.7 KB
- references/rmm-and-assets.md 2.7 KB
- references/tickets.md 6.2 KB
- references/time-tracking.md 3.1 KB
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.
- 6d ago First seen · 122 lines · 79 tokens per session scan A 3176b57d7a8e
syncromsp is a skill published in the GitHub repository advenimus/syncromsp-mcp (9 stars, last pushed 3mo ago), licensed MIT. It adds 79 tokens to every session and 1,787 once invoked, about $0.0004 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-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…