qawolf-cli

qawolf-cli is a command for coding agents from qawolf/cli. It costs 118 tokens per session (1,836 once invoked), scanned A, original, Apache-2.0.

Instructions for managing QA Wolf, a platform for running browser-based automated tests, through its command-line tool. It covers test flows, runs, environments, variables, reports, and authentication.

In plain words
What is it for?
Use it to create or manage coverage and bug reports, run flows or tags, inspect run results, manage environment variables, and administer QA Wolf test resources.
Why use it?
It gives a consistent way to start tests, inspect results, and manage QA Wolf resources without guessing command options.

Command

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 commands/qawolf/cli/qawolfcliskill.template
Clone the repo
git clone --depth 1 https://github.com/qawolf/cli

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 qawolf-cli

README.md
[![agentmods](https://agentmods.dev/badge/commands/qawolf/cli/qawolfcliskill.template.svg)](https://agentmods.dev/commands/qawolf/cli/qawolfcliskill.template)
Your own site
<a href="https://agentmods.dev/commands/qawolf/cli/qawolfcliskill.template"><img src="https://agentmods.dev/badge/commands/qawolf/cli/qawolfcliskill.template.svg" alt="Measured on agentmods" height="20"></a>
Per session 118 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,836 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00118 $0.01836
Opus 5 $0.00059 $0.00918
Sonnet 5 $0.00024 $0.00367
Haiku 4.5 $0.00012 $0.00184

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

Security

Grade A, and why

qawolf-cli 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 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.

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.

src/commands/qawolfCliSkill.template.md · 145 lines

How it starts

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

QA Wolf CLI

qawolf runs QA Wolf flows locally, calls the QA Wolf public API, and drives interactive runners: live cloud pods holding a browser you can see and act on.

This file is an overview, not a reference. Before first using a command whose flags are not shown here, run qawolf <command> --help once. The installed CLI is authoritative for flags and always matches its version; reuse that syntax for the rest of the task.

Auth

Commands that talk to QA Wolf authenticate via the QAWOLF_API_KEY environment variable (or stored credentials from qawolf auth login). read and write commands require auth; local commands do not, unless their table entry notes a flag that switches them to read. Verify with qawolf auth whoami. Never print or log the key.

A team API key in the environment is the whole credential, including for the runner group. Nothing needs a browser login, a session token or a held connection, so a sandbox that can set one environment variable and make requests to one host can do everything below.

Commands use https://app.qawolf.com by default. Set QAWOLF_HOST_URL to target another deployment host, for example https://app.staging.example.com. QAWOLF_API_URL is a separate API endpoint and does not select the deployment host used by CLI commands.

Resolve the target environment once per task. Use QAWOLF_ENVIRONMENT when it is set; otherwise select an id or alias from qawolf --json environment find and reuse it. Shell invocations may not share exported variables, so pass the selected environment explicitly instead of rediscovering it. Check the command's help for its environment flag: variable commands use --environment-id; qawolf flows run uses --env; and qawolf runner run uses --env-id, which falls back to QAWOLF_ENVIRONMENT when neither it nor --env-file is passed.

If multiple environments are returned and the task context does not identify the target, ask instead of guessing. Do not default to the newest environment.

Read the full file on GitHub · 145 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 · 145 lines · 118 tokens per session scan A d2edc62d2a66

Subscribe to this mod's changes

qawolf-cli is a command published in the GitHub repository qawolf/cli (3,447 stars, last pushed 2d ago), licensed Apache-2.0. It adds 118 tokens to every session and 1,836 once invoked, about $0.0006 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-30.