Skip to main content
GET
List skills
A Skill is a reusable capability from the Biomni catalog — a packaged workflow (a grounded literature review, a genome-editing design routine, …) the agent loads when you attach it. This lists both built-in skills and your own. Each entry’s id (or name) is what you pass as skill on POST /messages to run it; owner_type is system (built-in) or user (yours). Use this endpoint to discover the id, then start a Task that explicitly runs the skill.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Response

200 - application/json

The skills available to the caller.

data
Skill · object[]
required
object
string
default:list
Allowed value: "list"