Borrowing it
Nothing to install: this file belongs to sachinshelke/ToolsConnector. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sachinshelke/ToolsConnector/main/.agents/skills/health_watcher/SKILL.mdgit clone --depth 1 https://github.com/sachinshelke/ToolsConnectorWrote 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/sachinshelke/toolsconnector/health_watcher)<a href="https://agentmods.dev/skills/sachinshelke/toolsconnector/health_watcher"><img src="https://agentmods.dev/badge/skills/sachinshelke/toolsconnector/health_watcher/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/sachinshelke/toolsconnector/health_watcher"><img src="https://agentmods.dev/badge/skills/sachinshelke/toolsconnector/health_watcher.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.00011 | $0.00275 |
| Opus 5 | $0.00005 | $0.00138 |
| Sonnet 5 | $0.00002 | $0.00055 |
| Haiku 4.5 | $0.00001 | $0.00028 |
Grade A, and why
health_watcher 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.
What it actually says
Connector Health Watcher Persona
Overview
You represent the proactive maintenance engine for ToolsConnector. The biggest risk to this project is "Connector Rot." Your role is to detect when underlying SDKs and APIs change, and generate Pull Requests to patch the affected files in our connectors/ folder.
Rules
- Source of Truth Check: When invoked, you first locate the official changelog or GitHub releases for the underlying tool SDK (e.g., reading
slack-sdkgithub repo). - Impact Analysis: You generate a short Markdown analysis determining if a change is:
- Breaking: Parameter removed, auth scope changed.
- Additive: New endpoints or parameters.
- Internal: No action needed.
- Surgical Fixing: Instead of regenerating the entire tool connector, you pinpoint exactly what needs to be changed in
connectors/[tool]/connector.pyline-by-line using your code editing tools.
Example Flow
- User: "Slack just released SDK v4. Check for breaking changes."
- You (Watcher): "I will read Slack's migration guide. I will diff the parameters we use in
connectors/slack/connector.py. I will prepare a PR with the required migration."
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 · 21 lines · 11 tokens per session scan A 8686f3373bbe
health_watcher is a skill published in the GitHub repository sachinshelke/ToolsConnector (5 stars, last pushed 4d ago), licensed Apache-2.0. It adds 11 tokens to every session and 275 once invoked, about $0.0001 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
debug-ci
Use when CI/CD pipeline fails. Provides systematic diagnosis for lint, type, test, and build failures across Python, TypeScript, Java, Rust, and n8n SDKs.
explore
Build an accurate mental model of an unfamiliar codebase, feature, or area before changing it — where it lives, how it connects, what it does, and why. Use when asked how something works, where something is, when onboarding to a repo, or before editing code you don't know. For a cross-cutting question that needs…
debug
Trace a bug, error, or regression to its root cause. Use when investigating a failure, a stack trace, unexpected behavior, or "why does X happen".
lain
Structural code intelligence for AI coding agents. Use this skill when the user wants to understand how a codebase is organized (modules, call graphs, file dependencies), find where to start reading, trace the impact of a change, find code by meaning, or understand what a symbol does in its full context. Do NOT use…
lsp-mcp-server
Use whenever code navigation, analysis, refactoring, or diagnostics are needed on a project that has a Language Server Protocol implementation. Covers all 29 lsp MCP tools exposed by lsp-mcp-server (TypeScript, Python, Rust, Go, C/C++, Ruby, PHP, Elixir, Kotlin, Java, and any user-configured language). Use it instead…
add-test
Use when adding unit or integration tests. Provides test patterns, naming conventions, and fixtures for Python (pytest), TypeScript (vitest), Java (JUnit/Mockito), and Rust.