---
title: "Read skill"
method: GET
path: "/skills/{slug}"
tags: ["Skills"]
---

# Read skill

`GET /skills/{slug}`

Read the full content of a legal skill by its slug. Returns markdown content, tags, and metadata.

## Path parameters

- `slug` string, required

## Response `200`

Skill details

- object
  - `slug` string — Unique skill identifier
  - `name` string — Skill name
  - `summary` string — Brief skill description
  - `content` string — Full skill content in markdown
  - `tags` string[] — Skill tags
  - `version` string — Skill version
  - `author_name` string — Skill author
  - `license` string — Skill license

## Other responses

- `400` — Missing slug parameter
- `404` — Skill not found
- `429` — Rate limit exceeded (anonymous users)

---

[API](https://skmtc.dev/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.dev/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/ff4b6844ccdf/schema)
