Porting the Hello World Skill
This article explains, step-by-step, how the Classic Core Hello World Skill can be ported to the Mark II running Dinkum.
Last updated
This article explains, step-by-step, how the Classic Core Hello World Skill can be ported to the Mark II running Dinkum.
Last updated
Find skill repository (template is ‘skill-[name]’). In this case:
.
Go to the skills directory and make a new directory for your new Skill.
cd /opt/mycroft-dinkum/skills
mkdir hello.mark2
Next to the Dinkum repo, clone the Skill repo.
cd /opt
sudo git clone https://github.com/MycroftAI/skill-hello-world.git
Copy the files from the Skill repo into the new Skill directory.
cp -r skill-hello-world/* mycroft-dinkum/skills/hello.mark2/
to:
Replace responses such as
with:
For example:
becomes:
To /opt/mycroft-dinkum/services/enclosure/service/skills.json
add:
To /etc/systemd/system/dinkum-skills.service
add:
“Hey Mycroft, how are you?”