---
title: "List available skills"
method: GET
path: "/skills"
---

# List available skills

`GET /skills`

Returns all discovered skills the agent can use.

## Response `200`

List of skills

- Skill[]
  - `name` string
  - `description` string
  - `category` string
  - `resources` string[]

---

[API](https://skmtc.net/firecrawl/apis/firecrawl-agent-api.md) · [All operations](https://skmtc.net/firecrawl/apis/firecrawl-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firecrawl/firecrawl-agent-api/versions/0c3f2f357b0a/schema)
