alexa-cliControl Amazon Alexa devices and smart home via the `alexacli` CLI. Use when a user asks to speak/announce on Echo devices, control lights/thermostats/locks, send voice commands, or query Alexa.
Install via ClawdBot CLI:
clawdbot install buddyh/alexa-cliGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/buddyh/alexa-cliAudited Apr 16, 2026 · audit v1.0
Generated Apr 4, 2026
Integrate Alexa CLI into home automation systems to control lights, thermostats, and locks via voice commands. Enables scheduled routines, such as turning off lights at bedtime or adjusting thermostats based on occupancy, enhancing energy efficiency and convenience.
Use the skill to broadcast announcements across multiple Echo devices in an office environment, such as meeting reminders or emergency alerts. Supports flexible device targeting, allowing for zone-specific or building-wide notifications without manual intervention.
Leverage Alexa CLI's ask and askplus commands to create a conversational AI that answers customer queries via Echo devices in retail or hospitality settings. Provides real-time responses on topics like weather, schedules, or product information, improving customer engagement.
Implement the skill to enable voice-controlled smart home management and information retrieval through Echo devices. Allows users to control lights, locks, and ask questions hands-free, promoting independence and safety in daily activities.
Utilize the play command to stream educational MP3 audio, such as language lessons or lectures, to Echo devices in classrooms or libraries. Supports remote content updates via HTTPS URLs, facilitating interactive learning experiences.
Offer a monthly subscription for managed smart home control using Alexa CLI, including automated routines, device monitoring, and voice command customization. Revenue is generated through tiered plans based on the number of devices or features, targeting homeowners and small businesses.
Develop and sell integration packages for businesses to embed Alexa CLI into their existing systems, such as IoT platforms or CRM tools. Revenue comes from licensing fees, custom development contracts, and ongoing support services for enterprises in sectors like hospitality or healthcare.
Create a marketplace where users can access basic Alexa CLI features for free, with premium add-ons like advanced analytics, multi-user support, or priority updates. Revenue is driven by in-app purchases, one-time upgrades, and affiliate partnerships with smart home device manufacturers.
💬 Integration Tip
Ensure the alexacli binary is installed and authenticated via alexacli auth before deployment; use natural language commands with alexacli command for seamless AI agent integration.
Scored Apr 16, 2026
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Speak responses aloud on macOS using the built-in `say` command when user input indicates Voice Wake/voice recognition (for example, messages starting with "User talked via voice recognition on <device>").
Transcribe audio files to text using local Whisper (Docker). Use when receiving voice messages, audio files (.mp3, .m4a, .ogg, .wav, .webm), or when asked to transcribe audio content.