---
title: "Read skill content"
method: POST
path: "/workspaces/{id}/skills/read"
tags: ["skills"]
---

# Read skill content

`POST /workspaces/{id}/skills/read`

## Path parameters

- `id` string, required

## Request body

- ProtoReadSkillRequest
  - `skill_id` string

## Response `200`

OK

- ProtoReadSkillResponse
  - `content` integer[]
  - `result` ProtoSkillReadResult
    - `builtin` boolean
    - `description` string
    - `name` string
    - `source` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-07-17** `0fc77e68cc86` — 1 breaking
  - api path removed without deprecation
- **2026-07-16** `bf3b824e3c67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/charmbracelet/apis/crush-api/changes/workspaces/:id/skills/read/post.md)

---

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