livekit-stream

Installation
SKILL.md

LiveKit Streaming

LiveKit is available at ws://{{LIVEKIT_HOST}}:{{LIVEKIT_PORT}} within the Docker network.

Create Room

curl -X POST "http://{{LIVEKIT_HOST}}:{{LIVEKIT_PORT}}/twirp/livekit.RoomService/CreateRoom" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $LIVEKIT_API_KEY" \
  -d '{"name": "my-room", "max_participants": 10}'

Tips for AI Agents

  • LiveKit provides real-time audio/video streaming via WebRTC.
  • Supports server-side recording, egress, and ingress.
  • Agent framework enables AI agents to participate in rooms.
  • Low-latency, scalable architecture suitable for production use.
Installs
2
GitHub Stars
58
First Seen
May 14, 2026
livekit-stream — bidewio/better-openclaw