klayoutclaw:visual

Capture the current KLayout layout and render it as a PNG.

32|6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/caidish/KlayoutClaw --skill klayoutclaw-visual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klayoutclaw:visual
Source: https://github.com/caidish/KlayoutClaw/tree/main/skills/visual
Command: npx skills add https://github.com/caidish/KlayoutClaw --skill klayoutclaw-visual

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill captures the current KLayout layout and renders it as a PNG for quick visual inspection, enabling rapid validation and sharing of layout visuals.

Core Features & Use Cases

  • Save a PNG screenshot of the active layout for reviews and debugging.
  • Return file paths to both the GDS and PNG for downstream MCP workflows.
  • Use in MCP-driven pipelines to provide visual checkpoints during design and verification.

Quick Start

Run the capture script to save the layout as a GDS file, convert it to PNG, and return both file paths.

Frequently Asked Questions about klayoutclaw:visual

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

FAQPage Schema
How do I capture a KLayout layout as a PNG screenshot?

To capture a KLayout layout as a PNG screenshot, run the dedicated capture script which saves the active layout as a GDS file, converts it to PNG, and returns both file paths for immediate visual inspection.

Can I generate KLayout layout previews in an MCP-driven workflow?

Yes, you can generate KLayout layout previews in an MCP-driven workflow by using the capture script to provide visual checkpoints, returning file paths to both the GDS and converted PNG for downstream processing.

What is the best way to export a GDS file to PNG for quick visual inspection?

The best way to export a GDS file to PNG for quick visual inspection is using a capture script that saves the current KLayout layout, renders it locally, and provides the file paths for instant review.

Do I need KLayout installed to render a layout screenshot as a PNG?

Yes, rendering a layout screenshot as a PNG requires the active KLayout layout environment and a local conversion tool to process the saved GDS file into the final PNG image output.

Why use a dedicated capture script for KLayout geometry verification?

Using a dedicated capture script for KLayout geometry verification enables rapid validation by saving the design state to GDS, rendering it as a PNG, and returning file paths for easy sharing and debugging.