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/aziontech/webkit/webkit-ui-verifynpx skills add aziontech/webkit --skill webkit-ui-verifygit clone --depth 1 https://github.com/aziontech/webkitWhat 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.00117 | $0.02472 |
| Opus 5 | $0.00059 | $0.01236 |
| Sonnet 5 | $0.00023 | $0.00494 |
| Haiku 4.5 | $0.00012 | $0.00247 |
Grade A, and why
webkit-ui-verify 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: webkit-ui-verify
Purpose
The other skills in this pack prescribe — tokens for both themes, a full state surface, WCAG at the composition layer, layout across breakpoints. This one verifies they held, by driving the running screen in a real browser and looking. A screen "looks done" only in the one theme, one width, and one data state you happened to open; the regressions the other skills warn about — a dark-mode-only contrast break, an empty fetch that renders a blank panel, a focus that never returns to its trigger, a Vue warning in the console — are invisible until something exercises them. This is the executable companion to the whole pack: the runtime gate you run before calling any route finished.
The method is reconnaissance, then action — OBSERVE, never assume. Navigate, screenshot, read the live accessibility tree, and let what is actually on the page drive the next step. Do not assert against selectors or state you expect to exist; find them, then act.
How to use
/webkit-ui-verify— run the full pass against the route you just built in this conversation./webkit-ui-verify <route-or-file>— verify a specific route (/workloads) or the view a.vuefile renders; report per finding: what failed, the evidence (console line, axe rule, screenshot), and the fix.
The agent form is webkit-ui-verifier — hand it a route and it runs this loop end to end and reports back. Either way the loop is the same; only who drives it changes.
Before you run
- Build/serve the app locally first (
pnpm dev/pnpm build && pnpm preview), and verify the URL responds — the pass drives a live server, not a static file. - The consumer installs two devDeps:
playwright(the browser) andaxe-core(the a11y engine). Install Chromium once withnpx playwright install chromium.
The loop — capture, then assert
Run every route through all four, in both themes and at 2–3 widths. A pass that skipped a theme, a width, or a state did not verify the screen.
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.
- 2d ago First seen · 184 lines · 0 tokens per session scan A 14b901c76b93
webkit-ui-verify is a skill published in the GitHub repository aziontech/webkit (2 stars, last pushed 4d ago), licensed MIT. It adds 117 tokens to every session and 2,472 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-31.
Other skills, from other repositories
monorepo-management
Sets up or audits a monorepo workspace: tool selection, package naming, shared tooling, inter-package dependencies, selective CI, and versioning strategy. Invoked when the user asks to set up a monorepo, add a workspace, or manage multiple packages in a single repository.
bazel-monorepo-expert
Expert knowledge for managing large-scale Bazel monorepos with multiple services, shared libraries, and cross-cutting concerns. Use for workspace structure, visibility, and dependency management.
pnpm
Skill "pnpm" from pledgeandgrow/pledge-skills, covering pnpm documentation skill, key benefits, file index, quick start and install pnpm.
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…
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.