Skip to main content
GET
/
skills
/
{slug}
/
export
{
  "slug": "<string>",
  "target": "<string>",
  "root": "<string>",
  "files": [
    {
      "path": "<string>",
      "content": "<string>",
      "content_type": "<string>",
      "sha256": "<string>",
      "size_bytes": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

slug
string
required

Skill slug to export

Query Parameters

target
string
default:agents

Agent runtime skill directory convention to export for. Most callers should omit this and pass skillSlugs when creating a runtime.

Response

Installable skill tree

slug
string
target
string
root
string
source
enum<string>
Available options:
custom,
curated
files
object[]