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/netdata/netdata/query-netdata-agentsnpx skills add netdata/netdata --skill query-netdata-agentsgit clone --depth 1 https://github.com/netdata/netdataWhat 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 | $0.00108 | $0.03244 |
| Opus 5 | $0.00054 | $0.01622 |
| Sonnet 5 | $0.00022 | $0.00649 |
| Haiku 4.5 | $0.00011 | $0.00324 |
Grade A, and why
query-netdata-agents scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl with a literal `Authorization: Bearer $TOKEN` or The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
16 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.
- how-tos/audit-stored-flow-timestamps-direct.md 5.9 KB
- how-tos/export-cpu-io-memory-three-days-direct.md 4.4 KB
- how-tos/find-containers-for-topology-port-direct.md 4.3 KB
- how-tos/group-network-topology-by-kubernetes-pod-direct.md 3.8 KB
- how-tos/INDEX.md 4.2 KB
- how-tos/validate-direct-local-flow-function.md 3.1 KB
- query-alerts.md 2.8 KB
- query-dyncfg.md 3.0 KB
- query-flows.md 3.0 KB
- query-functions.md 4.0 KB
- query-logs.md 3.6 KB
- query-metrics.md 6.3 KB
- query-nodes.md 8.1 KB
- query-streaming.md 4.6 KB
- query-topology.md 3.1 KB
- scripts/_lib.sh 22 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.
- yesterday First seen · 297 lines · 108 tokens per session scan A 857f9a3601b7
query-netdata-agents is a skill published in the GitHub repository netdata/netdata (80,356 stars, last pushed yesterday), licensed GPL-3.0. It adds 108 tokens to every session and 3,244 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ship-release
Drive a Telepresence release from a prepared branch all the way through CI, docs, the Releases workflow, and PR merges. Assumes make prepare-release has already been run locally and the branch with that commit was pushed and a PR opened. Use when the user says "ship the release", or "complete the release". User-only.
regression-tests
Run, scope, or debug telepresence regression tests under regressiontest/ — the integration-level suite. Use when the user wants to run an area, suite, or single test, debug a failure, or says "/regression-tests". Runs go test ./regressiontest scoped with -run, in the background, writing to a log file so heavy output…
changelog-entry
Add a new entry to CHANGELOG.yml under the current unreleased version (or create the version block if needed), then regenerate documentation. Use when the user says things like "add a changelog entry", "log this fix in the changelog", or "/changelog-entry".
prepare-release
Create the local release commit and tags by setting TELEPRESENCEVERSION and running make prepare-release. Stops at the local commit+tags - pushing is the ship-release skill's job. Use when the user explicitly asks to prepare a release, RC, or test build. User-only.
kurtosis-ethereum
Run Ethereum multi-client devnets using Kurtosis and the ethpandaops/ethereum-package. Use for spinning up local devnets, syncing public testnets, validating cross-client interop, testing fork transitions, shadowforks, running assertoor checks, debugging CL/EL client interactions, or verifying new feature…
k8s-pod-rightsizer
Analyze Kubernetes workload metrics and produce policy-constrained CPU/memory rightsizing recommendations with optional patch generation and rollback-safe apply.