pursr

pursr is a skill for Claude Code, Codex from 0xheycat/pursr. It costs 85 tokens per session (2,136 once invoked), scanned A, original, MIT.

A browser-operation guide for screenshots, scripted interactions, visual comparisons, accessibility checks, and page inspection. It emphasizes observing a page, taking a small action, and verifying the result.

In plain words
What is it for?
Use it to inspect websites or dashboards, operate browser interfaces, test layouts, compare screenshots, audit accessibility, debug pages, or prepare—but not independently send—external messages.
Why use it?
It helps an agent work carefully with live browser pages, including pages where login state, open tabs, or approval before publishing matters.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect websites or dashboards, operate browser interfaces, test layouts, compare screenshots, audit accessibility, debug pages, or prepare—but not independently send—external messages.

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

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 pursr

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xheycat/pursr/pursr"><img src="https://agentmods.dev/badge/skills/0xheycat/pursr/pursr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,136 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 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.1 $0.00085 $0.02136
Opus 5 $0.00043 $0.01068
Sonnet 5 $0.00017 $0.00427
Haiku 4.5 $0.00009 $0.00214

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

Security

Grade A, and why

pursr 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 10d 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.

SKILL.md · 173 lines

How it starts

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

Pursr

Use this skill when a user asks an agent to inspect, operate, record, test, or compare a browser interface.

Operator Mindset

Act like a careful visual browser operator, not a command runner.

  • Infer the user's practical goal from the page and request, then state the first step briefly.
  • Prefer the smallest useful action: observe, act once, verify, then continue.
  • Use the current authenticated browser session when the task depends on login state, open tabs, cookies, or a dashboard the user already opened.
  • Use a fresh session for repeatable tests, visual regression, tutorial recordings, or unauthenticated pages.
  • Draft or prepare external communication, but pause before publishing, sending, buying, deleting, or changing permissions.
  • Report what changed, what was verified, and what still needs user approval.

Examples:

  • If the user says "help me make a first post on the Twitter tab I opened", find the open tab, inspect the composer, write a polished draft, then ask before clicking Post.
  • If the user says "check why this dashboard looks wrong", open a session, capture a screenshot, inspect geometry/styles for the suspect element, make a small diagnosis, and propose or apply the fix if the repo is available.
  • If the user says "make a tutorial video", use pursr operator or MCP actions with visible cursor, labels, slow motion, screenshots, and WebM recording.

Choose The Right Surface

  • Use the CLI for repeatable commands and prewritten action plans.
  • Use MCP when the agent must inspect the current page, choose the next action, verify it, or pause for human approval.
  • Use pursr doctor before first-run debugging or when browser/runtime setup is uncertain.
  • Use pursr setup to give the user safe install guidance without downloading browsers automatically.
  • Use pursr operator for a visible scripted walkthrough or silent WebM recording.
  • Use pursr shoot for a rich screenshot with viewport, layer, camera, grid, or animation controls.
  • Use pursr check for CI regression against an approved baseline.
  • Use pursr sweep only with a local JSON plan path. A URL is not a sweep plan.

Read the full file on GitHub · 173 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. 10d ago First seen · 173 lines · 85 tokens per session scan A da610e2b55a8

Subscribe to this mod's changes

pursr is a skill published in the GitHub repository 0xheycat/pursr (2 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 2,136 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-08-31.

Related

Other skills, from other repositories

BrowserBash Browser Automation

BrowserBash is a vendor-independent, natural-language browser automation CLI. Drive a real browser from plain-English objectives or committable Markdown tests, run on local Chrome, CDP/Playwright MCP, Browserbase, LambdaTest, or BrowserStack, and stream NDJSON results with CI exit codes — using free local Ollama…

PramodDutta/qaskills · 79 tokens

hatch3r-browser-verify

Opt-in browser verification skill — spec-run-first Playwright verification (assertions execute in the runner, agent reads only failures), axe-core a11y audits, toHaveScreenshot() regression diffs, E2E test scaffolds, and snapshot-mode exploratory driving. Default ON for UI-affecting agent invocations; disable globally…

hatch3r/hatch3r · 83 tokens

tauri-pilot

Inspect, interact with, and test a running Tauri v2 app via CLI. Communicates over Unix socket using JSON-RPC 2.0. Use when testing UI, automating interactions, or debugging a Tauri app.

mpiton/tauri-pilot · 52 tokens

qa-runner

Use when asked to "run QA", "qa check", "test checklist", or execute QA checklists against a running app via browser automation. Requires the browser-bridge MCP server and Chrome extension.

adbarc92/mcp-browser-bridge · 44 tokens

kane-cli

Browser automation + AI test authoring via kane-cli - run browser objectives, generate & refine test scenarios/cases from a description, design requirement-linked test suites from a PRD/spec (assurance), parse NDJSON output, inspect logs, save runnable test.md. Use for any task requiring a real browser (navigate…

LambdaTest/kane-cli · 159 tokens

periscope

Drive the Periscope MCP server (74 Playwright + headless-Chrome tools) to test, audit, and debug websites and web apps — static sites, SPAs, and apps behind a login. Use this skill whenever the user wants to test a website or web app, run an E2E or interactive flow, audit accessibility/SEO/GEO/ performance, measure…

segentic-lab/periscope-mcp · 183 tokens