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-investigategit 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-investigate)<a href="https://agentmods.dev/skills/stufently/zabbix-ai-cli-mcp/zabbix-investigate"><img src="https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-investigate/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-investigate"><img src="https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-investigate.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.00047 | $0.00607 |
| Opus 5 | $0.00023 | $0.00303 |
| Sonnet 5 | $0.00009 | $0.00121 |
| Haiku 4.5 | $0.00005 | $0.00061 |
Grade A, and why
zabbix-investigate 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 12d 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 — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Zabbix: investigate a host
Collect the facts about one host, then reason over them. The tool gathers; you interpret.
Workflow
-
One call gathers the context. Do not assemble it by hand.
zabbix-ai-cli-mcp host investigate web01 --jsonThis returns host state, agent availability, active problems, recent events, silent and unsupported items, and any maintenance window covering the host.
-
Follow the strongest signal, in this order:
status.agent_available: "unavailable"→ Zabbix cannot reach the host at all. The interfaceerrorfield usually says why. Everything else is downstream of this.status.in_maintenance: true→ alerts are suppressed. Check whether the window should still be open before treating silence as health.no_data_itemsnon-empty → the host answers but specific checks stopped reporting. Compare their keys: one subsystem or all of them?unsupported_itemsnon-empty → the check itself is failing, anderrorsays how. This is a monitoring fault, not necessarily a host fault.active_problems→ readseverityandagetogether; an old average-severity problem is often more telling than a fresh warning.
-
Values over time, when a problem is about a threshold:
zabbix-ai-cli-mcp metrics history web01 "cpu util" --last 24h --jsonThe
summaryblock gives min, average and max without reading every point. -
Recent history:
recent_eventscovers the last 24 hours. Several problem-and-resolve pairs for the same trigger mean flapping, not a single fault.
Reading the result
meta.partial: truemeans a sub-query failed and the rest is still valid. Say which part is missing rather than presenting the snapshot as complete.- No-data detection samples the first 40 scheduled items; a warning says so when the cap applied. Items that arrive by trapper or are derived from others are excluded on purpose — silence from one of those is not evidence of a fault.
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.
- 12d ago First seen · 55 lines · 47 tokens per session scan A 888577eccbb1
zabbix-investigate is a skill published in the GitHub repository stufently/zabbix-ai-cli-mcp (0 stars, last pushed 13d ago), licensed Apache-2.0. It adds 47 tokens to every session and 607 once invoked, about $0.0002 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
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_files
A set of tools for investigating a device’s file system, including finding large files, checking directory disk usage, and inspecting individual files.
code_explorer
Explores the repository to locate primary source files, coupled UI components, and test files for bug reports or feature requests.
alert-rule-troubleshoot
This skill should be used when the user reports that an alert rule is "not firing", "no alert was sent", "the rule didn't trigger", "the rule isn't working", "it should have alerted but didn't", "why didn't I get an alert", "alert rule not firing", or wants to diagnose why a specific alert rule failed to produce an…
ops-troubleshooting
This skill should be used when the user asks to "troubleshoot", "diagnose", "debug alert", "investigate incident", "locate a fault", "investigate an alert", "diagnose a problem", "fix an issue", "check alerts", "analyze alerts", "root cause analysis", "check metrics", "check logs", or discusses…
session-investigator
Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…