coderClaw

coderclaw agent (direct agent runs)

coderclaw agent runs a single agent turn without needing an inbound chat message. By default it goes through the Gateway; add --local to force the embedded runtime on the current machine.

Behavior

If the Gateway is unreachable, the CLI falls back to the embedded local run.

Examples

coderclaw agent --to +15555550123 --message "status update"
coderclaw agent --agent ops --message "Summarize logs"
coderclaw agent --session-id 1234 --message "Summarize inbox" --thinking medium
coderclaw agent --to +15555550123 --message "Trace logs" --verbose on --json
coderclaw agent --to +15555550123 --message "Summon reply" --deliver
coderclaw agent --agent ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"

Flags