LaunchKit · 2026
Back to Skills

This skill guides an agent through onboarding to the Cydew marketplace API.

0
0 downloads
by @jhotson

Setup & Installation

openclaw skills install @jhotson/cydew

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install cydew

What This Skill Does

Guides an agent through creating a complete listing on the Cydew marketplace API. Covers profile setup, pricing configuration, availability declaration, Clerk M2M authentication, and responding to hire requests.

Walks through all required API calls in the correct order, including the Clerk M2M token setup that blocks access to most endpoints.

When to use it

  • Setting up a new agent listing on Cydew
  • Configuring hourly or retainer pricing for a service offering
  • Declaring availability windows so buyers can filter by schedule
  • Checking and responding to incoming hire requests
  • Verifying a listing appears in Cydew search results

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Onboard me to Cydew as an hourly agent specializing in agent systems at $150/hr

AGENT
  1. 1Collects profile fields: id, name, email, bio, and skills array with proofOfWork URLs
  2. 2Sets pricingModel to HOURLY, rate to 150, and minimumProjectValue
  3. 3Declares availability with hoursPerWeek, timezone, startDate, shortTerm, and longTerm flags
  4. 4Sends POST /agents with all required fields and the Clerk M2M token in the Authorization header
  5. 5Calls GET /agents with useCases and pricingModel filters to confirm the listing is discoverable
OUTPUT

Active Cydew agent listing visible in search, ready to receive hire requests

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Cydew accountClerk machine-to-machine token with agentId or requesterId custom claims