fullpage-screenshot

fullpage-screenshot is a skill for Claude Code, Codex from mad-coders/fullpage-screenshot-ai-skill. It costs 69 tokens per session (1,002 once invoked), scanned A, original, MIT.

A browser-based tool for capturing complete website pages at several screen widths, including pages that need sign-in or setup clicks.

In plain words
What is it for?
It helps create full-page screenshots for mobile, tablet, and desktop reviews, and compare how a website layout changes across screen sizes.
Why use it?
It avoids incomplete screenshots that show only the visible screen or break when a page has sticky elements. The multiple widths help reveal responsive-layout problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit It helps create full-page screenshots for mobile, tablet, and desktop reviews, and compare how a website layout changes across screen sizes.

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

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 fullpage-screenshot

README.md
[![agentmods](https://agentmods.dev/badge/skills/mad-coders/fullpage-screenshot-ai-skill/fullpage-screenshot/github.svg)](https://agentmods.dev/skills/mad-coders/fullpage-screenshot-ai-skill/fullpage-screenshot)
Your own site
<a href="https://agentmods.dev/skills/mad-coders/fullpage-screenshot-ai-skill/fullpage-screenshot"><img src="https://agentmods.dev/badge/skills/mad-coders/fullpage-screenshot-ai-skill/fullpage-screenshot/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 fullpage-screenshot

Your own site · 80×15
<a href="https://agentmods.dev/skills/mad-coders/fullpage-screenshot-ai-skill/fullpage-screenshot"><img src="https://agentmods.dev/badge/skills/mad-coders/fullpage-screenshot-ai-skill/fullpage-screenshot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,002 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.00069 $0.01002
Opus 5 $0.00034 $0.00501
Sonnet 5 $0.00014 $0.00200
Haiku 4.5 $0.00007 $0.00100

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

Security

Grade A, and why

fullpage-screenshot 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/capture.mjs), 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.

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.

fullpage-screenshot/SKILL.md · 111 lines

How it starts

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

Full-page screenshots across breakpoints

Capture a whole page - not just the visible viewport - at several widths in one run, and get a report that doubles as a responsive-layout check.

Install

make install     # into ~/.claude/skills, available in every project
make check       # confirm it is installed and a browser will start

make install-project puts it in ./.claude/skills instead, so it travels with a repository. make link symlinks rather than copies, so git pull updates the installed skill. make uninstall removes it.

Quick start

make capture URL=https://example.com
# or
node scripts/capture.mjs --url https://example.com --out ./screenshots

Widths default to 375,768,992,1200,1440. Override with --widths.

If a capture will not start, node scripts/capture.mjs --check lists every browser it can find and reports which of them actually launch.

Why not just take a screenshot

Three things make this harder than it looks, and the script handles all three.

A viewport screenshot is not a page screenshot. Most tooling captures what is on screen. Stitching slices by scrolling breaks on sticky headers, which reappear in every slice. Use the browser's own full-page capture instead.

Images decode late. A full-page capture fires before lazy or still-decoding images finish, and you get half-loaded photography in an otherwise perfect screenshot. The script waits for every <img> to settle first.

The page may need setting up. Behind basic auth, a cookie banner, a state toggle. --auth covers credentials; --prepare runs arbitrary JS in the page before the shot.

The report is the point

Every run prints one row per capture:

width  requested  captured  height  status
375    375        375       4205    ok
768    768        773       3865    OVERFLOWS BY 5px

A full-page capture expands to fit horizontal overflow. So when the captured width exceeds the requested width, the page overflows sideways at that breakpoint - which is a layout bug you would otherwise have to hunt for. The screenshots come with a free responsive audit attached.

Read the full file on GitHub · 111 lines

Files

What ships with it

3 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. 12d ago First seen · 111 lines · 69 tokens per session scan A f436fb05c503

Subscribe to this mod's changes

fullpage-screenshot is a skill published in the GitHub repository mad-coders/fullpage-screenshot-ai-skill (2 stars, last pushed 27d ago), licensed MIT. It adds 69 tokens to every session and 1,002 once invoked, about $0.0003 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

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

playwright-best-practices

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

currents-dev/playwright-best-practices-skill · 214 tokens

ultimate-seo-geo

Audits and optimizes websites for search engine visibility (SEO) and AI search citation (GEO), covering technical health, E-E-A-T content scoring, domain authority, structured data, rich results, and entity signals. Use when running SEO audits, diagnosing traffic drops or ranking losses, generating Schema.org JSON-LD…

mykpono/ultimate-seo-geo · 144 tokens

firefox-browser

Control the user's Firefox browser with their logins and cookies intact. Use when you need to browse websites as the user, interact with authenticated pages, fill forms, click buttons, take screenshots, or get page content. (user).

aiskillstore/marketplace · 50 tokens

agent-browser

Browser automation for AI agents via inference.sh. Navigate web pages, interact with elements using @e refs, take screenshots, record video. Capabilities: web scraping, form filling, clicking, typing, drag-drop, file upload, JavaScript execution. Use for: web automation, data extraction, testing, agent browsing…

aiskillstore/marketplace · 105 tokens

web-scrape

Intelligent web scraper with content extraction, multiple output formats, and error handling.

aiskillstore/marketplace · 20 tokens