praxicraft-assess. Source and releases: praxicraft-assess-cli.
You need an organisation API key (ct_live_… or ct_test_…) from Assess → Developer → API Keys.
Install
npm
PATH (the package shebang is bun).
Binary installer
praxicraft-assess to ~/.local/bin or /usr/local/bin. The trailing export activates PATH in the current terminal. curl | sh alone cannot change your parent shell’s environment.
Optional:
Manual (GitHub Releases)
Downloadpraxicraft-assess-{os}-{arch} from Releases (for example praxicraft-assess-darwin-arm64), chmod +x, and put it on your PATH as praxicraft-assess.
From source
Configure
~/.config/praxicraft/config.toml. Use --profile to switch between them.
Quickstart
praxicraft-assess with no arguments to open an interactive shell (command palette + Ask AI).
Ask AI
Type naturally to ask the assistant, or/ for slash commands (for example /login, /assessments list).
Ask AI uses your Assess API key against POST /api/v1/public/assistant/chat/ (Starter+, scope assistant:write) and:
- Points the model at the docs index: llms.txt
- Loads Knowledge MCP (
https://docs.praxicraft.com/mcp) plus Assess API tools (@praxicraft/assess-mcp)
Commands
Run
praxicraft-assess <command> --help for flags on any command.