amazon-alexa

amazon-alexa is a skill for Claude Code from Ghosteken/agent-harness. It costs 53 tokens per session (4,495 once invoked), scanned A, a copy of amazon-alexa, MIT.

A guide for building voice applications with Amazon Alexa and AWS, Amazon’s cloud platform. It covers Alexa skills and connections to services such as Lambda, DynamoDB, Polly, Transcribe, Lex, and smart-home devices.

In plain words
What is it for?
Use it to create Alexa skills, route voice requests through AWS Lambda, store data in DynamoDB, convert text to speech with Polly, transcribe speech, and control smart-home devices.
Why use it?
It helps developers connect spoken requests to application logic, cloud services, and spoken responses. It also describes using Claude as the language-model backend for an Alexa assistant.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex; mentions Gemini CLI.

Part of the agent-harness plugin — 173 skills, 11 commands, 12 agents shipped together

Good fit Use it to create Alexa skills, route voice requests through AWS Lambda, store data in DynamoDB, convert text to speech with Polly, transcribe speech, and control smart-home devices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ghosteken/agent-harness/amazon-alexa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Ghosteken/agent-harness --skill amazon-alexa
Clone the repo
git clone --depth 1 https://github.com/Ghosteken/agent-harness

Made for: Claude Code.

Or install agent-harness, the plugin that ships this one along with the rest of its 173 skills, 11 commands, 12 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for amazon-alexa

README.md
[![agentmods](https://agentmods.dev/badge/skills/ghosteken/agent-harness/amazon-alexa.svg)](https://agentmods.dev/skills/ghosteken/agent-harness/amazon-alexa)
Your own site
<a href="https://agentmods.dev/skills/ghosteken/agent-harness/amazon-alexa"><img src="https://agentmods.dev/badge/skills/ghosteken/agent-harness/amazon-alexa.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,495 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.04495
Opus 5 $0.00026 $0.02247
Sonnet 5 $0.00011 $0.00899
Haiku 4.5 $0.00005 $0.00449

Measured 5d ago against content hash ad1e5adbdabc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

amazon-alexa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to amazon-alexa — 629 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

archive/skills-community/amazon-alexa/SKILL.md · 667 lines

How it starts

The opening of the file, as written. The whole thing — 667 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 Reconhecimento de fala
NLU ASK Interaction Model + Lex V2 Extrair intent e slots
Backend AWS Lambda (Python/Node.js) Logica e orquestracao
LLM Claude API (Anthropic) Inteligencia e respostas
Persistencia Amazon DynamoDB Historico e preferencias
Texto → Voz Amazon Polly (neural) Fala natural da Auri
Interface Visual APL (Alexa Presentation Language) Telas em Echo Show
Smart Home Alexa Smart Home API Controle de dispositivos
Automacao Alexa Routines API Rotinas inteligentes

2.1 Pre-Requisitos


## Ask Cli

npm install -g ask-cli
ask configure

## Aws Cli

pip install awscli
aws configure

Read the full file on GitHub · 667 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 667 lines · 53 tokens per session scan A ad1e5adbdabc

Subscribe to this mod's changes

amazon-alexa is a skill published in the GitHub repository Ghosteken/agent-harness (2 stars, last pushed 4d ago), licensed MIT. It adds 53 tokens to every session and 4,495 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to amazon-alexa, differing in 629 lines, and is treated as a copy.

Related

Other skills, from other repositories

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).

sickn33/agentic-awesome-skills · 53 tokens

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).

iradoweck/antigravity-awesome-skills · 53 tokens

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).

pinkpixel-dev/skills-collection-1 · 53 tokens

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).

sendralt/agentic-awesome-skills · 53 tokens

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).

STELIORD/agentic-awesome-skills · 53 tokens

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).

LucasRomanzin/skills-mcp · 53 tokens