planr-verify-web

planr-verify-web is a skill for Claude Code, Codex from instructa/planr. It costs 39 tokens per session (975 once invoked), scanned A, original, MIT.

A workflow for checking that a frozen web feature works, using a configured verification method and recording trusted proof. It treats the website’s product code as read-only during verification.

In plain words
What is it for?
Running web-feature checks, measuring whether the required observations were covered, and recording verification results and artifacts.
Why use it?
It prevents verification from changing the feature being tested and reports when the required checking capability is unavailable.

Skill for Claude CodeCodex

Part of the planr plugin — 10 skills, 2 agents shipped together

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/instructa/planr/planr-verify-web
Any agent
npx skills add instructa/planr --skill planr-verify-web
Clone the repo
git clone --depth 1 https://github.com/instructa/planr

Made for: Claude Code, Codex.

Or install planr, the plugin that ships this one along with the rest of its 10 skills, 2 agents.

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 planr-verify-web

README.md
[![agentmods](https://agentmods.dev/badge/skills/instructa/planr/planr-verify-web.svg)](https://agentmods.dev/skills/instructa/planr/planr-verify-web)
Your own site
<a href="https://agentmods.dev/skills/instructa/planr/planr-verify-web"><img src="https://agentmods.dev/badge/skills/instructa/planr/planr-verify-web.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 975 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.00039 $0.00975
Opus 5 $0.00019 $0.00487
Sonnet 5 $0.00008 $0.00195
Haiku 4.5 $0.00004 $0.00097

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

Security

Grade A, and why

planr-verify-web 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.

plugins/planr/skills/planr-verify-web/SKILL.md · 63 lines

How it starts

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

Planr Verify Web

Prove the frozen feature runs. Planr owns the evidence contract and capability selection; the host executes the configured method. Never install or configure browser infrastructure on behalf of this skill.

Run The Typed Verification Packet

Keep verification in the coordinator. Use one stable worker identity that differs from the responsible maker. Do not spawn another model.

PLANR_WORKER_ID="coordinator-verifier-1" planr evidence verify --scope plan --id <plan-id> --json

This command leases verification, probes readiness, seals the run index, executes the configured adapter, evaluates coverage, and settles the FeatureRun. Product source is read-only. Only Planr runtime state, receipts, logs, and artifacts may change.

Require planr.execution_state.v2; its budget and absolute deadline are opaque supplied authority. Skills must not recompute budget policy. If the selected adapter cannot honor required capability or the packet is held, stop with that exact classification.

If readiness is blocked, do not choose another unregistered tool or downgrade the observation. The FeatureRun enters a capability hold. Report the returned gap and next_action, then stop. Repair the policy, schema, adapter digest, runtime registration, or permissions before you run the same verify command again.

Target Lifecycle

The configured Evidence adapter owns target startup, connection, and cleanup. Do not manually start a duplicate browser or application process unless the sealed work packet explicitly declares an externally managed target.

Run The Verification

Exercise the flow the item changed — not the homepage. Interact and assert on the required rendered output. Capture a screenshot only for a visual criterion or failure diagnostics.

Use only the repository capability selected by the active obligation. Read object.coverage, object.feature_run_verification_settlement, and object.verification_broker from the verify result. Do not issue per-criterion coverage or explain commands on the normal path. They are diagnostic commands for a known gap, and --scope criterion accepts a criterion id, never a requirement id.

Read the full file on GitHub · 63 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 · 63 lines · 39 tokens per session scan A d2bb3e67a86f

Subscribe to this mod's changes

planr-verify-web is a skill published in the GitHub repository instructa/planr (71 stars, last pushed 8d ago), licensed MIT. It adds 39 tokens to every session and 975 once invoked, about $0.0002 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

qa/e2e-playwright

Playwright E2E 测试完整方法论,涵盖项目初始化、Page Object Model、认证复用、API Mock、视觉回归、多浏览器测试、CI 集成和调试技巧.

echoVic/boss-skill · 50 tokens

vindicate

Use when the user wants to write, add, fix, stabilize (flaky), refactor, run, or audit Playwright browser tests, draft requirements/stories from a recording (no tests), find test-coverage gaps, scaffold a Playwright project, or set up Playwright CI. Vindicate's guided workflow for grounded, conformant Playwright test…

OpenEvident/vindicate · 77 tokens

e2e-check

Run E2E tests or interactive browser verification. Triggers on: 'run e2e', 'e2e test', 'browser test', 'check in browser', 'verify UI', 'interactive test'.

faizkhairi/claude-code-blueprint · 48 tokens

playwright-execute

Run Playwright tests or suites and upload the resulting report to Katalon True Platform. Use when you need to execute Playwright scripts, package scripts, spec files, projects, or suites, configure or verify @katalon/playwright-reporter, upload Playwright reports with Katalon CLI/reporter commands, and verify uploaded…

katalon-labs/true-skills · 122 tokens

ac-qa-e2e-review

Reviews spec implementation with E2E visual browser validation via Playwright. Triggers on keywords: e2e review, visual review, spec review, browser validation.

WaterplanAI/agentic-config · 40 tokens

ac-qa-test-e2e

Executes E2E tests from definition files with Playwright browser automation. Triggers on keywords: test e2e, run e2e, execute e2e test, e2e test runner.

WaterplanAI/agentic-config · 49 tokens