runs

runs is a skill for Claude Code, Codex from DanielBirk04/capusqa. It costs 86 tokens per session (1,185 once invoked), scanned A, original, Apache-2.0.

A chat interface for CapusQA's Runs dashboard, where test-run progress, sessions, screens, traces, findings, verdicts, and costs are shown.

In plain words
What is it for?
Listing runs, drilling into session details, viewing live screens and step traces, checking results and costs, starting the runner, or steering and stopping sessions.
Why use it?
It lets you inspect and control test runs without opening the dashboard, including sessions that are still active.

Skill for Claude CodeCodex

Part of the capusqa plugin — 9 skills, 3 agents, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/danielbirk04/capusqa/runs
Any agent
npx skills add DanielBirk04/capusqa --skill runs
Clone the repo
git clone --depth 1 https://github.com/DanielBirk04/capusqa

Made for: Claude Code, Codex.

Or install capusqa, the plugin that ships this one along with the rest of its 9 skills, 3 agents, 1 MCP server.

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 runs

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielbirk04/capusqa/runs.svg)](https://agentmods.dev/skills/danielbirk04/capusqa/runs)
Your own site
<a href="https://agentmods.dev/skills/danielbirk04/capusqa/runs"><img src="https://agentmods.dev/badge/skills/danielbirk04/capusqa/runs.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00086 $0.01185
Opus 5 $0.00043 $0.00593
Sonnet 5 $0.00017 $0.00237
Haiku 4.5 $0.00009 $0.00119

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

Security

Grade A, and why

runs 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 4d 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.

Bearer $CAPUSQA_DASHBOARD_TOKEN"` **only if** that env var is set. `curl -s
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

client/claude/capusqa/skills/runs/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/capusqa:runs — watch and control runs (Runs)

The dashboard Runs page, in chat. It reads and controls the daemon's live state, so every view matches the dashboard and every action persists. (To launch a test, that's /capusqa:test; for findings, /capusqa:issues.)

Reaching the daemon

BASE = the capusqa URL in .mcp.json (default http://127.0.0.1:7777; honor a custom --port). GET routes need no auth; POST routes add -H "Authorization: Bearer $CAPUSQA_DASHBOARD_TOKEN" only if that env var is set. curl -s $BASE/api/status first — no response ⇒ capusqa serve (see /capusqa:help).

List runs — "what's running / show my runs"

curl -s $BASE/api/runs{runs:[…]}, newest first (id, app, created_at, status, session counts, finding counts, config). Render a compact table; flag anything still active or with hot (critical/high) findings. The dashboard shows each run's status as Active, Completed, Stopped, or Couldn't run — use the same words.

Drill into a run — "show me run X"

curl -s $BASE/api/runs/<run_id>{run, personas, sessions, findings, finding_groups, clusters, rules}. Summarize per-session status + persona + verdict, the findings (severity / type / summary), and progress. The dashboard labels sessions Running, Starting, Done, Waiting, or Needs attention — match it. (404 unknown run → list /api/runs, let them pick.)

Live — "what's on screen now / watch it"

curl -s $BASE/api/live{live:[{session_id, run_id, goal, persona_name, steps_taken, …}]}. Live screenshots stream at $BASE/api/live/<session_id>.png — point them at the dashboard to watch, or fetch a frame. For one session's full step trace use the trace_get(session_id) MCP tool.

Steer / stop a live session

  • Steer: curl -s -X POST $BASE/api/sessions/<session_id>/steer -H 'content-type: application/json' -d '{"message":"<note>"}' (authed). The note rides the agent's next tool result (no interruption); recorded as an operator step. 409 → not live.
  • Stop one session: curl -s -X POST $BASE/api/sessions/<session_id>/stop (authed). Works on a live session OR a terminal failed (needs-attention) one — either way it becomes stopped, which counts as finished. The run's other sessions keep playing.
  • Restart a failed session: curl -s -X POST $BASE/api/sessions/<session_id>/restart (authed). Re-queues a needs-attention session and (re)spawns a player to replay it. 409 → the session isn't failed.
  • Stop a whole run: curl -s -X POST $BASE/api/runs/<run_id>/stop (authed) → terminates the runner + aborts that run's live sessions + finishes the run.

Read the full file on GitHub · 76 lines

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. 4d ago First seen · 76 lines · 86 tokens per session scan A e47cbd6ffac1

Subscribe to this mod's changes

runs is a skill published in the GitHub repository DanielBirk04/capusqa (0 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 86 tokens to every session and 1,185 once invoked, about $0.0004 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

use-agent-browser-for-airi

Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…

moeru-ai/airi · 87 tokens

run-integration-tests

Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload.

dotnet/maui · 35 tokens

cli-e2e-testcase-writer

Use when adding or updating Go CLI E2E coverage for one tests/clie2e/{domain} domain of the compiled lark-cli, especially when the work requires live --help or schema exploration, scenario-based clie2e.RunCmd workflows, and per-domain coverage.md maintenance.

larksuite/cli · 78 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

every-app/open-seo · 35 tokens

harness-test-writer

Add regression test cases to the Bifrost provider harness (the Postman collection run via make run-provider-harness-test) based on a merged PR or a GitHub issue. Fetches the PR/issue, traces the affected wire path in the codebase, checks existing harness coverage, designs cases following harness conventions, inserts…

maximhq/bifrost · 133 tokens

agent-device-evidence

Records iOS/Android native MP4 evidence for test/repro flows extracted from an Expensify GitHub PR or issue. Use when the user asks to "record the flow for PR.

Expensify/App · 43 tokens