---
title: "Retrieve more detailed information about a selected skill."
method: GET
path: "/skill/detail/{skillName}"
tags: ["skill"]
---

# Retrieve more detailed information about a selected skill.

`GET /skill/detail/{skillName}`

This endpoint provides more information about a skill than is provided in the available skills endpoint.

## Path parameters

- `skillName` string, required

## Response `200`

successful operation

- SkillDetail[]
  - `categories` string[] — All categories related to the skill
  - `credits` Credits
    - `name` string
    - `githubId` string
  - `description` string — Detailed description of the skill and its capabilities.
  - `icon` Icon — Identifies a FontAwesome icon representing the skill and the color of the icon
    - `name` string — Name of the icon as defined in the FontAwesome library
    - `color` string, hex — The color that will be applied to the icon in the UI.
  - `iconImage` string, uri — Url to an icon image. When provided it will take precedence over the value of the icon field.
  - `isSystemSkill` boolean — System skills are treated differently than others in that they are all installed on a device by default and cannot be installed. Volume control is an example.
  - `marketCategory` string — A skill may have many categories. The first category defined is used when displaying the list of available skills.
  - `name` string — uniquely identifying name of skill that is the same as the skill's submodule name in the mycroft-skills Github repository
  - `platforms` string[] — Lists the platforms this skill can run on. Defaults to "any"
  - `repositoryUrl` unknown
  - `summary` string — A short phrase describing the skill's function
  - `title` string
  - `triggers` string[] — Examples of a voice commands that trigger the skill.

---

[API](https://skmtc.net/mycroftai/apis/mycroft-marketplace.md) · [All operations](https://skmtc.net/mycroftai/apis/mycroft-marketplace/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mycroftai/mycroft-marketplace/revisions/39420bb893a1/schema)
