wp-screenshots

wp-screenshots is a skill for Claude Code, Codex from courtneyr-dev/wp-release-audit-method. It costs 61 tokens per session (2,472 once invoked), scanned D, original, GPL-2.0.

A screenshot skill for capturing WordPress administration screens and public pages from a written JSON brief. WordPress is software for managing websites.

In plain words
What is it for?
Use it to capture WordPress admin screens and front-end website screenshots when you have site credentials.
Why use it?
It provides consistent images of a site's editor area and visible pages for reports or documentation.

Skill for Claude CodeCodex

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

Good fit Use it to capture WordPress admin screens and front-end website screenshots when you have site credentials.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/courtneyr-dev/wp-release-audit-method/wp-screenshots
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 courtneyr-dev/wp-release-audit-method --skill wp-screenshots
Clone the repo
git clone --depth 1 https://github.com/courtneyr-dev/wp-release-audit-method

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 wp-screenshots

README.md
[![agentmods](https://agentmods.dev/badge/skills/courtneyr-dev/wp-release-audit-method/wp-screenshots.svg)](https://agentmods.dev/skills/courtneyr-dev/wp-release-audit-method/wp-screenshots)
Your own site
<a href="https://agentmods.dev/skills/courtneyr-dev/wp-release-audit-method/wp-screenshots"><img src="https://agentmods.dev/badge/skills/courtneyr-dev/wp-release-audit-method/wp-screenshots.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,472 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 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.00061 $0.02472
Opus 5 $0.00030 $0.01236
Sonnet 5 $0.00012 $0.00494
Haiku 4.5 $0.00006 $0.00247

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

Security

Grade D, and why

wp-screenshots scanned grade D with 2 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 8d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/capture.mjs, scripts/make-gallery.mjs, scripts/setup.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt install fonts-inter # or download from https://rsms.me/inter/

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf node_modules
skills/wp-screenshots/SKILL.md · 227 lines

The source is not reproduced here

Licensed GPL-2.0

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

Read it on GitHub

Files

What ships with it

8 files 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. 8d ago First seen · 227 lines · 61 tokens per session scan D 600134a901d9

Subscribe to this mod's changes

wp-screenshots is a skill published in the GitHub repository courtneyr-dev/wp-release-audit-method (9 stars, last pushed 2d ago), licensed GPL-2.0. It adds 61 tokens to every session and 2,472 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, recursive force delete). 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

playwright-cli

Automate browser interactions, test web pages and work with Playwright tests.

microsoft/playwright · 19 tokens

playwright-component-testing

Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated component-testing runtime. Use when asked to test React or Vue components in isolation with Playwright, or to migrate off @playwright/experimental-ct-react / -vue.

microsoft/playwright · 69 tokens

playwright-trace

Inspect Playwright trace files from the command line — list actions, view requests, console, errors, snapshots and screenshots.

microsoft/playwright · 29 tokens

scrapling-official

Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; webfetch fails; the site has anti-bot protections; write Python code to…

D4Vinci/Scrapling · 80 tokens

agent-browser

Drive a real browser to inspect or interact with a web page or app — navigate, take screenshots, read console and network, fill simple forms — for verification tasks, not unattended automation.

paperclipai/paperclip · 40 tokens

stagehand-facade

Browse, navigate, inspect, screenshot, and automate websites with the exact fx tools mcpstagehandrun, mcpstagehandsnapshot, and mcpstagehandscreenshot.

browserbase/stagehand · 42 tokens