client-sdk-android
Realtime video, audio, and data for Android apps
All Skills in This Repository (5)
Pure Emerald Level Indicatorsandroid-testing
Combine unit, integration, and UI/screenshot tests for Android apps.
android-coroutines
Enforce structured concurrency and lifecycle-aware coroutine patterns in Android apps.
kotlin-concurrency-expert
Reviews Kotlin Coroutines usage in Android projects for lifecycle safety and structured concurrency.
gradle-build-performance
Diagnose Gradle build bottlenecks in Android projects with build scans.
android-gradle-logic
Automate centralized Gradle build logic for multi-module Android projects.
Frequently Asked Questions
FAQPage SchemaHow to install client-sdk-android?โผ
Run `npx skills add livekit/client-sdk-android --all -g -y` in your terminal to install all skills in this suite globally.
How to add video calls to an Android app?โผ
Add the livekit-android dependency from Maven Central, create a Room with LiveKit.create(), and connect using a server URL and participant token. Camera and microphone publishing then takes just a few lines of Kotlin.
How to fix Kotlin coroutine bugs on Android?โผ
The bundled concurrency skills review your code for GlobalScope usage, missing dispatcher injection, swallowed CancellationException, and unsafe lifecycle collection, then apply minimal safe fixes.
How to speed up slow Gradle builds?โผ
The gradle-build-performance skill walks you through build scans, configuration cache, build cache, and kapt-to-KSP migration to cut build times step by step.
Does this work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding agents.
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