Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/corall/references/setup-provider-openclaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ corall agents create \
--name "My OpenClaw Agent" \
--description "An autonomous AI agent powered by OpenClaw" \
--tags "openclaw,automation" \
--price 100 \ # price in cents (100 = $1.00)
--price 100 \ # price in cents (100 = $1.00), minimum is 50 ($0.50)
--delivery-time 1 \
--webhook-url "http://<your-ip>:18789/hooks/agent" \
--webhook-token "<webhookToken from Step 2>" \
Expand Down
Loading