screenshot

Capture PNG screenshots of HTML mockups using Puppeteer.

45|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/rakovi4/continue-framework --skill screenshot-rakovi4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot
Source: https://github.com/rakovi4/continue-framework/tree/main/.claude/skills/screenshot
Command: npx skills add https://github.com/rakovi4/continue-framework --skill screenshot-rakovi4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of taking screenshots of HTML mockups, allowing users to capture visual representations of their designs efficiently.

Core Features & Use Cases

  • Automated Screenshot Capture: Automatically capture screenshots of HTML mockups using Puppeteer.
  • Custom Scope: Take screenshots of specific files or directories within the default location.
  • Use Case: When a user wants to capture a visual representation of a web design or mockup, they can use this Skill to generate a PNG image of the HTML content.

Quick Start

Take a screenshot of the 'login.html' file by running the command: /screenshot login.html.

Frequently Asked Questions about screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate capturing screenshots of HTML mockups?

To automate capturing screenshots of HTML mockups, you can use this Skill to trigger Puppeteer, which navigates to your specified HTML files and generates PNG images automatically.

Do I need Puppeteer installed to take screenshots of my web designs?

Yes, a Puppeteer environment is required to execute the screenshot command. This Skill relies on Puppeteer to render the HTML mockups and capture the visual representations.

Can I take a screenshot of a specific HTML file instead of the whole directory?

Yes, you can capture screenshots of a specific HTML file or directory. By running a command like `/screenshot login.html`, the Skill targets that individual mockup for PNG generation.

What is the best way to generate PNG images from HTML files for design review?

The best way to generate PNG images from HTML files is using an automated Puppeteer script. This approach captures visual representations of web designs efficiently without manual browser interaction.

Are there limitations when using Puppeteer to screenshot HTML mockups?

The main limitation is the requirement of a Puppeteer environment. Without this browser automation dependency properly set up, the Skill cannot execute the screenshot capture process for your HTML mockups.