MycroftAI/skill-installer

FEATURE REQUEST: Disable ...

penrods opened this issue · 1 comments

Support "Disable ...", which would add the skill to a USER level blacklist.

The default config looks like this

  "skills": {
    "blacklisted_skills": ["skill-media", "send_sms", "skill-wolfram-alpha"],
  }

We'd want to do some magic to merge the SYSTEM level list. This allows even Default skills to be turned off.

i am working on a GUI where i turn skills on/off by changing that list in the USER_CONFIG

we could merge the default values easily and do the same here, the internal methods for it are all there

in the original py_msm i also had functionality for this

i can have a go at this feature next week