Mycroft Skills Kit
Project description
Mycroft Skills Kit
Mycroft Skills Kit
A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo.
Features
- Create a new skill
- Create an intent test for a skill
- Upload a skill
- Upgrade an existing skill
Install
Note: Only Linux has been tested
pip3 install msk
Usage
msk create
msk create-test ~/.local/share/mycroft/skills/myskill
msk submit ~/.local/share/mycroft/skills/myskill
Note that Mycroft is compatible with the XDG base directory specification meaning that if you have set $XDG_DATA_HOME
, you should replace ~/.local/share
for $XDG_DATA_HOME
.
Creating a New Skill
msk create
:
Creating Tests
msk create-test ~/.local/share/mycroft/skills/myskill
:
Submitting a new skill / Updating existing skill
msk submit ~/.local/share/mycroft/skills/myskill
:
--or--
cd ~/.local/share/mycroft/skills/myskill
msk submit .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
msk-0.4.0.tar.gz
(39.3 kB
view hashes)
Built Distribution
msk-0.4.0-py3-none-any.whl
(48.0 kB
view hashes)