ux-capture

ux-capture is a skill for Claude Code, Codex from bacnh85/pi-extensions. It costs 76 tokens per session (436 once invoked), scanned A, original, no licence file.

A UI inspection playbook explains how to render a web interface and inspect it with screenshots. It covers local or remote browser access, daemon connections, SSRF protection, and cloudflared tunnels.

In plain words
What is it for?
It is for checking newly built interfaces through screenshots and troubleshooting connections between local tools, containers, and remote services.
Why use it?
It helps resolve the setup problems that can prevent a headless browser from reaching the page or service being inspected.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for checking newly built interfaces through screenshots and troubleshooting connections between local tools, containers, and remote services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bacnh85/pi-extensions/ux-capture
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 bacnh85/pi-extensions --skill ux-capture
Clone the repo
git clone --depth 1 https://github.com/bacnh85/pi-extensions

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 ux-capture

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bacnh85/pi-extensions/ux-capture"><img src="https://agentmods.dev/badge/skills/bacnh85/pi-extensions/ux-capture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 436 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 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.00076 $0.00436
Opus 5 $0.00038 $0.00218
Sonnet 5 $0.00015 $0.00087
Haiku 4.5 $0.00008 $0.00044

Measured yesterday against content hash 126585d38457, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ux-capture 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 yesterday.

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.

pi-ux/skills/ux-capture/SKILL.md · 30 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

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. yesterday First seen · 30 lines · 76 tokens per session scan A 126585d38457

Subscribe to this mod's changes

ux-capture is a skill published in the GitHub repository bacnh85/pi-extensions (17 stars, last pushed yesterday), with no licence file. It adds 76 tokens to every session and 436 once invoked, about $0.0004 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-09-08.

Related

Other skills, from other repositories

animation-vocabulary

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and…

wangmiaozero/pi-harness · 98 tokens

ask-sonner

Guide to Sonner, the React toast library — install and wire up the Toaster, pick the right toast() call, promise and loading toasts, updating, dismissing and persisting toasts, styling, theming and icons, positioning and multiple toasters. Use when working with Sonner or troubleshooting it — toasts that don't appear…

wangmiaozero/pi-harness · 97 tokens

pick-ui-library

Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.

wangmiaozero/pi-harness · 61 tokens

canvas

Present HTML on connected agent node canvases, navigate/eval/snapshot, and debug canvas host URLs.

subhansh-dev/agent-maxxing · 23 tokens

url-to-code

Recreate an authorized live website or app URL as a faithful, runnable, frontend-only local implementation.

evoelsewhere/evoflux · 24 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens