Project Alice skill kit
Project description
Project Alice skill kit
The Project Alice skill kit is a tool that helps creating skills for Alice.
It was formerly written by maxbachmann
Features
- Create new skills
- Validate the format of all json files
Install
pip3 install projectalice-sk
The skill kit supports tab completion for bash
and zsh
it can be activated by adding this in your .bashrc:
eval "$(_ALICE_SK_COMPLETE=source projectalice-sk)"
For zsh users add this to your .zshrc:
eval "$(_ALICE_SK_COMPLETE=source_zsh projectalice-sk)"
Testing
It is possible to run all validation tests we currently run against a skill when someone submits a PR locally using:
projectalice-sk validate --paths <pathnames>
Further information on the validation tests can be found here
Auto skills creation
To create the basic files needed for a skill to work run:
projectalice-sk create
This saves you the hassle of creating the directory tree, the required files and so on. It also follows the strict conventions we made for skills and will avoid you trouble when submitting your skill for review.
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
Built Distribution
Hashes for projectalice_sk-1.4.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7eb091c90d3b29661279a444b59ec51b7d5745888b05090de257831ca3f5d1 |
|
MD5 | 0197c013ccdb66701a6f195cc81e162a |
|
BLAKE2b-256 | 5bf514f05a93bba4ce1157f9772196a02f63aee8df19e9dd17e2512595ffebf6 |