Mycroft Skills Manager
Mycroft Skills Manager is a command line tool and a python module for interacting with the mycroft-skills repository. It allows querying the repository for information (skill listings, skill meta data, etc) and of course installing and removing skills from the system.
Install
pip install msm
Usage
from msm import MycroftSkillsManager, SkillRepo, MultipleSkillMatches
msm = MycroftSkillsManager(repo=SkillRepo(branch='master'))
# msm = MycroftSkillsManager(platform='picroft', skills_dir='/some/path', repo=SkillRepo(branch='master', url='https://github.com/me/my-repo.git'))
print(msm.find_skill('bitcoin price'))
msm.install('bitcoin', 'dmp1ce')
print(msm.list())
print(msm.find_skill("https://github.com/JarbasAl/skill-stephen-hawking"))
msm.update()
msm.install_defaults()
try:
msm.install('google')
except MultipleSkillMatches as e:
e.skills[0].install()
msm -b master install bitcoin
msm -b master -p kde default
# ...
TODO
- Parse readme.md from skills
New Features
- Checks for skill_requirements.txt, will install skills listed there
Credits
JarbasAI/py_msm and Mycroft AI
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
msm-0.9.0.tar.gz
(21.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
msm-0.9.0-py3-none-any.whl
(27.2 kB
view details)
File details
Details for the file msm-0.9.0.tar.gz.
File metadata
- Download URL: msm-0.9.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.0 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fbed593800aa669f0af2f01edfc3b54de46e995e0bdf03c5ea3693bdeab8735
|
|
| MD5 |
fc794642dfcf0766300c4de7d449026c
|
|
| BLAKE2b-256 |
a8e5408fb57926a1bc0e304d751e120ba6965f40100dd53516f65a5a0a8dd4bc
|
File details
Details for the file msm-0.9.0-py3-none-any.whl.
File metadata
- Download URL: msm-0.9.0-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.0 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14b53c19da149b281e49eac1674e60c24ca2ea98a583177c70579c8e7a3e5337
|
|
| MD5 |
0e07eaf1fe743e2593795d1ac86775e7
|
|
| BLAKE2b-256 |
6cc827d81cb13e0439ab3ad083e2f500f80d6aea93931414ba82f484eab695e5
|