FAQ
Last updated
Was this helpful?
Last updated
Was this helpful?
During Skill development you may have reason to disable one or more Skills. Rather than constantly install or uninstall them via voice, or by adding and removing them from /opt/mycroft/skills/
, you can disable them in .
First, identify the name of the Skill. The name of the Skill is the path
attribute in the file.
To disable one or more Skills on a Mycroft Device, find where your mycroft.conf
file is stored, then edit it using an editor like nano
or vi
.
Search for the string blacklisted
in the file. Then, edit the line below to include the Skill you wish to disable, and save the file. You will then need to reboot, or restart the mycroft
services on the Device.
During Skill development, you may wish to increase the priority of your Skill loading during the startup process. This allows you to start using the Skill as soon as possible.
First, identify the name of the Skill. The name of the Skill is the path
attribute in the file.
To prioritize loading one or more Skills on a Mycroft Device, find where your is stored, then edit it using an editor like nano
or vi
.
Search for the string priority
in the file. Then, edit the line below to include the Skill you wish to prioritize, and save the file. You will then need to reboot, or restart the mycroft
services on the Device.
You can find documentation on Mycroft functions and helper methods at the
If something isn't working as expected, please join us in the .
It's also really helpful for us if you add an issue to our . This means we can make sure it gets covered for all developers in the future.