Snips Skills Manager
Project description
Snips Manager
The Snips Manager Manager is a tool for easily setting up and managing a Snips assistant.
A single configuration file, the Snipsfile, is required to create a Snips assistant. In it, you specify:
The URL of your assistant, as created in the Snips Console
The skills you want to install
Bindings between intents and skills
If required, additional parameters for you skill, such as an API key or the address of a lamp
Various configuration parameters, such as language and logging preferences.
Check out Awesome Snips, a curated list of Snips skills, assistants and other resources to get you started. In particular, make sure to read the Getting Started guide.
Installation
Raspbian
Snips Manager is available as an apt-get package. To install it, first add the Snips repository to your list of apt-get sources. In the folder /etc/apt/sources.list.d, create a file called snips.list, and add the line:
deb https://s3.amazonaws.com/snips-deb/ stable main
Then run:
$ sudo apt-get update
$ sudo apt-get install snipsmanager
macOS
Snips Manager is available on macOS via Homebrew. To install it, simply run:
$ brew install snipsmanager
Usage
Creating the Snipsfile
Start your project by creating a Snipsfile, which is where all the configuration is set. This is a simple text file, adhering to the YAML format. Here is a basic configuration:
assistant_url: <YOUR ASSISTANT URL>
locale: en_US
logging: True
default_location: Paris,fr
skills:
- package_name: snipshue
class_name: SnipsHue
url: https://github.com/snipsco/snips-skill-hue
params:
hostname: <PHILIPS HUE IP>
username: <PHILIPS HUE USERNAME>
light_ids: [1, 2, 3, 4, 5, 6]
intents:
- intent: ActivateLightColor
action: "turn_on"
- intent: DeactivateObject
action: "turn_off"
For further explanations and examples, check out our Snipsfile Wiki.
Installing the skills
Next, setup the system by running the install command:
$ snipsmanager install
Launching the skills server
If you enabled Snips Manager to run on boot, simply reboot your device. Otherwise, start the service manually by running:
$ snipsmanager run
Contributing
Please see the Contribution Guidelines.
Copyright
This skill is provided by Snips as Open Source software. See LICENSE.txt for more information.
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 Distributions
File details
Details for the file snipsmanager-0.1.6.31.tar.gz
.
File metadata
- Download URL: snipsmanager-0.1.6.31.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e20e6c2080bd4f85074bebb7b55d9f497cda15696784cc260c891083fd43c381 |
|
MD5 | 9769fcdf5f0b2282ba9a4b00f2436219 |
|
BLAKE2b-256 | 11000259d5e408bf82058128107e7df12cf6dd78181a27a46fa8d15324a6c8f3 |
File details
Details for the file snipsmanager-0.1.6.31-py2.py3-none-any.whl
.
File metadata
- Download URL: snipsmanager-0.1.6.31-py2.py3-none-any.whl
- Upload date:
- Size: 54.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8e772182c10aba2ec3536308b2f03e45e041edb96c3f5ea85d2234ba10bf824 |
|
MD5 | a06f58316ba612cdb0ca0a38cef21689 |
|
BLAKE2b-256 | d7a9f83c5b79c64f82d286a6c8c11aea604ff6f1256c54d49773a1414ef0dcb4 |
File details
Details for the file snipsmanager-0.1.6.31-py2.7.egg
.
File metadata
- Download URL: snipsmanager-0.1.6.31-py2.7.egg
- Upload date:
- Size: 113.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fcf74979cf9c53f18da3344d62c238603af9046b101809bdef61a9d2757d403 |
|
MD5 | c655747b8ef66737a61489fce6762b6f |
|
BLAKE2b-256 | d27cd461b863c19ffde61dd65e0ef42cf684728db02494309abe5e1776e413db |