What problem does it solve? N|Solid diagnostic assets like heap snapshots and CPU profiles are large binary files that cannot be safely pulled through MCP tools or ad hoc HTTP calls without breaking sessions or corrupting data. This Skill downloads them reliably to local disk so they can be opened in external tools like Chrome DevTools or snapshot parsers. ## Core Features & Use Cases - Asset Download by ID: Fetches cpuprofile, heapprofile, or heapsnapshot assets from the N|Solid console API using a bundled script with authenticated, HTTPS-validated requests. - Deduplication and Indexing: Reuses already-downloaded files by asset ID and registers every asset in .nsolid/assets/index.json for discovery by other tooling. - Safe Handling of Large Files: Streams downloads to disk with gzip decompression, atomic writes, and a 10-minute deadline, never loading raw asset data into the AI context. - Use Case: After capturing a heap snapshot of a leaking production app, ask the assistant to download the asset locally, then open the resulting .heapsnapshot file in Chrome DevTools for manual inspection. ## Quick Start Ask the assistant to download the N|Solid heap snapshot with a given asset ID for your application so you can inspect it in Chrome DevTools.