New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bespoken-tools

Package Overview
Dependencies
Maintainers
2
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoken-tools

Bespoken Tools (bst) - CLI Tools for Alexa Skills Development ====================

  • 0.6.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
702
decreased by-7.99%
Maintainers
2
Weekly downloads
 
Created
Source

Bespoken Tools (bst) - CLI Tools for Alexa Skills Development

Build Status Coverage Status npm version Stories in Ready

Overview

The bst (aka Bespoken Tools aka the BEAST) makes it easy to develop for Alexa/Echo.

The current version provides three commands - proxy http, proxy lambda and speak.

The proxies make it super-easy to develop and debug your Alexa skill on your local machine. Just point the bst at the local service running on your machine, and your code changes will be instantaneously available via Alexa.

The proxies can work either with a service listening on a port (proxy http),
or directly with a Lambda written with Node/JavaScript (proxy lambda).

The speak command simulates the Alexa service by sending any utterance from the command-line to your service.
The request sent to your service is a properly formatted intent request.
It then prints out the JSON payload returned by your service.

Keep an eye out as we add more features and commands in the future. Current plans:

  • deploy: Automatically deploy Alexa Lambdas to the cloud with a single command

Getting Started

Make sure you have NPM and node installed:

$ node --version && npm --version

We support node version 4.x.x and above. For help installing, see see How To Install NPM

Next, install the bespoken tools command line tool (bst):

$ npm install bespoken-tools -g

Note: If you are on MacOS and the command fails, it is probably because you need to run it with sudo, like this:

$ sudo npm install bespoken-tools -g

Verify the installation by typing:

$ bst

bst proxy Command

The proxy command allows you to interact with a local service running on your machine via an Alexa device.
Read more here:
https://github.com/bespoken/bst/blob/master/docs/PROXY.md

bst speak Command

The speak command generates intent requests for your service as if they were coming from Alexa itself.
It works in a manner very similar to the Alexa simulator available via the Alexa developer console.

Read more here:
https://github.com/bespoken/bst/blob/master/docs/SPEAK.md

Questions/Feedback?

Email jpk@xappmedia.com with any questions or comments. We love to hear feedback.

FAQs

Package last updated on 23 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc