aliceio
Build Yandex Alice voice skills with async Python
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install aliceio?โผ
Run `npx skills add K1rL3s/aliceio --all -g -y` in your terminal to install all tools in this suite globally.
What is aliceio used for?โผ
Aliceio is an async Python framework for building voice skills for Yandex Alice, the Russian voice assistant. It handles routing, state management, and API calls so you can focus on skill logic.
How to deploy an Alice skill with aliceio?โผ
You can deploy via Yandex Cloud Functions using the built-in request handler, or run your own webhook server with aiohttp. Both setups require only a few lines of code.
Does aliceio support state management?โผ
Yes. It includes a finite state machine with memory and Redis storage options, so your skill can remember context across user messages.
Do I need asyncio experience to use aliceio?โผ
Basic familiarity with Python asyncio is recommended, since the framework is fully asynchronous and built on async/await patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core