oce-estimate-boq
Installation
SKILL.md
BOQ & Estimation in OpenConstructionERP
Workflow
- Pick a cost base — load it (see
oce-load-cost-bases) so items are searchable. - Create the BOQ —
POST /api/v1/boqswith project, currency, classification standard (DIN 276 / NRM / MasterFormat / regional). - Find items —
GET /api/v1/costs/?region=TR_NATIONAL&q=duvar(SQL search) or the semantic path (/qdrant-searchwhen Qdrant is on). Every item carries acomponents[]breakdown (labour/material/machine with norm quantities and unit prices). - Link quantities — either manual entry, BIM bulk-link (
POST /api/v1/bim/elements/bulk-linkstyle endpoints aggregate area/volume/length per element), or PDF/DWG takeoff measurements. - Validate —
POST /api/v1/boqs/{id}/validate/runs rule packs (BOQ quality, DIN276, NRM, GAEB) and returns violations; quality score updates live. - Export — GAEB X83/X84, XLSX, JSON for tendering.