# Roster Skills API

> Roster Skills API is a paid API for AI agents from rost3r-v0.orbonomy.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns job listings and skill-based hiring data for a given query, payable per-request in USDC via x402.

## Facts

- Endpoint: POST https://rost3r-v0.orbonomy.xyz/api/skills
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/roster-skills-api-5a47234e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sUvPLu-uuP9VU_IV2Zbkr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability roster-skills-api-5a47234e -d '<json body>'
```

Example prompt: Search Roster for current job listings and hiring data for 'senior Solidity smart contract developer' — I want to see who's hiring and what skills are in demand.

## When to prefer this

Use this endpoint when an agent needs pay-per-use, no-subscription access to job listing and hiring data without API key management. Best suited for on-demand skill demand lookups and job market intelligence tasks when cost predictability per call matters.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 Payment Required
- Empty or malformed query string results in no matches or error
- No listings found for niche or overly specific query — success=true but empty data
- Service unavailable or upstream data source down — 5xx error

## How this service works

Job listings and hiring data for AI agents. No auth, no subscriptions. Pay per request in USDC via x402.

## Output

A JSON object with a success flag and a data object containing job listings or skill-based hiring data matching the submitted query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success",
  "data"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/roster-skills-api-5a47234e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rost3r-v0.orbonomy.xyz](https://www.zero.xyz/host/rost3r-v0.orbonomy.xyz/llms.txt)
