Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alexa-skill-tools

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-skill-tools - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "0.0.3"
"version": "0.0.4"
}

@@ -0,1 +1,9 @@

# DEPRECATION WARNING
Amazon have now released an API for skills management.
Please use that instead.
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/ask-cli-intro
# Alexa Skills Toolkit

@@ -5,2 +13,8 @@

Currently allows you to fetch and update the skills code. i.e. Intents,
Utterances and slots.
It utilises your Chrome cookies to authenticate, so you need to log into
https://developer.amazon.com first.
## Installation

@@ -17,3 +31,7 @@

``` bash
alexa-skills-toolkit --update-json skill.json
# Download the current model
alexa-skills-toolkit --action getcode --appId amzn1.echo-sdk-ams.app.XXX
# Update the model
alexa-skills-toolkit --action updatecode --appId amzn1.echo-sdk-ams.app.XXX --data file.json
```

@@ -25,5 +43,7 @@

import ast from 'alexa-skills-toolkit';
import * as ast from 'alexa-skills-toolkit';
// TBA
const data = ast.getCode(appId);
ast.updateCOde(appId, data);
```

@@ -30,0 +50,0 @@

Sorry, the diff of this file is not supported yet

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