> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# 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.                                 |