Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/requests-tickets/other/list-ai-coworker-skills

# listAiCoworkerSkills

List tenant AI Coworker skills.

Returns reusable instruction blocks (skills) available for this tenant. Defaults to active skills only. Pass `filter=ALL` to include archived skills.

## Parameters

| Name      | Type                            | Required | Description                                                                                                                                 |
| --------- | ------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `filter`  | `ALL` \| `ACTIVE` \| `ARCHIVED` | No       | Filter skills by status. ACTIVE returns only active skills (default), ALL returns all non-deleted skills, ARCHIVED retur Default: `ACTIVE`. |
| `page`    | integer                         | No       | Page number (1-based) Default: `1`.                                                                                                         |
| `size`    | integer                         | No       | Page size (max 100) Default: `20`.                                                                                                          |
| `sort_by` | AiAgentSortByEnum               | No       | Sort order for the returned page. Defaults to `UPDATED_AT_DESC` (most-recently-updated first) when omitted.                                 |
