inspect-pencil-node

Extract node attributes and generate screenshots from Pencil design files.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill inspect-pencil-node
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspect-pencil-node
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/inspect-pencil-node
Command: npx skills add https://github.com/getty104/claude-task-worker --skill inspect-pencil-node

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pencil, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to inspect Pencil design files with the CLI, extract node details, and generate screenshots without modifying the original files.

Core Features & Use Cases

  • Node Detail Extraction: Retrieve the design data and attributes of specific nodes within a .pen file.
  • Screenshot Generation: Capture screenshots of individual nodes or the entire document.
  • Use Case: When a user needs to review the design of a specific node or component in a Pencil document, this Skill allows them to quickly access detailed information and visual references.

Quick Start

Use the inspect-pencil-node skill to extract the details of all nodes named "header" within the design file 'example.pen'.

Frequently Asked Questions about inspect-pencil-node

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

FAQPage Schema
How do I extract node details from a Pencil design file?

To extract node details from a Pencil design file, use the pencil CLI to retrieve design data and attributes for specific nodes. You can target nodes by name or parent ID to access their detailed information without modifying the original file.

Can I generate screenshots of specific components in a .pen file?

Yes, you can generate screenshots of specific components in a .pen file. The pencil CLI allows you to capture visual screenshots of individual nodes or the entire document by specifying output paths and patterns for your captures.

Do I need the pencil CLI installed to inspect Pencil design files?

Yes, you need the pencil CLI installed to inspect Pencil design files. The tool relies on the pencil CLI dependency to interact with design files, extract node attributes, and generate screenshots without altering the original document.

How do I capture a screenshot of a node using a parent ID in Pencil?

To capture a screenshot of a node using a parent ID in Pencil, utilize the CLI tool to specify the parent ID and output path. This retrieves the design data and generates a visual screenshot of the targeted node within your design file.

What is the best way to review Pencil design data without modifying the file?

The best way to review Pencil design data without modifying the file is using a CLI tool for inspection. It extracts node details and generates screenshots in a read-only manner, ensuring the original design document remains completely unchanged.