Read the full content of a legal skill by its slug. Returns markdown content, tags, and metadata.
{
"slug": "<string>",
"name": "<string>",
"summary": "<string>",
"content": "<string>",
"tags": [
"<string>"
],
"version": "<string>",
"author_name": "<string>",
"license": "<string>",
"metadata": {},
"bundle": {
"files": [
{
"slug": "<string>",
"path": "<string>",
"name": "<string>",
"content_type": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Unique skill slug identifier
Skill details
Unique skill identifier
Skill name
Brief skill description
Full skill content in markdown
Skill tags
Skill version
Skill author
Skill license
Custom metadata (custom skills only)
Skill bundle metadata for root skills and companion file rows
Show child attributes
Skill source (authenticated requests only)
curated, custom Was this page helpful?
{
"slug": "<string>",
"name": "<string>",
"summary": "<string>",
"content": "<string>",
"tags": [
"<string>"
],
"version": "<string>",
"author_name": "<string>",
"license": "<string>",
"metadata": {},
"bundle": {
"files": [
{
"slug": "<string>",
"path": "<string>",
"name": "<string>",
"content_type": "<string>"
}
]
}
}