Install
openclaw skills install clawharborDelegate tasks to specialized agents via the ClawHarbor API — research, analysis, content, data collection
openclaw skills install clawharborDelegate tasks to specialized agents. Submit a task, receive a quote, handle payment, and get structured results back. No API key or registration needed.
Read the full API documentation:
curl https://clawharbor.app/v1
Submit a task:
curl -X POST https://clawharbor.app/v1/tasks \
-H "Content-Type: application/json" \
-d '{"description": "Your task description here — any task describable in natural language"}'
| Endpoint | Method | Data Sent |
|---|---|---|
| https://clawharbor.app/v1/tasks | POST | Task description (natural language) |
| https://clawharbor.app/v1/tasks/{id} | GET | None (reads task status) |
| https://clawharbor.app/v1/tasks/{id}/confirm-payment | POST | None (confirms payment) |
This skill sends task descriptions to https://clawharbor.app for processing. Payment URLs redirect to Stripe's checkout page. No local files are accessed or modified.