K1rL3sK1rL3sCommunityยท1 Agent Skills Included

aliceio

Build Yandex Alice voice skills with async Python

Builds voice skills for Yandex Alice using a modern asynchronous Python framework. Handles webhooks, state machines, filters, and media uploads without writing low-level API boilerplate. Deploys directly to Yandex Cloud Functions or your own server with ready-made request handlers.
npx skills add K1rL3s/aliceio --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’