# Installing New Skills

{% hint style="info" %}
The [Skills Marketplace](https://market.mycroft.ai/skills) is a curated list of Voice Skills that have been tested and approved by the Mycroft Community.
{% endhint %}

## Voice Installation

The simplest way to install a new Skill is to ask Mycroft to do it for you by saying:

> Hey Mycroft, install {skill name}

This will search the Skills Marketplace and install them on your device.

## Removing a Skill

To remove the Skill, you can say:

> Hey Mycroft, uninstall {skill name}

## Command Line

If you prefer to use the command line, you can directly use the [Mycroft Skills Manager](/docs/skill-development/mycroft-skills-manager.md).

To install a Skill run:

```
mycroft-msm install skill-name
```

To remove a Skill run:

```
mycroft-msm remove skill-name
```

For more detail on command line usage see:

{% content-ref url="/pages/-MSmJlui4le9TSzb-Xtw" %}
[Mycroft Skills Manager](/docs/skill-development/mycroft-skills-manager.md)
{% endcontent-ref %}

## Troubleshooting

If you are having trouble using the Mycroft Skills Manager, or the `mycroft-msm` command cannot be found, see our dedicated troubleshooting guide:

{% content-ref url="/pages/-MSmJluj9YX4DAkGGg52" %}
[Troubleshooting](/docs/skill-development/mycroft-skills-manager/msm-troubleshooting.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/installing-new-skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
