Everything runs locally. Your documents and data never leave your machine — the scan command pipes your files to a local AI CLI with no cloud API calls.
Prerequisites
Before installing, make sure you have:- Git — required to publish your card to GitHub
- Python 3 — required for card validation (
python3 --versionto check) - An AI CLI provider — at least one of the providers below must be installed for
scoutica scanto work
Supported AI providers
scoutica scan auto-detects installed providers in this order:
| Provider | CLI command | Install |
|---|---|---|
| Gemini CLI | gemini | google-gemini/gemini-cli |
| Claude Code | claude | anthropics/claude-code |
| OpenAI Codex | codex | openai/codex |
| Mistral Vibe | vibe | mistralai/mistral-vibe |
| OpenCode | opencode | opencode-ai/opencode |
| Ollama | ollama | ollama.com |
| switchAILocal | ail | traylinx/switchAILocal |
--clipboard mode to copy the scan prompt to any AI chat without installing a local provider.
Install the CLI
Run the installer
- Creates
~/.scoutica/(or%USERPROFILE%\.scoutica\on Windows) - Downloads the
scouticaCLI binary - Downloads JSON schemas for card validation
- Downloads card templates and rule templates
- Downloads the AI card generator prompt
- Downloads the validation tool
- Adds
~/.scoutica/binto yourPATH
Reload your shell (macOS / Linux)
After installation, reload your shell configuration so the On Windows, the installer adds the binary to your user
scoutica command is available:PATH automatically. If scoutica is not found, restart your terminal.Keeping the CLI up to date
To update the CLI and rule templates to the latest version:Troubleshooting
scoutica: command not found
Reload your shell:
pdftotext:
Empty response from provider
Make sure your AI CLI is installed and working:
What’s next
Now that the CLI is installed, create your first Skill Card:Quick start
Walk through the complete flow: scan, validate, and publish your Skill Card in 5 minutes.