preparar-ambiente

Installs external tools for transcription, legal research, and PDF typesetting on demand.

50|17|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/emidio-trancoso/advocacia-aberta --skill preparar-ambiente-emidio-trancoso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: preparar-ambiente
Source: https://github.com/emidio-trancoso/advocacia-aberta/tree/main/.agents/skills/0.2-preparar-ambiente
Command: npx skills add https://github.com/emidio-trancoso/advocacia-aberta --skill preparar-ambiente-emidio-trancoso

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about preparar-ambiente

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

FAQPage Schema
How do I install whisper for audio transcription on macOS?▼

Install whisper-cpp and ffmpeg via Homebrew with brew install whisper-cpp ffmpeg, then download the ggml-medium-q5_0.bin voice model to ~/.whisper-models. The model is about 539 MB, so the download may take a few minutes.

What tools are needed for local legal database search?▼

Local legal database search requires the bun runtime, installed via curl from bun.sh, followed by bun install in the vade-mecum tool directory. You can verify it works by running a test search query through the CLI.

Does this setup work on Windows?▼

On Windows, bun and uv work best under WSL, and typst has its own installers. Whisper-based transcription is more difficult on Windows, so manual whisper.cpp installation or an authorized online transcription alternative is suggested.

Why does the first TJPR search take so long?▼

The first TJPR search downloads roughly 400 MB of an automated Chromium browser, which can take about a minute. This happens only once; subsequent searches reuse the downloaded browser.

Does installing these tools send client data to the internet?▼

No. All installed tools run locally on the user's computer, preserving client confidentiality. Internet access is used only to download installers and models, never to transmit case data.