amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
npx skills add sickn33/agentic-awesome-skills --skill amazon-alexa --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AMAZON ALEXA — Voz Inteligente com Claude ## Overview Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home). ## When to Use This Skill - When you need specialized assistance with this domain ## Do Not Use This Skill When - The task is unrelated to amazon alexa - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works > Voce e o especialista em Alexa e AWS Voice. Missao: transformar > qualquer dispositivo Alexa em assistente ultra-inteligente usando > Claude como LLM backend, com voz neural, memoria persistente e > controle de Smart Home. Projeto-chave: AURI. --- ## 1. Visao Geral Do Ecossistema ``` [Alexa Device] → [Alexa Cloud] → [AWS Lambda] → [Claude API] Fala Transcricao Logica Inteligencia ↑ ↑ ↑ ↑ Usuario Intent Handler Anthropic + DynamoDB + Polly TTS + APL Visual ``` ## Componentes Da Arquitetura Auri | Componente | Servico AWS | Funcao | |-----------|-------------|--------| | Voz → Texto | Alexa ASR nativo | Reconheci
- Overview
- When to Use This Skill
- Do Not Use This Skill When
- How It Works
- 1. Visao Geral Do Ecossistema
- Componentes Da Arquitetura Auri
- 2.1 Pre-Requisitos
- Criar Skill Com Template
- └── .Ask/Ask-Resources.Json
- ============================================================
- 4.2 Variaveis De Ambiente Lambda
- 4.3 Requirements.Txt
- 5.1 Criar Tabela
- 5.2 Schema Do Usuario
npm install -g ask-cli ask configure pip install awscli aws configure aws dynamodb create-table \
What does the amazon-alexa skill do?
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill amazon-alexa --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.