curl --request POST \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/skills \
--header 'Content-Type: application/json' \
--data '
{
"skillId": "<string>"
}
'{
"success": true
}Adds an existing organization skill to a skill hub so hub members can discover and use it.
curl --request POST \
--url https://api.openworklabs.com/v1/skill-hubs/{skillHubId}/skills \
--header 'Content-Type: application/json' \
--data '
{
"skillId": "<string>"
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Den TypeID with 'shb_' prefix and a 26-character base32 suffix.
30^shb_.*Den TypeID with 'skl_' prefix and a 26-character base32 suffix.
30^skl_.*Skill added to skill hub successfully.
Was this page helpful?