ntriq-blueprint-intelligence
SKILL.md
Blueprint Intelligence
AI-powered architectural blueprint analysis using vision AI. Upload construction drawings, floor plans, or engineering schematics to extract structured data: rooms, dimensions, materials, structural elements, and compliance annotations.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
image_url |
string | ✅ | URL to blueprint image (PNG, PDF page, TIFF) |
extract_dimensions |
boolean | ❌ | Extract room measurements (default: true) |
scale |
string | ❌ | Drawing scale e.g. 1:100 (auto-detected if omitted) |
output_format |
string | ❌ | json or svg_overlay (default: json) |
Example Response
{
"rooms": [
{"name": "Living Room", "area_sqm": 28.4, "dimensions": "5.2m x 5.46m"},