audit-qos

audit-qos is a skill for Claude Code, Codex from dhaupin/vant. It costs 9 tokens per session (508 once invoked), scanned A, original, MIT.

A checklist for measuring a service’s reliability and speed. Quality of service (QoS) describes how consistently a service works and how quickly it responds.

In plain words
What is it for?
Use it to check availability, latency, error rates, request load, connections, memory, and whether an SLA is being met.
Why use it?
It helps turn uptime, response time, errors, and capacity into clear ratings and compare them with a service-level agreement (SLA), a promised level of service.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check availability, latency, error rates, request load, connections, memory, and whether an SLA is being met.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dhaupin/vant/vant-skill-audit-qos
Install

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.

Any agent
npx skills add dhaupin/vant --skill vant-skill-audit-qos
Clone the repo
git clone --depth 1 https://github.com/dhaupin/vant

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for audit-qos

README.md
[![agentmods](https://agentmods.dev/badge/skills/dhaupin/vant/vant-skill-audit-qos/github.svg)](https://agentmods.dev/skills/dhaupin/vant/vant-skill-audit-qos)
Your own site
<a href="https://agentmods.dev/skills/dhaupin/vant/vant-skill-audit-qos"><img src="https://agentmods.dev/badge/skills/dhaupin/vant/vant-skill-audit-qos/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.

agentmods 80×15 button for audit-qos

Your own site · 80×15
<a href="https://agentmods.dev/skills/dhaupin/vant/vant-skill-audit-qos"><img src="https://agentmods.dev/badge/skills/dhaupin/vant/vant-skill-audit-qos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 508 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00009 $0.00508
Opus 5 $0.00005 $0.00254
Sonnet 5 $0.00002 $0.00102
Haiku 4.5 $0.00001 $0.00051

Measured 10d ago against content hash 08ce0fa3f5e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

audit-qos 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}" /health
models/public/skills/vant-skill-audit-qos/SKILL.md · 116 lines

What it actually says

Quality of Service

Does it work well?


The Question

Does it work reliably? Is it fast enough?


What To Check

1. Availability

# Uptime check
curl -s -o /dev/null -w "%{http_code}" /health
Uptime Rating
99.9% OK
99% Warning
<99% Bad

2. Latency

# Response time
time curl -s -o /dev/null URL
Latency Rating
< 100ms Great
< 500ms OK
> 1s Slow

3. Errors

# Error rate
errors / requests
Errors Rating
< 0.1% Great
< 1% OK
> 1% Bad

4. Capacity

Metric Limit Alert
Requests < 80% Warning
Connections < 80% Warning
Memory < 80% Ok

Output

## QoS - [service]

### Availability
- Uptime: 99.9%
- SLA: 99.9%

### Latency
- P50: [ms]ms
- P95: [ms]ms  
- P99: [ms]ms

### Error Rate
- [x]% errors
- [x] errors in [y] requests

### Current Load
- Requests: [x]/s (of [y])
- Connections: [x] (of [y])

### SLA Met?
- [YES/NO]

SLA Guide

SLA Downtime/Month
99% 7h 18m
99.9% 43m
99.99% 4m

Role: QoS Auditor
Input: Service
Output: Does it meet SLA?

Keep it reliable.

Changes

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.

  1. 10d ago First seen · 116 lines · 9 tokens per session scan A 08ce0fa3f5e2

Subscribe to this mod's changes

audit-qos is a skill published in the GitHub repository dhaupin/vant (9 stars, last pushed 11d ago), licensed MIT. It adds 9 tokens to every session and 508 once invoked, about $0.0000 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-31.

Related

Other skills, from other repositories

commit

Atomic git commit with conventional message. Use when the user says "commit", "save my changes", "commit this", or wants to create a git commit. Stages specific files, writes a conventional commit message with body explaining non-obvious decisions. Never uses git add -A.

congchuanling-dot/Cohort · 59 tokens

python-run

Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.

congchuanling-dot/Cohort · 56 tokens

skill-packager

Authors Agent Skills v1.0 packages (SKILL.md plus references/scripts), runs packageskill to produce a standards-compliant zip, and uses installskill to add skills from HTTPS, registry, workspace, or an uploaded archive. Use when the user wants to turn documentation, workflows, or code into a portable skill, export a…

vixues/LeAgent · 87 tokens

workflow-helper

Guidance for creating, managing and executing workflow automations that chain multiple tools and agents together. Use when the user asks about building, listing, running or composing workflows and automated task pipelines.

vixues/LeAgent · 41 tokens

data-analyzer

Guidance for analyzing structured data, generating statistics and producing data-driven insights. Use when the user asks to analyze data, compute statistics, find patterns, or generate analytical reports.

vixues/LeAgent · 39 tokens

document-processor

Guidance for processing documents, extracting content, and transforming structured information. Use when the user asks to process, parse, extract, or transform document content such as PDFs, Word files, or spreadsheets.

vixues/LeAgent · 44 tokens