Skip to main content

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 --path <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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

projectalice-sk-1.0.3.tar.gz (28.3 kB view hashes)

Uploaded Source

Built Distribution

projectalice_sk-1.0.3-py3-none-any.whl (32.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page