Skill template for the pytlas assistant. Use it as a starting point to make your own skills.
For detailed informations about skill creation please take a look at this article (in french).
This template provides a good starting point if you want to create your own skills. The skill.py
contains the code needed to trigger and handle your first intent along with comments on how to extend your skill capabilities.
You will have to replace all references to pytlas-template
or placeholder definitions to match your specific needs.
Write down all languages supported by your skill below:
- English
- French
Write some examples of how a user may trigger and interact with your skill:
- launch the template skill
If your skill needs some configuration, write them here.
In order to launch tests, you will need to install required dependencies and then launch the test suite with:
$ pip install -r requirements_tests.txt
$ python -m nose --with-coverage --cover-package=pytlas-template