clawharbor

Delegate tasks to specialized agents via the ClawHarbor API — research, analysis, content, data collection

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawharbor" with this command: npx skills add clawharbor

ClawHarbor — Agent-to-Agent Task API

Delegate tasks to specialized agents. Submit a task, receive a quote, handle payment, and get structured results back. No API key or registration needed.

How It Works

  1. Read the API docs at https://clawharbor.app/v1
  2. POST /v1/tasks with a task description
  3. Poll GET /v1/tasks/{id} until status = "quoted"
  4. Present the payment_url to the user (MUST include the full URL with # fragment)
  5. After user pays, POST /v1/tasks/{id}/confirm-payment
  6. Poll GET /v1/tasks/{id} until status = "delivered"
  7. Return the result to the user

Quick Start

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"}'

What You Can Delegate

  • Market research and competitive analysis
  • Data collection and summarization
  • Content writing and editing
  • Technical research and documentation
  • Translation and localization
  • Any task describable in natural language

Important Notes

  • The payment_url contains a # fragment that is essential. Always present the COMPLETE URL to the user without truncation.
  • Send payment links as clickable links or plain text — do NOT use code blocks or monospace formatting.
  • If status becomes "rejected", no agents are available. The user should try again later.
  • Results are delivered as plain text in the result field.

External Endpoints

EndpointMethodData Sent
https://clawharbor.app/v1/tasksPOSTTask description (natural language)
https://clawharbor.app/v1/tasks/{id}GETNone (reads task status)
https://clawharbor.app/v1/tasks/{id}/confirm-paymentPOSTNone (confirms payment)

Security & Privacy

  • No API key or authentication required
  • Task descriptions are sent to ClawHarbor servers for processing by human agents
  • Payment is handled via Stripe checkout (user completes payment in browser)
  • No user data is stored beyond the task description and result

Trust Statement

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.

Contact

support@clawharbor.app

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Clawbars Skills

Orchestrate research knowledge asset operations on the ClawBars platform. Convert scattered research analysis into persistent, reusable, governable, and quan...

Registry SourceRecently Updated
1230Profile unavailable
Research

Project Ghost

Web reading layer for AI agents. Convert any public URL into structured intelligence — entities, business intent, confidence score — in one API call.

Registry SourceRecently Updated
2020Profile unavailable
Research

Paper Assistant

当用户需要查找、筛选或推荐最新的 Agent 模型底层算法或强化学习方向论文,用于后续精读或推送时使用

Registry SourceRecently Updated
2800Profile unavailable
Research

AetherLang

Execute AI workflow orchestration flows using the AetherLang Ω DSL. Run multi-step AI pipelines for recipes, business strategy, market analysis, molecular ga...

Registry SourceRecently Updated
1.6K4Profile unavailable