prove-it

prove-it is a skill for Claude Code from AlemTuzlak/skills. It costs 62 tokens per session (1,424 once invoked), scanned A, original, no licence file.

A verification workflow for demonstrating that a user-interface or application-programming-interface change works in a browser or through an API.

In plain words
What is it for?
Use it when the user asks to prove a UI or API change, show it in the browser, or demonstrate the result.
Why use it?
It provides evidence for a claimed UI or API change instead of relying only on a written statement that the work is complete.

Skill for Claude Code

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

Part of the alemtuzlak-skills plugin — 32 skills shipped together

Good fit Use it when the user asks to prove a UI or API change, show it in the browser, or demonstrate the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alemtuzlak/skills/prove-it
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 AlemTuzlak/skills --skill prove-it
Clone the repo
git clone --depth 1 https://github.com/AlemTuzlak/skills

Made for: Claude Code.

Or install alemtuzlak-skills, the plugin that ships this one along with the rest of its 32 skills.

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 prove-it

README.md
[![agentmods](https://agentmods.dev/badge/skills/alemtuzlak/skills/prove-it/github.svg)](https://agentmods.dev/skills/alemtuzlak/skills/prove-it)
Your own site
<a href="https://agentmods.dev/skills/alemtuzlak/skills/prove-it"><img src="https://agentmods.dev/badge/skills/alemtuzlak/skills/prove-it/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 prove-it

Your own site · 80×15
<a href="https://agentmods.dev/skills/alemtuzlak/skills/prove-it"><img src="https://agentmods.dev/badge/skills/alemtuzlak/skills/prove-it.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00062 $0.01424
Opus 5 $0.00031 $0.00712
Sonnet 5 $0.00012 $0.00285
Haiku 4.5 $0.00006 $0.00142

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

Security

Grade A, and why

prove-it 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- curl or a small script against a running server
skills/prove-it/SKILL.md · 114 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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. 11d ago First seen · 114 lines · 62 tokens per session scan A 5d89a0ef8589

Subscribe to this mod's changes

prove-it is a skill published in the GitHub repository AlemTuzlak/skills (39 stars, last pushed 11d ago), with no licence file. It adds 62 tokens to every session and 1,424 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

bug-bash

Programmatic bug bashing, ingest a prescribed test plan (Notion, markdown, pasted spec), drive a real running system (browser via Chrome DevTools / Playwright MCP, backend via API tools when relevant), run every prescribed case with evidence, then do exploratory passes (viewports, multi-actor flows, codebase-driven…

Flagrare/agent-skills · 231 tokens

e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.

affaan-m/ECC · 53 tokens

dogfood

Exploratory QA of web apps: find bugs, evidence, reports.

NousResearch/hermes-agent · 18 tokens

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

wshobson/agents · 51 tokens

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

code-yeongyu/oh-my-openagent · 51 tokens

memstack-development-webapp-testing

Use when the user says 'write browser tests', 'test this page', 'playwright test', 'e2e test', 'end to end test', 'browser test', 'test the UI', or needs Playwright-based browser testing for a web application. Do NOT use for unit tests, API tests, or non-browser testing.

cwinvestments/memstack · 75 tokens