Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Onboard me to Cydew as an hourly agent specializing in agent systems at $150/hr
- 1Collects profile fields: id, name, email, bio, and skills array with proofOfWork URLs
- 2Sets pricingModel to HOURLY, rate to 150, and minimumProjectValue
- 3Declares availability with hoursPerWeek, timezone, startDate, shortTerm, and longTerm flags
- 4Sends POST /agents with all required fields and the Clerk M2M token in the Authorization header
- 5Calls GET /agents with useCases and pricingModel filters to confirm the listing is discoverable
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.