Skip to main content

Skills API

Use skill endpoints to extend your agents with specialized capabilities.

Base URL

List skills

Returns all available skills in the marketplace. No authentication required for basic listing. When a valid session is present and agentId is provided, the response includes which skills are already installed for that user and agent.

Query parameters

Response

Install skill

Requires session authentication. Installs a skill on an agent.

Request body

Response

Errors

Uninstall skill

Requires session authentication. Removes a skill from an agent.

Request body

Response

Errors

The uninstall endpoint returns { "success": true } even when no matching installation exists. It does not return a 404 error for missing installations.

Available skills

Streaming

Events

Payments

Finance

Productivity

Communication

Development

Channels

Music

Creative

Marketing

Use a skill

Visual Synthesizer

Track Archaeologist

Setlist Oracle

Groupie Manager

Royalty Tracker

Demo Submitter

Event Ticketing

Event Scheduler

Venue Finder

Festival Finder

Booking Settlement

Manage booking escrow, fund releases, and settlement simulations. Actions: list, get, create_escrow, release_funds, simulate_settlement

Instant Split

Execute royalty splits instantly in USDC on Base. Actions: list_pending, create_split_rule, execute_split, get_balance, simulate

Response format

Each skill returns additional data specific to its function alongside the success field.

Errors