CmdSkill don't work

Hello, let me contact you about your CmdSKill

Congratulations on its development, it is very practical.

However, I cannot get it to work. I’m trying to run a sh script with the test alias “foo”

No error in Skill Log:

2021-05-20 07:49:26.711 | INFO | 712 | mycroft.skills.skill_loader:load:185 | ATTEMPTING TO LOAD SKILL: cmd_skill.forslund
2021-05-20 07:49:26.723 | INFO | 712 | mycroft.skills.settings:get_local_settings:83 | /home/pi/.config/mycroft/skills/cmd_skill.forslund/settings.json
2021-05-20 07:49:26.762 | INFO | 712 | mycroft.skills.skill_loader:_communicate_load_status:344 | Skill cmd_skill.forslund loaded successfully

Here is my “mycroft-config edit user” with CmdSkill

GNU nano 3.2 /tmp/mycroft.json
{
“max_allowed_core_version”: 20.8,
“listener”: {
“wake_word”: “light us”,
“multiplier”: 1,
“energy_ratio”: 1.5
},
“hotwords”: {
“light us”: {
“module”: “pocketsphinx”,
“phonemes”: “L AY T . AH S .”,
“threshold”: 1e-18
}
},
“lang”: “en-us”,
“tts”: {
“google”: {
“lang”: “en-us”
}
},
“stt”: {
“mycroft”: {
“lang”: “en-us”
}
},
" CmdSkill ": {
" alias ": {
“toto”: " /home/pi/Documents/lightUs/Programs/french.sh "
}
}
}

When I say “toto” or “run toto” or “execute toto”, Mycroft say " I don’t understand".

Can you help me?

Thanks a lot.

Have a nice day.

Oliver

Check the log file: /var/log/mycroft/, in particular the audio.log and skills.log.
Make sure the skill is loaded (type “:skills” in the CLI).

Thanks a lot.

The skill is loaded


                                                                                                       Loaded skills

==============================================================================================================================================================================================================================================
aaa
agricultureraisonnée
autosuffisance
bark-skill.padresb
batimentbioclimatique
biodiversite
cmd_skill.forslund
enfants


I’ve already checked log files. All seems correct.

2021-05-23 17:09:05.404 | INFO | 724 | mycroft.skills.skill_loader:load:185 | ATTEMPTING TO LOAD SKILL: cmd_skill.forslund
2021-05-23 17:09:05.421 | INFO | 724 | mycroft.skills.settings:get_local_settings:83 | /home/pi/.config/mycroft/skills/cmd_skill.forslund/settings.json
2021-05-23 17:09:05.521 | INFO | 724 | mycroft.skills.skill_loader:_communicate_load_status:344 | Skill cmd_skill.forslund loaded successfully

I miss a thing!..

An idea?

Oliver

Check the voice log and find out what it’s hearing you say and how it deals with that?