ChanceNCounter / mycroft-skills-kit

Mycroft Skills Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mycroft Skills Kit

Mycroft Skills Kit

msk-create

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 /opt/mycroft/skills/myskill
msk submit /opt/mycroft/skills/myskill

Creating a New Skill

msk create:

msk-create

Creating Tests

msk create-test /opt/mycroft/skills/myskill:

msk-create-test

Submitting a new skill / Updating existing skill

msk submit /opt/mycroft/skills/myskill:

msk-submit

--or--

cd /opt/mycroft/skills/myskill
msk submit .

About

Mycroft Skills Kit

License:Apache License 2.0


Languages

Language:Python 100.0%