auri-core
Auri: assistente de voz inteligente (Alexa + Claude claude-opus-4-20250805). Visao do produto, persona Vitoria Neural, stack AWS, modelo Free/Pro/Business/Enterprise, roadmap 4 fases, GTM, north star WAC e analise competitiva.
npx skills add sickn33/agentic-awesome-skills --skill auri-core --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.
What it does
Auri-core provides an advanced voice assistant experience built on Amazon Alexa and Claude opus-4-20250805. It supports multi-turn conversations with memory, adapts tone and depth to the user, operates in Brazilian Portuguese, and integrates with the AWS ecosystem (DynamoDB, Polly, Secrets Manager, CloudWatch). It offers a tiered pricing model (Free, Pro, Business, Enterprise) and includes features like long-term memory (90 days for Pro), a dashboard, and analytics for usage and engagement.
How it works
The skill architecture flows: Echo -> ASK SDK (Python v2) -> Lambda Python 3.12 with a ConversationIntentHandler. It loads memory from DynamoDB, calls Claude via the Claude opus-4-20250805 model to generate responses, stores the assistant’s reply back to the memory, and returns an SSML response using the Vitoria Neural voice. The DynamoDB schema stores per-user memory with a 90-day TTL and a session-based memory buffer. Lambda settings indicate a 15s timeout and 512MB memory, with environment variables for the Anthropica API key, DynamoDB table name, Polly voice, Claude model, and max tokens.
When to use it
- When you need specialized assistance with this domain (voice assistant with AWS stack and Claude-based reasoning).
What it can touch
- AWS services: DynamoDB, Polly (Vitoria Neural), CloudWatch, Secrets Manager.
- External model: Claude opus-4-20250805 via anthropic library.
- Runtime: Lambda Python 3.12, ASK SDK Core.
Caveats
- Licensing: MIT (as declared in repository metadata).
- Explicit risks: none declared in the skill.
- Limits: Free plan limits 10 questions/day; memory and features vary by plan (e.g., 90-day memory for Pro, multi-user features for Business/Enterprise).
# Auri - Core Product Skill ## Overview Auri: assistente de voz inteligente (Alexa + Claude claude-opus-4-20250805). Visao do produto, persona Vitoria Neural, stack AWS, modelo Free/Pro/Business/Enterprise, roadmap 4 fases, GTM, north star WAC e analise competitiva. ## When to Use This Skill - When you need specialized assistance with this domain ## Do Not Use This Skill When - The task is unrelated to auri core - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works | Atributo | Definicao | |----------|-----------| | Nome | Auri | | Voz | Amazon Polly Vitoria Neural pt-BR | | Tom | Caloroso, inteligente, direto | | Personalidade | Curiosa, empatica, confiavel | | Linguagem | Portugues brasileiro natural | | Atitude | Proativa, mas nunca invasiva | ## Auri - Core Product Skill > A voz que pensa com voce. Auri e um assistente de voz de nova geracao construido sobre Amazon Alexa + Claude claude-opus-4-20250805. Enquanto a Alexa tradicional executa comandos, a Auri conduz conversas reais e raciocina sobre contexto. --- ## O Que E A Auri A Auri e uma Alexa Skill avancada que substitui o motor de respost
- Overview
- When to Use This Skill
- Do Not Use This Skill When
- How It Works
- Auri - Core Product Skill
- O Que E A Auri
- Proposta De Valor Unica
- Diferencial Estrategico
- Valores Da Marca
- Guia De Linguagem
- Exemplo De Interacao
- Ssml - Voz Otimizada
- Visao Geral Da Arquitetura
- 3.1 Dependencias
What does the auri-core skill do?
Auri: assistente de voz inteligente (Alexa + Claude claude-opus-4-20250805). Visao do produto, persona Vitoria Neural, stack AWS, modelo Free/Pro/Business/Enterprise, roadmap 4 fases, GTM, north star WAC e analise competitiva.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill auri-core --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.