Accessible Unified Response Intelligence Assistant
A Proof of Concept built at the OpenClaw Global Unhackathon São Paulo.
Smart protection for the ones you love.
AURIA is a voice-activated AI security system designed to protect women, the elderly, and children. It enables discreet emergency alerts through Telegram, using AI to interpret voice messages and automatically trigger phone calls to trusted contacts.
Victims of violence often cannot call for help through conventional means in the moment of danger. Traditional safety apps require pressing panic buttons or downloading dedicated apps, which may not be accessible in critical situations.
AURIA provides a discreet, voice-activated digital guardian that:
- Voice Activation: Just speak - no buttons to press
- No Extra App: Uses Telegram (already installed on most phones)
- Humanized Call: Realistic AI voice via ElevenLabs
- Instant Response: From voice to rescue in seconds
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Telegram │────▶│ OpenClaw │────▶│ N8N MCP │────▶│ Twilio │────▶│ ElevenLabs │
│ (Input) │ │ (Router) │ │ (Workflow) │ │ (Voice) │ │ (TTS) │
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘
- Purpose: User interface for receiving messages
- Role: Entry point for user interactions
- Input Types: Text messages or audio messages
- Integration: Bot API for message handling
- Purpose: AI routing and orchestration
- Role: Processes incoming messages and routes to appropriate workflows
- Audio Processing: Whisper + ffmpeg for speech-to-text transcription
- LLM: Uses OpenAI API as the language model backend
- MCP Integration: Uses the
mcporterskill for MCP server calls - Features:
- Natural language understanding
- Intent classification
- Context management
- Purpose: Workflow automation and MCP (Model Context Protocol) integration
- Role: Orchestrates the flow between services
- Features:
- Visual workflow builder
- MCP server integration
- Custom logic execution
- API integrations
- Purpose: Voice call handling
- Role: Manages outbound voice calls and telephony features
- Features:
- Programmable voice
- Call routing
- Real-time audio streaming
- Purpose: Text-to-Speech generation
- Role: Converts AI responses into natural-sounding voice
- Features:
- High-quality voice synthesis
- Multiple voice options
- Low-latency streaming
- User Input: User sends a message via Telegram
- Processing: OpenClaw receives and processes the message
- Workflow Execution: N8N MCP workflow handles business logic
- Voice Call: Twilio initiates or handles voice communication
- Speech Synthesis: ElevenLabs generates natural voice output
- Telegram Bot Token
- Whisper + ffmpeg (for audio transcription)
- OpenClaw API access
- OpenAI API key (LLM backend for OpenClaw)
- N8N instance with MCP support
- Twilio account (Account SID + Auth Token)
- ElevenLabs API key
# Telegram
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
# OpenClaw
OPENCLAW_API_KEY=your_openclaw_api_key
OPENCLAW_ENDPOINT=https://api.openclaw.com
# OpenAI (LLM for OpenClaw)
OPENAI_API_KEY=your_openai_api_key
# N8N
N8N_WEBHOOK_URL=your_n8n_webhook_url
N8N_MCP_ENDPOINT=your_mcp_endpoint
# Twilio
TWILIO_ACCOUNT_SID=your_twilio_account_sid
TWILIO_AUTH_TOKEN=your_twilio_auth_token
TWILIO_PHONE_NUMBER=your_twilio_phone_number
# ElevenLabs
ELEVENLABS_API_KEY=your_elevenlabs_api_key
ELEVENLABS_VOICE_ID=your_preferred_voice_id- Accessibility: Voice-enabled assistance for users with visual impairments
- Elderly Care: Simple voice interface for non-technical users
- Customer Service: Automated voice responses via messaging triggers
- Emergency Notifications: Voice alerts triggered by chat commands
Full presentation explaining the problem, solution, and vision.
User sends an audio message to the OpenClaw bot. The AI transcribes the audio using Whisper, interprets the intent, and triggers the N8N workflow to initiate an emergency call.
The workflow receives webhook calls from OpenClaw and makes HTTP requests to ElevenLabs API for voice generation.
MCP Access configuration showing the server URL and the "AI Tinkerers OpenClaw" workflow available for execution.
Video demonstration of AURIA making an automated emergency call with AI-generated voice.
This project was created during the OpenClaw Global Unhackathon São Paulo. Contributions are welcome!
MIT License
Built with passion at OpenClaw Global Unhackathon São Paulo 2026


