ss-verify

ss-verify is a skill for Claude Code, Codex from izzoa/polyrouter. It costs 114 tokens per session (1,846 once invoked), scanned A, original, AGPL-3.0.

A visual quality check that renders a user interface, captures a screenshot, and scores what appears on screen. It looks for issues such as empty space, cramped layouts, missing fonts, and weak visual emphasis.

In plain words
What is it for?
Use it to inspect the rendered result of a UI, find pixel-level design issues, and verify that visual fixes actually appear in the browser.
Why use it?
It catches problems that may not be apparent from reading the code alone, before the interface is shipped.

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

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 ss-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/izzoa/polyrouter/ss-verify.svg)](https://agentmods.dev/skills/izzoa/polyrouter/ss-verify)
Your own site
<a href="https://agentmods.dev/skills/izzoa/polyrouter/ss-verify"><img src="https://agentmods.dev/badge/skills/izzoa/polyrouter/ss-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,846 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00114 $0.01846
Opus 5 $0.00057 $0.00923
Sonnet 5 $0.00023 $0.00369
Haiku 4.5 $0.00011 $0.00185

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

Security

Grade A, and why

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

.agents/skills/ss-verify/SKILL.md · 122 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 122 lines · 114 tokens per session scan A bdaa7c4de6ac

Subscribe to this mod's changes

ss-verify is a skill published in the GitHub repository izzoa/polyrouter (22 stars, last pushed 4d ago), licensed AGPL-3.0. It adds 114 tokens to every session and 1,846 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-30.

Related

Other skills, from other repositories

nexu-e2e-test

Use when verifying OpenClaw gateway fixes end-to-end, testing skill loading after restart, or running integration tests against the local Nexu+OpenClaw stack. Triggers on "e2e test", "verify fix", "test gateway", "test skills loading".

nexu-io/nexu · 63 tokens

playwright-pom-discovery

Use when building or extending a Page Object Model (POM) for the Opik E2E suite (under testsendtoend/e2e/pom/) and you need to choose stable selectors against the live UI. Walks through seeding required state, exploring the running page with the Playwright MCP (accessibility snapshot + data-testid enumeration)…

comet-ml/opik · 112 tokens

explore-feature

Use when a developer wants an e2e test covering a change they just made — e.g. "explore this feature", "add a test for my PR", "cover the feature in PR.

comet-ml/opik · 44 tokens

writing-e2e-tests

Use when a developer wants to add, write, or create an end-to-end test for an Opik feature, page, or branch — e.g. "add an e2e test for the experiments comparison page", "write a test for the feature I just built", "e2e test for this branch", "cover the dataset items flow with a test". Runs the full loop in…

comet-ml/opik · 126 tokens

debugging-e2e-tests

Use when an Opik E2E test has failed and a developer wants it investigated — e.g. "why did this e2e test fail?", "investigate the failing run on my PR", "is dataset-crud-smoke flaky?", "the nightly e2e suite went red". Takes a failure from a CI check, a TestOps launch, a test name, or a local run; gathers the trace…

comet-ml/opik · 122 tokens

e2e-test

Skill "e2e-test" from maximhq/bifrost, covering playwright e2e testing, usage, workflow overview, auto-update workflow (sync mode) and step 0: detect what changed.

maximhq/bifrost · 0 tokens