-
Provide TypeScript Examples
The SDKv2 is built with TypeScript and I'd like to see example apps also built using TypeScript.
2 votes -
"Soft launch" new skill without showing up in "suggested skills" list
I'd like to "soft launch" a new skill so that it doesn't show up in the "suggested skills" list in the SkillShop, but it shall be fully live, searchable and publicly available. Besides I want to get the usual statistics like who is installing, how many organic hits per day etc.
2 votes -
Profanity Filter
Please provide an api for checking if a given text has any profane words violating the Amazon policy here - https://developer.amazon.com/docs/custom-skills/policy-testing-for-an-alexa-skill.html#mature
I am trying to implement one for my app and its a very iterative process working with the alexa certification team. It will help multiple developers if there is such an api.
2 votes -
Provide access to DynamoDB's time-to-live attribute
Useful for automating data limits and date-based cleanup. This replaces sdk-for-nodejs request #240.
2 votes -
Ability to create devices with ASK SDK
Currently I wasn't able to find an option to create a smart home device in NodeJS ASK SDK. It only allows to create event handlers. For instance Insteon skill for Alexa allows to create devices that alexa can communicate directly with (i.e. you can ask alexa to turn on light switch derectly without saying: "tell skillname to turn on the lights").
2 votes -
Call same intent after say 30 seconds automatically
For example, I invoke the skill by saying alexa take a note and after 30 seconds alexa asks me for it then again after 1 min alexa aks me for a note. Basically use setInterval() (node.js) in a response. Make a response go forever after every 30 seconds.
2 votes -
ask cli proxy
ASK CLI should work with system proxy configurations (HTTPPROXY/HTTPSPROXY)
2 votes -
Ability for the skill to set up alarms that can be updated daily (with custom sound)
I want to be able to develop a skill that will do the call of a prayer for Muslim users 5 times a day. I get asked by my users all the time about this and I have to explain that Alexa does not allow it.
The idea is simple,
1. the skill should be able to set up 5 alarms every day with custom sound. The custom sound will be the call of the prayer.
2. The skill has to have the ability to autonomously change the time of those 5 alarms every day without the user interaction.It…
1 vote -
AdjustSeekPosition directive to request an absolute position to the playback position of a media item
AdjustSeekPosition directive does not cover a very basic scenario as below:
"Alexa, seek to 50 minutes 30 seconds on device."This really helps for Prime Video apps where in 10 seconds seek button is already present, however, to go to a specific position on the timeline, there is no button and the user has to struggle to find the position by dragging the seek bar and every time wait for buffering. With this Skill, we can automate the much needed manual task.
https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-seekcontroller.html
1 vote -
Ambient Soundtrack in alexa skills
It would be nice to have some kind of soundtrack controller to always have a background music play that automatically ducks when Alexa speaks.
Something easy, that can be changed based on variablesIt would go a looooong way for all the gaming experiences in alexa
1 vote -
Fast forward/rewind in Audio Player
It would be nice if we were able to implement fast forward and rewind capability in the Audio Player API. There is no built in intent that would allow us to do this. This would also need to include the current offsetinms (the amount of time that has been played so far) in the request to the code.
1 vote -
Alexa to play audio and listen at the same time
can Alexa listen and play audio at the same time?
This could be in a quiz format for example, Alexa asks a quiz question and then plays dramatic/ tense music until the user responds with an answer
For UX reasons, it would be good to avoid making the user use the wake word. I don't really want them to have to start each answer with "Alexa,.." or whatever.
1 vote -
Golang ASK SDK (Custom + Smart Home)
I have been developing Smart Home Skills in Golang and would like to move into a hybrid model (Custom + Smart Home).
I realized that the SDKs for the various features in the Custom Alexa Skills are available in Java, Python, and Javascript.Considering the skills are triggered through Lambda functions and Golang is a supported platform, could you let me know if a Go SDK might be on your roadmap? It will help to decide the course of further development.
1 vote -
deploy skill to a new profile
Currently it's not possible to use the profile to deploy an Alexa skill to a second AWS account. The aim of this feature to enable this capability in ask-cli to use ask deploy --profile command to deploy the skill to a new account.
1 vote -
Access to raw speach-to-text input
I am creating a skill that needs to work in a mix mode environment: One that takes advantage of Alexa's natural language engine (slots/intents) and one that allows me to handle raw user input as text. Could it be possible to integrate "Amazon Transcribe" with Alexa to achieve this? I have implemented a work around using dynamic entities but the processing time makes the transaction too slow and impractical as an app.
1 vote -
APL Transform Rotate Y and X on 2D objects
I would like to see more CSS transforms for animation commands such as transform: rotateY() or rotateX on 2D objects.
1 vote -
Allow Access to User Response Audio Clip
I need access to the user response audio clip in order to map intonations, pitch, speed, etc. Please prioritize enriching the ASK SDK with a method to retrieve the audio response clip and ability to save the audio clip to a json, mp3, or wav file for processing.
1 vote -
1 vote
-
SpeakItem element that is being read
Provide ability to know the SpeakItem element that is currently being read (and being notified about it). Why? To keep the state, and when the user activate the skill again, it can start reading from the last SpeakItem element.
1 vote -
outbound calling
Please add the feature whereby a particular utterance would invoke Alexa to make an outbound call to a hard-coded phone number.
1 vote
- Don't see your idea?