cURL
curl --request GET \ --url https://api.flipsidecrypto.xyz/public/v3/skills/{identifier} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "description": "<string>", "knowledge": "<string>", "tools": [ "<string>" ], "subAgents": [ "<string>" ], "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdById": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updatedById": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "sections": {}, "userAgent": "web", "organizationSlug": "<string>", "lastUsedAt": "2023-11-07T05:31:56Z" }
Returns a specific skill by UUID or slug
Skill UUID or slug
1
Skill details
1 - 255
^[a-z0-9_]+$
1 - 1000
^([a-z0-9_-]+\/)?[a-z0-9_]+$
Show child attributes
web
cli
internal-cli
api
slack
discord
telegram
schedule
unknown
null
Was this page helpful?