---
title: "Read a single copilot skill with its full SKILL.md body"
method: GET
path: "/api/skills/{name}"
tags: ["v1", "skills"]
---

# Read a single copilot skill with its full SKILL.md body

`GET /api/skills/{name}`

Return full SKILL.md content (name, description, triggers, body)
for the library UI's expand-to-view dialog.

Built-in default skills are returned with ``is_default=True`` so the
UI can hide destructive affordances; missing user skills return 404.

## Path parameters

- `name` string, required — Slug of the skill to read

## Response `200`

Successful Response

- CopilotSkillDetail — Full SKILL.md content surfaced to the library expand-to-view UI.
  - `name` string, required
  - `description` string, required
  - `triggers` string[]
  - `body` string, required
  - `version` string, nullable
  - `is_default` boolean
  - `sibling_files` string[]

## Other responses

- `401` — Authentication required
- `404` — Skill not found
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
