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 stufently/zabbix-ai-cli-mcp --skill zabbix-statusgit clone --depth 1 https://github.com/stufently/zabbix-ai-cli-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/stufently/zabbix-ai-cli-mcp/zabbix-status)<a href="https://agentmods.dev/skills/stufently/zabbix-ai-cli-mcp/zabbix-status"><img src="https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-status/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/stufently/zabbix-ai-cli-mcp/zabbix-status"><img src="https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-status.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.00066 | $0.00470 |
| Opus 5 | $0.00033 | $0.00235 |
| Sonnet 5 | $0.00013 | $0.00094 |
| Haiku 4.5 | $0.00007 | $0.00047 |
Grade A, and why
zabbix-status 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 10d 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
Zabbix: current state
Answer questions about what is wrong now, using zabbix-ai-cli-mcp.
Workflow
-
Broad question ("what's broken?", "any alerts?"):
zabbix-ai-cli-mcp problems list --jsonAdd
--severity highto cut noise,--limit Nto bound the answer. -
About one host: pass it through. Matching is fuzzy, so a fragment works.
zabbix-ai-cli-mcp problems list --host web01 --json zabbix-ai-cli-mcp host status web01 --json -
Nothing came back: the host name may not be what you assumed.
zabbix-ai-cli-mcp host list --search web --json
Reading the result
suppressed: truemeans the problem raises no alert.suppressed_bynames the maintenance window responsible and when it ends. Say so explicitly — a suppressed problem looks identical to a healthy host from the outside, and an outage can sit inside one for weeks unnoticed.acknowledged: falsemeans nobody has picked it up yet.meta.truncated: truemeans there is more; say so rather than implying the list is complete, and offer to raise--limit.ageis how long the problem has been open. A problem hours old that nobody acknowledged is worth mentioning on its own.
Do not
- Do not use
zabbix_api_callfor these questions. The high-level commands resolve host names and bound their output; a rawproblem.getreturns neither the host nor the suppression reason. - Do not report a count without saying whether the result was truncated.
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.
- 10d ago First seen · 47 lines · 66 tokens per session scan A c77cc1c81ec1
zabbix-status is a skill published in the GitHub repository stufently/zabbix-ai-cli-mcp (0 stars, last pushed 12d ago), licensed Apache-2.0. It adds 66 tokens to every session and 470 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-31.
Other skills, from other repositories
monitoring
Use when setting up uptime and health monitoring, alerts, or on-call basics for a service already in production, so you learn it is down before customers do — health and readiness probes, alerting on SLO error-budget burn rather than raw counts, curing alert fatigue, on-call rotation with escalation, and a status…
host_bash
A read-only shell skill for examining files and running diagnostic commands in a restricted environment. A shell is a text interface for operating-system commands.
host_restart_service
A tool for restarting approved systemd services, which are background programs managed by Linux's service manager.
setup-environment-profile
Point the ilert CLI at a staging, preview or self-hosted ilert environment by giving it its own profile.
ilert-essentials
Core ilert concepts and CLI behaviour: the object model and the rules behind the field names.
migrate-from-opsgenie
Map Opsgenie resources onto ilert equivalents.