CLI Reference

Every poormad command and flag, with examples.

Every poormad command, with the flags that matter.

Commands

CommandPurpose
poormadStart an interactive session.
poormad "<prompt>"Run a one-shot prompt and exit.
poormad -f file.mdPrompt from a file.
poormad gatewayStart the JSON-RPC/WebSocket gateway server.
poormad dashboardStart the dashboard server (portal backend).
poormad platforms link <name>Connect a messaging platform.
poormad platforms listList connected platforms.
poormad skill <name>Inspect or run a skill.
poormad updatePull the latest from origin/main.
poormad --versionPrint the version.

Global flags

FlagMeaning
--home PATHOverride PoorMad home.
--profile NAMEUse a named profile.
--model SLUGOverride model for this run.
--no-memoryDisable cross-session recall.
--insecureBind gateway without a token (trusted LAN only).

Examples

poormad "write a skill that lints this repo"
poormad gateway --bind 127.0.0.1:8765
poormad --profile work "summarize my standup notes"