# GET /skills

**Resource:** [Skills](./skills.md)  
**MCP tool:** `list_skills`  
**Scopes:** `agent-ops:read`  
**Write operation:** no

List skills available to this workspace: every public skill plus the workspace's own private skills. Filter by visibility or status.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `visibility` | query | string | no |  |
| `status` | query | string | no |  |
| `limit` | query | number | no |  |
| `after` | query | string | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/skills"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`