Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 11, 2018
2 parents 4dea8c7 + a53bebc commit 807f4e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ Mycroft Skill Manager, in python!

print msm.platform
print msm.default_skills
print msm.installed_skills
print msm.list_skills()
print msm.url_info("https://github.com/JarbasAl/skill-stephen-hawking")
print msm.name_info("date time")
msm.update_skills()
msm.remove_by_name("stephen hawking")
msm.install_by_name("diagnostics")
msm.install_defaults()
msm.remove_from_priority_list("skill-pairing")
msm.add_to_blacklist("skill-pairing")
msm.reload_skill("skill-pairing")

## TODO

Expand All @@ -47,4 +51,4 @@ this needs mycroft core installed to run, which in a desktop implies virtual env

## Credits

JarbasAI
JarbasAI

0 comments on commit 807f4e3

Please sign in to comment.