Skip to main content
POST
Install Skill

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Path Parameters

hub_id
string
required
card_id
string
required

Query Parameters

name
string | null

Response

Successful Response

One installed skill, as shown in the user's library.

id
string
required

The installed-skill record id.

name
string
required

The skill name, unique for this user.

enabled
boolean
required

Whether the user has it turned on.

display_name
string | null

The card's user-facing name at install time.

description
string
default:""

The card's description at install time.

tags
string[]

The card's tags at install time.

author
string | null

Who published the skill, at install time.

icon_url
string | null

The card's icon at install time.

url
string | null

The skill's page on the hub's website.

hub_id
string | null

The hub it came from, or null when added by hand.

card_id
string | null

The card's id on that hub.

version
string | null

The card version installed.