forgecad-render-inspect

Interpret ForgeCAD inspection bundles to verify models and localize defects.

917|102|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/KoStard/forgecad-public-kit --skill forgecad-render-inspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forgecad-render-inspect
Source: https://github.com/KoStard/forgecad-public-kit/tree/main/skills/forgecad-render-inspect
Command: npx skills add https://github.com/KoStard/forgecad-public-kit --skill forgecad-render-inspect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python>=3.11, uv, and includes scripts (resource) components.

What problem does it solve?

ForgeCAD shaded renders can hide defects, so this Skill helps you generate and interpret inspection bundle evidence to verify model integrity and pinpoint issues like collisions, thin walls, connectivity failures, floating bodies, and section anomalies.

Core Features & Use Cases

  • Evidence-first inspections: creates a deterministic inspection bundle with PNG evidence and a root manifest.json for structured review.
  • Risk-focused validation: supports interpreting targeted evidence types including collisions, thickness, sections, connectivity, floating, distance, depth, normals, and Zebra stripes.
  • Actionable reporting: converts manifest highlights and visual PNG findings into a practical verification record or model-fix guidance.

Quick Start

Run forgecad inspect collisions model.forge.js /tmp/model-collisions-inspect --camera iso --force --size 700, then inspect the emitted PNGs and manifest.json summary to decide what to fix.

Frequently Asked Questions about forgecad-render-inspect

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

FAQPage Schema
How do I inspect a ForgeCAD model for collisions and thin walls?

Run a ForgeCAD inspection bundle on your .forge.js model to generate PNG evidence and a manifest.json, then review the summarized findings to identify collisions and thin walls.

What is an inspection bundle in ForgeCAD model verification?

A ForgeCAD inspection bundle is a deterministic output package containing PNG visual evidence and a root manifest.json, used to verify model integrity and pinpoint defects like floating bodies.

Can I analyze previously generated ForgeCAD inspection bundles without the original model?

Yes, you can analyze previously generated bundles by reading the existing manifest.json and PNG evidence, validating scope via bundle filters, and summarizing findings without the original .forge.js model.

Do I need Python to run ForgeCAD inspection bundles?

Yes, running ForgeCAD inspection bundles requires Python 3.11 or higher and the uv package manager to execute the scripts that generate and interpret the model verification evidence.

What types of defects can ForgeCAD inspection bundles detect?

ForgeCAD inspection bundles detect collisions, thickness issues, connectivity failures, floating bodies, distance anomalies, section irregularities, mask defects, depth problems, normals errors, and Zebra stripe evidence.

How do I generate a collision inspection report for a ForgeCAD model?

Run the inspect collisions command on your model.forge.js file with parameters for camera angle, force overwrite, and output size to generate PNG evidence and a manifest.json summary for practical model-fix guidance.