What problem does it solve? Legal AI workflows often fail when required external programs like whisper, ffmpeg, bun, uv, or typst are missing from the user's machine. This Skill detects what is missing and installs only the tools needed for the task at hand, avoiding unnecessary setup. ## Core Features & Use Cases - On-Demand Installation: Installs only the tools required for the requested feature—whisper-cpp and ffmpeg for audio transcription, bun for local legal database search, uv with Python 3.12 for TJPR case law search, and typst for PDF typesetting. - Cross-Platform Guidance: Detects macOS, Linux, or Windows and adapts installation commands accordingly, including Homebrew checks on macOS and WSL recommendations on Windows. - Privacy-Aware Setup: All tools run locally, keeping client case data confidential; the internet is used only to download installers and models. - Use Case: A lawyer asks the assistant to transcribe a court hearing recording, but whisper is missing. This Skill installs whisper-cpp, ffmpeg, and the 539 MB voice model, then returns to the transcription workflow. ## Quick Start Ask the assistant to prepare the environment for legal database search and PDF generation, installing only the missing tools for your operating system.