neomano-web-snapshot

Take a screenshot (PNG) of any website in a headless way (no GUI) to verify it's rendering/working. Use when the user asks for a website screenshot, uptime visual check, or to confirm a page loads correctly.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "neomano-web-snapshot" with this command: npx skills add neomano-web-snapshot

Requirements

  • Node.js (required)
  • bun (required for the provided bootstrap/install flow)
  • Playwright (Node package) (required)

This skill uses Playwright + headless Chromium (works without a GUI).

One-time setup (headless)

This installs dependencies into this skill folder ({baseDir}):

bash {baseDir}/scripts/bootstrap.sh

Note: node_modules/ is intentionally not shipped in the skill package; dependencies are installed locally by the bootstrap script.

If you installed Playwright elsewhere (global or in a different project folder), Node may not find it when running this skill.

Take a screenshot

bash {baseDir}/scripts/snapshot.sh "https://example.com" --out ./snapshots/example.png

Options:

  • --full-page to capture full scroll height.
  • --wait-ms 2000 to wait after load (useful for SPAs).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

SnapRender

Give your agent eyes on the web — screenshot any URL as an image file. Supports device emulation (iPhone, iPad, Pixel, MacBook), dark mode, full-page scroll,...

Registry SourceRecently Updated
9710Profile unavailable
Research

SnapAPI — Web Intelligence for AI Agents

Give your agent web intelligence — screenshot any URL, extract structured page data, detect page changes, and analyze websites via the SnapAPI REST API.

Registry Source
2420Profile unavailable
General

Web to PDF

Convert a web page to PDF, especially web-based slide decks and presentations (reveal.js, impress.js, custom JS slideshows, scroll-based decks). Use when the...

Registry SourceRecently Updated
2020Profile unavailable
General

URL to PNG

Convert URL to PNG suitable for mobile reading.

Registry SourceRecently Updated
1.2K0Profile unavailable