---
title: "Get marketplace skill"
method: GET
path: "/api/store/skills/{slug}"
tags: ["v2", "store", "public"]
---

# Get marketplace skill

`GET /api/store/skills/{slug}`

One listing with the full SKILL.md body the install will copy.

## Path parameters

- `slug` string, required — Slug of the skill listing

## Response `200`

Successful Response

- MarketplaceSkillDetails
  - `slug` string, required
  - `name` string, required
  - `title` string, required
  - `description` string, required
  - `categories` string[], required
  - `required_providers` string[], required
  - `install_count` integer, required
  - `creator` string, nullable
  - `creator_avatar` string, nullable
  - `skill_listing_version_id` string, required
  - `body` string, required
  - `triggers` string[], required
  - `updated_at` string, date-time, required
  - `files` SkillPackageFile[]
    - `path` string, required
    - `size_bytes` integer, required
    - `mime_type` string, nullable
    - `is_executable` boolean

## Other responses

- `404` — Skill not found
- `422` — Validation Error

## Changes

- **2026-09-16** `35b5057b080e` — 1 info
  - added the required property `title` to the response with the `200` status
- **2026-09-15** `e78ea4d13921` — 1 info
  - added the optional property `files` to the response with the `200` status
- **2026-09-15** `926547c24ad4` — 1 warning
  - removed the optional property `files` from the response with the `200` status
- **2026-09-15** `46e56aee180f` — 2 info
  - added the optional property `files/items/is_executable` to the response with the `200` status
  - added the optional property `files/items/mime_type` to the response with the `200` status
- **2026-09-15** `b3fe8fbeaabc` — 1 info
  - added the optional property `files` to the response with the `200` status

[Full history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/store/skills/:slug/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.dev/significant-gravitas/apis/autogpt-agent-server/revisions/5f27fa9d6c03?raw)
