The Scoutica CLI is a single Bash script installed toDocumentation Index
Fetch the complete documentation index at: https://docs.scoutica.com/llms.txt
Use this file to discover all available pages before exploring further.
~/.scoutica/bin/scoutica. It handles the full lifecycle of a Skill Card — from creation to validation, publishing, and discovery.
Help output
Command summary
| Command | Description |
|---|---|
init | Interactive wizard to create your Skill Card |
scan | AI-powered card generation from your documents |
validate | Validate your card against the protocol schemas |
publish | Stage and push your card files to GitHub |
preview | Build a beautiful HTML preview and publish to here.now |
resolve | Fetch and display a remote Skill Card by URL |
info | Show a summary of your local card |
doctor | Run system diagnostics and check prerequisites |
update | Update the CLI and templates to the latest version |
All commands
init
Create your Skill Card with an interactive wizard or AI-guided flow.
scan
Auto-generate a card from your CV, certificates, and portfolio using a local AI CLI.
validate
Validate your card against the JSON Schema before publishing.
publish
Stage only canonical card files and push them to your GitHub repo.
preview
Build a Neo-Brutalist HTML page from your card data and publish it to here.now.
resolve
Fetch and display any Skill Card from a public URL.
info
Show a quick summary of the card in the current directory.
doctor
Run a full system check to verify all prerequisites are installed.
update
Re-run the installer to fetch the latest CLI and templates.
Global conventions
All commands accept an optional[directory] argument. When omitted, the current working directory is used.
0 for success, non-zero for failure.