Skip to content

List Organization's Skills

GET
/api/v3/organizations/{organisation}/ai/skills

Lists all skills available to the organization. Skills are reusable prompts, * workflows, or instructions that can be assigned to agents or invoked directly. * * Skill Sources: * - inline: Created directly via the API * - skills.sh: Imported from skills.sh registry * - github: Imported from a GitHub repository * - local: Uploaded from local file

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

Query Parameters

tag
string

Filter skills by tag

namespace
string

Filter skills by collection namespace (e.g. ‘superpowers’)

limit
integer
default: 50 >= 1 <= 100

Maximum number of skills to return

Responses

200

List of skills retrieved successfully

object
skills
Array<object>
object
skillId
string
name
string
description
string
tags
Array<string>
source
object
triggerCondition
string
namespace
string
installedAt
string format: date-time
updatedAt
string format: date-time
count
integer

403

Access denied

500

Failed to retrieve skills