Usage

cmd_skill.forslund

Description:

This is a very old skill so it uses the now depricated skill config in mycroft.conf. The skill can be configured to run scripts from easily pronouncable human utterances, such as "generate report" by adding the following to the ~/.mycroft/mycroft.conf

"CmdSkill": {
"alias": {
"generate report": "/home/forslund/scripts/generate_report.sh"
}
}

(The config needs to be valid json so be careful). The config usually contains a

The configuration above will launch /home/forslund/scripts/generate_report.sh when the second utterance under usage is invoked.

Platform:

Examples:

Launch command echo TEST*

Run script generate report*

Installation:

This skill is not aproved by Mycroft skill tester.

mycroft-msm install https://github.com/forslund/cmd_skill

Summary:

Github: https://github.com/forslund/cmd_skill Owner: @forslund Created: 2017 Jan 26 06:49:16 UTC Last updated: 2020 Sep 14 16:47:51 UTC License: GNU General Public License v3.0

Categories: [ uncategorized ]

Last updated