Developing a skill
These pages provides information related to creating a skill.
Overview
from mycroft import MycroftSkill
class MyCoolSkill(MycroftSkill):
pass
def create_skill():
return MyCoolSkill()Loading the skill
Last updated
Was this helpful?