agent-e2e-qa

agent-e2e-qa is a skill for Claude Code, Codex from open-software-network/os-clovy. It costs 159 tokens per session (2,780 once invoked), scanned A, original, MIT.

A live, agent-led end-to-end testing guide for os-clovy. End-to-end testing checks a complete user flow in the real app or a web preview, rather than testing only individual pieces.

In plain words
What is it for?
Opening the app or preview, clicking through affected flows, checking visible results, capturing screenshots and logs, recording test videos, and reporting pass or fail evidence.
Why use it?
It provides evidence that changed workflows work as a user sees them, complementing automated code tests.

Skill for Claude CodeCodex

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/open-software-network/os-clovy/agent-e2e-qa
Any agent
npx skills add open-software-network/os-clovy --skill agent-e2e-qa
Clone the repo
git clone --depth 1 https://github.com/open-software-network/os-clovy

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 agent-e2e-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/open-software-network/os-clovy/agent-e2e-qa.svg)](https://agentmods.dev/skills/open-software-network/os-clovy/agent-e2e-qa)
Your own site
<a href="https://agentmods.dev/skills/open-software-network/os-clovy/agent-e2e-qa"><img src="https://agentmods.dev/badge/skills/open-software-network/os-clovy/agent-e2e-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,780 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.00159 $0.02780
Opus 5 $0.00079 $0.01390
Sonnet 5 $0.00032 $0.00556
Haiku 4.5 $0.00016 $0.00278

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

Security

Grade A, and why

agent-e2e-qa 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/prepare_qa_video.py, scripts/run_background_agent_prompt.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/agent-e2e-qa/SKILL.md · 260 lines

How it starts

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

Agent E2E QA

Use this skill to run the kind of QA a human would do with the product open: start Clovy, click through the affected workflow, observe the result, and leave evidence. This is an agent-assisted verification layer, not a substitute for deterministic unit, Rust, or CI tests.

Decision Tree

Pick the narrowest surface that proves the behavior.

  • Web preview: Use pnpm dev and Browser for React-only flows, standalone preview pages, onboarding preview, HUD demo pages, and visual smoke tests that do not require real Tauri commands. The browser-surface technique (faking the Tauri IPC bridge, Playwright/CDP driving, screenshot suites, PR-embeddable GIFs) is owned by the browser-test-tauri-fe skill — read it before driving this surface.
  • Background browser video: Use the bundled Playwright helper for web-reachable agent flows when the user is actively using the desktop or does not need to watch the run. This avoids foreground macOS screen capture. It may shim the Tauri shell while routing prompts through the isolated legacy Hermes QA dashboard.
  • Native Tauri app: Use pnpm tauri:dev and Computer Use for WKWebView, native windows, tray/menu behavior, macOS permissions, dictation hotkeys, microphone/system audio, update prompts, and any flow that depends on Rust commands or sidecars.
  • External browser handoff: Use Chrome when the flow intentionally opens the user's real browser, such as OS Accounts login, checkout, account portal, or a page that depends on the user's browser session.
  • Deterministic promotion: Recommend Playwright or Tauri WebDriver only after a flow is stable enough to run unattended. Do not add a dependency or CI job during a QA pass unless the user asked for that implementation.

If the requested flow touches payments, live accounts, OS permission prompts, microphone/camera/location access, or sends user data externally, get explicit confirmation at action time before performing that side effect.

Read the full file on GitHub · 260 lines

Files

What ships with it

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

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. 3d ago First seen · 260 lines · 159 tokens per session scan A 35b9d631c276

Subscribe to this mod's changes

agent-e2e-qa is a skill published in the GitHub repository open-software-network/os-clovy (357 stars, last pushed 9d ago), licensed MIT. It adds 159 tokens to every session and 2,780 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

macparakeet-stt

Use when the user asks to transcribe audio or video, inspect or manage MacParakeet meeting recordings, search prior dictations/transcripts, or give an AI agent local speech-to-text tools on Apple Silicon.

moona3k/macparakeet · 50 tokens

verify-dictation

The canonical "prove VZT Flow actually works" checklist — the human hotkey test plus its automated equivalents. Use before claiming a dictation-pipeline change works, before a release, or when the user runs /verify-dictation.

vonzelle-vzt/vzt-flow · 53 tokens

release-murmur

Cut a signed, notarized macOS release of Murmur (Tauri 2 + Angular 22). The exact, proven step-by-step runbook — preflight gates → version bump (+ Cargo.lock sync) → QueaT commit → PR-merge to the murmur trunk (never direct-push) → rustup targets → stop dev → universal build → Developer-ID sign BY IDENTITY HASH (the…

murmur-io/murmur · 168 tokens

ship-feature

Ship a Murmur feature through scope, isolated implementation, fresh adversarial and required security review, project gates, a QueaT commit, and a PR to murmur. Use the verifier-only Harness for risky, multi-step, or explicitly requested work; ordinary low-risk fixes keep the normal isolated-worktree route.

murmur-io/murmur · 68 tokens

dreaming

Tryb kreatywnego śnienia o Murmurze — Codex nasiąka apką, wędruje po necie, kombinuje i WYMYŚLA co możemy dodać, nie jako suchy research tylko swobodne myślenie generatywne oparte o głębokie zrozumienie apki i o to, co akurat przyjdzie do głowy. Rozchodzi się szeroko (dużo dzikich pomysłów), skupia na iskrach, buduje…

murmur-io/murmur · 184 tokens

retrieval-memory-brain

The MAP of Murmur's shipped retrieval + agent-memory stack by file:symbol (hybrid fusion, FTS5/vec0 schema, embedding models, the reranker seam, bitemporal facts, consolidation, the entity graph, the eval harness) plus the MEASURED gaps and the load-bearing invariants. Use for any task touching retrieval quality…

murmur-io/murmur · 117 tokens