Agent skill · DevOps & Cloud

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill auri-core --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 21 KB
Bundled scripts: none
Declared author: renat
Path: skills/auri-core/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

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).
From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Auri - Core Product Skill
  6. O Que E A Auri
  7. Proposta De Valor Unica
  8. Diferencial Estrategico
  9. Valores Da Marca
  10. Guia De Linguagem
  11. Exemplo De Interacao
  12. Ssml - Voz Otimizada
  13. Visao Geral Da Arquitetura
  14. 3.1 Dependencias
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going