navisworks

Automate clash detection and export Navisworks models to NWC/NWD formats.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill navisworks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: navisworks
Source: https://github.com/Umbral-Bot/umbral-agent-stack/tree/main/openclaw/workspace-templates/skills/navisworks
Command: npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill navisworks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates clash detection, model review, and data export processes within Autodesk Navisworks, streamlining BIM coordination and reducing design conflicts.

Core Features & Use Cases

  • Automated Clash Detection: Configure and run clash tests programmatically.
  • Model Export: Export federated models to NWC/NWD formats with customizable options.
  • BIM Coordination: Facilitate communication and issue resolution by automating reporting.
  • Use Case: Automatically run clash tests between architectural and MEP models, generate a report of active clashes, and export it in HTML format for review.

Quick Start

Use the navisworks skill to automatically export the current NWD model to 'C:/output/model.nwd' excluding hidden objects.

Frequently Asked Questions about navisworks

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

FAQPage Schema
How do I automate clash detection between architectural and MEP models in Navisworks?

Automated clash detection in Navisworks is achieved by programmatically configuring and running clash tests via the .NET API. This process automatically identifies design conflicts between architectural and MEP models and generates result reports.

Can I export federated models to NWD or NWC formats programmatically?

Yes, you can programmatically export federated models to NWD or NWC formats. The automation supports customizable export options, including specifying output paths and excluding hidden objects from the final model file.

Does automating BIM coordination with APS require Navisworks to be installed?

Yes, automating BIM coordination requires Autodesk Navisworks to be installed locally. Additionally, you must configure Autodesk Platform Services (APS) credentials to enable cloud operations and API integrations.

What is the best way to generate clash test reports for BIM coordination?

The best way to generate clash test reports is by automating the clash result analysis programmatically. This approach automatically processes active clashes and exports the findings in HTML format for team review.

How do I exclude hidden objects when exporting an NWD model?

You can exclude hidden objects during an NWD export by specifying custom export parameters in your script. This ensures the output model file at your target path only contains the visible elements required for review.