cloakbrowser-testing

cloakbrowser-testing is a skill for Claude Code from dungnotnull/hybrid-harness-chaos-process-prm. It costs 143 tokens per session (3,333 once invoked), scanned A, original, MIT.

A skill for running end-to-end browser tests with CloakBrowser. End-to-end tests check a web application through complete user journeys, while accessibility tests check use by people with different needs.

In plain words
What is it for?
Running browser test suites, accessibility checks, visual regression checks, chaos-test validation, deployment baselines, and test reports.
Why use it?
It provides evidence about whether a deployed application works as expected, remains accessible, looks unchanged where required, and behaves correctly after changes or disruptions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hybrid-harness-chaos-process plugin — 37 skills, 4 commands shipped together

Good fit Running browser test suites, accessibility checks, visual regression checks, chaos-test validation, deployment baselines, and test reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing
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 dungnotnull/hybrid-harness-chaos-process-prm --skill s12-cloakbrowser-testing
Clone the repo
git clone --depth 1 https://github.com/dungnotnull/hybrid-harness-chaos-process-prm

Made for: Claude Code.

Or install hybrid-harness-chaos-process, the plugin that ships this one along with the rest of its 37 skills, 4 commands.

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 cloakbrowser-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing/github.svg)](https://agentmods.dev/skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing)
Your own site
<a href="https://agentmods.dev/skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing"><img src="https://agentmods.dev/badge/skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing/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 cloakbrowser-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing"><img src="https://agentmods.dev/badge/skills/dungnotnull/hybrid-harness-chaos-process-prm/s12-cloakbrowser-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,333 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00143 $0.03333
Opus 5 $0.00072 $0.01666
Sonnet 5 $0.00029 $0.00667
Haiku 4.5 $0.00014 $0.00333

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

Security

Grade A, and why

cloakbrowser-testing 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 11d 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.

skills/s12-cloakbrowser-testing/SKILL.md · 442 lines

How it starts

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

CloakBrowser Testing (s11)

Purpose

Execute deep, comprehensive test case execution using CloakBrowser as the primary browser automation engine. Establish pre-chaos behavioral baselines, validate post-deployment functionality, and generate test evidence that feeds into resilience scoring and postmortem learning.


Prerequisites

  • PRD and user flows from s01 (BA Requirements) or s01-1 (User Flow Writing)
  • Pipeline YAML from s04 (Pipeline Design)
  • Service deployed and accessible in target environment
  • CloakBrowser installed and configured
  • Test environment URLs available

Input Contract

Input Source Required
PRD with acceptance criteria s01 (workflow_context) Yes
Deployed application URL(s) s04, s05 (pipeline outputs) Yes
Feature flag states (what's enabled) s08 output No
Expected steady state behavior s15 output No
Test framework preference s02 taste (testing category) No
Previous test results (for regression) s25 (postmortem feedback) No

Output Contract

Output Destination Format
Test execution report .commandcode/artifacts/test-report.html HTML
Test results (JUnit XML) .commandcode/artifacts/test-results.xml XML
Coverage report .commandcode/artifacts/coverage/index.html HTML
Screenshot evidence .commandcode/artifacts/screenshots/ PNG
Accessibility audit report .commandcode/artifacts/a11y-report.html HTML
Performance metrics .commandcode/artifacts/perf-metrics.json JSON
Pre-chaos baseline data s18 (game day), s24 (scoring) JSON
Test context workflow_context.artifacts YAML object

Testing Strategy

PRE-DEPLOYMENT          POST-DEPLOYMENT         PRE-CHAOS              POST-CHAOS
     │                       │                      │                      │
Smoke tests           Regression suite      Baseline capture       Regression rerun
Unit tests            E2E flows             Performance profile    Compare baseline
Lint + SAST           A11y audit            Screenshot baseline    Visual diff
                       Load test (k6)                              Resilience evidence

Read the full file on GitHub · 442 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. 11d ago First seen · 442 lines · 143 tokens per session scan A 6431d061994e

Subscribe to this mod's changes

cloakbrowser-testing is a skill published in the GitHub repository dungnotnull/hybrid-harness-chaos-process-prm (19 stars, last pushed 3mo ago), licensed MIT. It adds 143 tokens to every session and 3,333 once invoked, about $0.0007 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

browse

Drive a real browser through Aside: open a page, read it, click through a flow, take screenshots, check console errors. (gstack).

garrytan/gstack · 32 tokens

playwright-cli

A command-line tool for controlling Chromium, Firefox, and WebKit browsers, including navigation, page interaction, screenshots, PDFs, and recorded actions.

UnicomAI/wanwu · 76 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.

anthropics/skills · 35 tokens

create-verification-skill

Create a repo-local verification skill and exhaustive feature map for driving a real app through its UI, CLI, or API. Use for "create a verification skill", "make a verify skill for this repo", or "document how agents can verify this app".

get-bb/bb · 57 tokens

browser-qa

A browser-based quality check for deployed web pages and user flows. It uses browser automation to test rendering, navigation, forms, interactions, responsive behaviour, and accessibility-related issues.

hashgraph-online/awesome-codex-plugins · 58 tokens

test-electron-app

Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…

PostHog/posthog-foss · 112 tokens