paperclip_list_company_skills
Retrieve all skills installed at the company level with paginated results to verify availability before syncing to agents.
Instructions
List all skills installed at the company level.
Returns: Pagination envelope { items: Skill[], total, count, offset, limit, has_more, next_offset } with up to 50 skills per page.
Examples:
Use when: checking which skills are available before syncing them to an agent
Don't use when: you need an agent's current skill set — use paperclip_get_agent and check adapterConfig
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → verify PAPERCLIP_COMPANY_ID is correct
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Max skills per page (1–100, default 50) | |
| offset | Yes | Number of skills to skip (default 0) | |
| response_format | Yes | Output format: 'markdown' (default, human-readable) or 'json' (structured) | markdown |