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/sabbour/agentweaver/agentweaver-api-harnessnpx skills add sabbour/agentweaver --skill agentweaver-api-harnessgit clone --depth 1 https://github.com/sabbour/agentweaverWrote 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/sabbour/agentweaver/agentweaver-api-harness)<a href="https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-api-harness"><img src="https://agentmods.dev/badge/skills/sabbour/agentweaver/agentweaver-api-harness.svg" alt="Measured on agentmods" 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 | $0.00046 | $0.00376 |
| Opus 5 | $0.00023 | $0.00188 |
| Sonnet 5 | $0.00009 | $0.00075 |
| Haiku 4.5 | $0.00005 | $0.00038 |
Grade A, and why
agentweaver-api-harness 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 5d 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
API harness
Read scripts/api-harness/SKILL.md before
running the harness. It is the source of truth for its real CLI, flags, safety
controls, exit codes, evidence artifacts, and both supported modes:
- For a structured scenario or a re-test from a
reproManifest, invokenode scripts/api-harness/run-persona.mjswith a fresh scenario run. A manifest is provenance for a new comparable run—not an oldrunIdreplay. - For a free-text or exploratory persona investigation, invoke
node scripts/api-harness/agent-driver/tools.mjsin its session-based sequence and callfinishto persist the transcript.
Use the actual commands in that contract. Capture the output path, inspect the verdict/transcript JSON, and report the outcome with its evidence path and whether it is pass, fail, or inconclusive. Do not claim that a zero driver exit establishes subjective output quality.
Before running, check scripts/harness-shared/learnings.md (surface: api or all)
for already-known bugs, environment facts, and scenario-design notes so they aren't
rediscovered from source each run.
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.
- 5d ago First seen · 31 lines · 46 tokens per session scan A 40611eb4f4af
agentweaver-api-harness is a skill published in the GitHub repository sabbour/agentweaver (5 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 376 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
auditing-kubernetes-cluster-rbac
Auditing Kubernetes cluster RBAC configurations to identify overly permissive roles, wildcard permissions, dangerous ClusterRoleBindings, service account abuse, and privilege escalation paths using kubectl, rbac-tool, KubiScan, and Kubeaudit.
agent-workflow-playbook
AI Agent Workflow & Skill Architecture Guide — turn expert work into measurable, reusable agent systems. Covers workflow discovery, skill decomposition, harness design, evaluation, human escalation, observability, cost control, and multi-agent orchestration. Includes a measured marketing-delivery case: 15 people × 3–4…
aks-mcp
Azure Kubernetes Service (AKS) official MCP server.
dotnet-microsoft-agent-framework
Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, tools, workflows, hosting protocols, and enterprise guardrails.
dotnet-microsoft-extensions-ai
Build provider-agnostic .NET AI integrations with Microsoft.Extensions.AI, IChatClient, embeddings, middleware, structured output, vector search, and evaluation.
dotnet-orleans
Build or review distributed .NET applications with Orleans grains, silos, persistence, streaming, reminders, placement, testing, and cloud-native hosting.