- "repo": {
- // Relative to "data_dir"
- "cache": ".skills-repo",
- "url": "https://github.com/MycroftAI/mycroft-skills",
- "branch": "20.08"
- }
- },
- "upload_skill_manifest": true,
- // Directory to look for user skills
- "directory": "~/.mycroft/skills",
- // Enable auto update by msm
- "auto_update": true,
- // blacklisted skills to not load
- // NB: This is the basename() of the directory where the skill lives, so if
- // the skill you want to blacklist is in /opt/mycroft/skills/mycroft-alarm.mycroftai/
- // then you should write "mycroft-alarm.mycroftai" below.
- "blacklisted_skills": ["skill-media", "send_sms", "skill-wolfram-alpha", "pianobar-skill"],
- // priority skills to be loaded first
- "priority_skills": ["mycroft-pairing", "mycroft-volume"],
- // Time between updating skills in hours
- "update_interval": 1.0