Skip to content

CLI Reference

Every sportsclaw command, grouped by what you'll reach for most.

Everyday

CommandWhat it does
sportsclaw "<question>"Ask a one-shot question and print a sourced answer
sportsclaw chatStart an interactive conversation
sportsclaw configConfigure your provider, model, and integrations
sportsclaw setupConversational, AI-guided setup
sportsclaw doctorDiagnose your install (incl. Machina status) and tell you what to fix
sportsclaw healthReport overall system status
sportsclaw login claudeReuse your existing Claude Code session
sportsclaw logout claudeStop using the Claude Code session

Sports

CommandWhat it does
sportsclaw initChoose and install sports interactively
sportsclaw init --allPre-install all sports at once
sportsclaw add <sport>Install one sport (e.g. nfl, nba)
sportsclaw remove <sport>Remove a sport
sportsclaw listList installed sports

Bots & daemons

CommandWhat it does
sportsclaw channelsSet up Discord & Telegram bot tokens
sportsclaw listen <platform>Run a bot in the foreground (discord / telegram)
sportsclaw start <platform>Run a bot in the background
sportsclaw stop <platform>Stop a background bot
sportsclaw restart <platform>Restart a background bot
sportsclaw statusShow what's running
sportsclaw logs <platform> [--lines N]Tail a bot's logs

Advanced

CommandWhat it does
sportsclaw machina connect [project]Connect a Machina premium pod (mints a durable key via machina-cli)
sportsclaw mcp add <url> [--name <n>] [--token <t>]Connect an MCP server (also --description, --timeout <ms>)
sportsclaw mcp listList connected MCP servers
sportsclaw mcp remove <name>Disconnect an MCP server
sportsclaw watch <sport> <command>Watch a data endpoint for changes
sportsclaw operate --listList configured operator jobs
sportsclaw operate --job <id>Run an operator job
sportsclaw start operator <id>Run an operator job in the background

Global options

FlagEffect
--verbose, -vShow detailed logs
--jsonEmit structured NDJSON (for scripting)
--yoloSkip approval prompts
--help, -hShow help

Open source under the MIT License.