KS
Killer-Skills

l-capture-all-pages — how to use l-capture-all-pages how to use l-capture-all-pages, l-capture-all-pages setup guide, l-capture-all-pages alternative, l-capture-all-pages vs manual verification, l-capture-all-pages install with Playwright, l-capture-all-pages high-resolution page capture

v1.0.0
GitHub

About this Skill

Perfect for Translation Verification Agents needing comprehensive content analysis and visual verification capabilities. l-capture-all-pages is a skill that captures high-resolution screenshots of all pages in a manual viewer for visual verification of translations and layout correctness

Features

Captures screenshots of all pages at 2000x1600 resolution
Verifies translations match page images using Playwright
Checks layout correctness and detects content mismatches
Requires pnpm dev server running on port 3100
Supports global or project-level Playwright installation

# Core Topics

Takazudo Takazudo
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Takazudo/takazudomodular-manuals/l-capture-all-pages

Agent Capability Analysis

The l-capture-all-pages MCP Server by Takazudo is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use l-capture-all-pages, l-capture-all-pages setup guide, l-capture-all-pages alternative.

Ideal Agent Persona

Perfect for Translation Verification Agents needing comprehensive content analysis and visual verification capabilities.

Core Value

Empowers agents to capture high-resolution screenshots of all pages in the manual viewer for translation verification, ensuring correct layouts and no content mismatches using Playwright and high-resolution imaging (2000x1600).

Capabilities Granted for l-capture-all-pages MCP Server

Automating translation verification for manual viewers
Generating visual reports for layout and content validation
Debugging content mismatches and missing translations in manual viewers

! Prerequisites & Limits

  • Requires dev server running on port 3100
  • Playwright installation required globally or in project
  • Limited to manual viewer pages
Project
SKILL.md
2.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Capture All Pages

Capture all pages of the manual viewer at high resolution (2000x1600) for visual verification of translations.

Purpose

This skill captures screenshots of all pages in the manual viewer to verify that:

  • Translations match the page images
  • Layout is correct
  • No content mismatches or missing translations

Quick Start

Prerequisites:

  • Dev server running on port 3100 (pnpm dev)
  • Playwright installed globally or in project

Usage:

bash
1# Capture all pages (default: 30 pages) 2node .claude/skills/capture-all-pages/scripts/capture.js 3 4# Capture specific number of pages 5node .claude/skills/capture-all-pages/scripts/capture.js --pages 280 6 7# Custom base URL 8node .claude/skills/capture-all-pages/scripts/capture.js --base-url http://zmanuals.localhost:3100/manuals/oxi-one-mk2/page

Configuration

The capture script supports these options:

Default settings:

  • Viewport: 2000x1600 (high resolution for detail)
  • Output: __inbox/captures-{YYYYMMDD}-{HHMMSS}/
  • Format: PNG files named page-001.png to page-NNN.png
  • Timeout: 15 seconds per page
  • Wait after load: 2 seconds

Execution Workflow

  1. Verify dev server is running

    bash
    1curl -s -o /dev/null -w "%{http_code}" http://zmanuals.localhost:3100/manuals/oxi-one-mk2/page/1 2# Should return 200
  2. Run capture script

    bash
    1node .claude/skills/capture-all-pages/scripts/capture.js

    The script will:

    • Create timestamped output directory
    • Launch headless browser
    • Capture each page sequentially
    • Report progress and errors
    • Save summary.json with results
  3. Check results

    bash
    1ls -lh __inbox/captures-*/page-*.png

Output Structure

__inbox/captures-20260103-163245/
├── page-001.png (2000x1600)
├── page-002.png (2000x1600)
├── page-003.png (2000x1600)
...
├── page-030.png (2000x1600)
└── summary.json (capture results)

summary.json contains:

  • Timestamp and configuration
  • Success/failure counts
  • Error details for failed captures

Notes

  • All screenshots saved to project's __inbox/ directory (gitignored)
  • Session timestamp prevents overwriting previous captures
  • Script uses headless Chromium (no visible browser window)
  • Failed page captures are logged but don't stop the script
  • High resolution (2000x1600) allows detailed inspection of translations

Related Skills

Looking for an alternative to l-capture-all-pages or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication