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/servosity/msp-skills/connect-toolnpx skills add Servosity/msp-skills --skill connect-toolgit clone --depth 1 https://github.com/Servosity/msp-skillsWrote 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/servosity/msp-skills/connect-tool)<a href="https://agentmods.dev/skills/servosity/msp-skills/connect-tool"><img src="https://agentmods.dev/badge/skills/servosity/msp-skills/connect-tool.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.00228 | $0.02732 |
| Opus 5 | $0.00114 | $0.01366 |
| Sonnet 5 | $0.00046 | $0.00546 |
| Haiku 4.5 | $0.00023 | $0.00273 |
Grade A, and why
connect-tool 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 5d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
22 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.
- .claude-plugin/plugin.json 1.0 KB
- bootstrap.ps1 5.8 KB runs code
- bootstrap.sh 3.1 KB runs code
- README.md 11 KB
- references/browser-and-keychain.md 5.5 KB
- references/opencli-bootstrap.md 3.1 KB
- references/security-model.md 8.7 KB
- references/state-recipes-audit.md 4.5 KB
- references/windows.md 5.8 KB
- scripts/audit_log.py 5.6 KB runs code
- scripts/credstore.py 12 KB runs code
- scripts/ctplatform.py 11 KB runs code
- scripts/grab_secret.py 6.8 KB runs code
- scripts/guard_click.py 5.8 KB runs code
- scripts/learning.py 8.8 KB runs code
- scripts/mint_wrapper.py 6.3 KB runs code
- scripts/oauth_login.py 13 KB runs code
- scripts/patterns.py 4.3 KB runs code
- scripts/preflight.py 9.4 KB runs code
- scripts/reconcile.py 6.2 KB runs code
- scripts/state.py 7.7 KB runs code
- scripts/verify_use.py 6.7 KB runs code
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.
- 5d ago First seen · 180 lines · 228 tokens per session scan A 977ea5d1785d
connect-tool is a skill published in the GitHub repository Servosity/msp-skills (36 stars, last pushed 4d ago), with no licence file. It adds 228 tokens to every session and 2,732 once invoked, about $0.0011 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.
Other skills, from other repositories
cis-aws-database-3.10
Ensure to Enable Backup and Recovery.
cis-aws-database-4.9
Ensure Database has Backup enabled.
cis-aws-database-5.13
Ensure ElastiCache has automatic backups enabled.
codex-image
Generate an image via OpenAI's gpt-image-2 model through the Codex CLI. Use when user asks to "generate an image", "create an image", "make a picture of", "render a graphic", "draw something", or wants visual content via Codex. Requires codex-cli >= 0.125.0 with the imagegeneration feature flag enabled (stable +…
codex-pair-resume
Resume codex-pair for this project after a previous pause. Removes .codex-pair/state/paused and clears failure state. Review resumes on the next supported file edit; missing state is a no-op.
neon-postgres-agent-platforms
Build and operate multi-tenant AI agent platforms on Neon. Use this skill whenever the user is designing an agent/app builder, provisioning a Neon project or database per user/app/agent run, managing thousands of tenant projects, separating sponsored free users from paid customers, moving projects between orgs…