What problem does it solve? Producing a Software Bill of Materials for a running Node.js application normally requires manual dependency tree analysis, which is slow and error-prone. This Skill generates a complete SBOM directly from a live N|Solid-monitored application for compliance reviews, license audits, and vendor assessments. ## Core Features & Use Cases - SBOM Generation: Calls the N|Solid sbom tool against a connected application to traverse its full transitive dependency tree. - Format Selection: Outputs human-readable HTML compliance reports by default, or JSON for programmatic consumption. - File Output: Saves results directly to .nsolid/sbom/ with a summary of total packages, top licenses, and notable dependencies. - Use Case: A security team preparing for a SOC2 audit asks for a dependency inventory of the production API; the Skill generates an HTML SBOM report and saves it to .nsolid/sbom/api_sbom.html. ## Quick Start Generate an HTML SBOM for my N|Solid app named orders-api and save it to the .nsolid/sbom folder.