> For the complete documentation index, see [llms.txt](https://mycroft-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/installing-new-skills.md).

# 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 %}
