---
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

## Changes

- **2026-05-23** `17664d0024c0` — 1 info
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/skills/:name/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/dc8f009814db/schema)
