Personal AI voice assistant with orchestration, memory, and proactive features.
Routes tasks to appropriate LLMs with voice orchestration and persistent memory.
npx claudepluginhub astoreyai/claude-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Personal AI voice assistant with orchestration, memory, and proactive features.
Ky is a Jarvis-like AI assistant that combines voice interaction, persistent memory, and intelligent task orchestration. It uses local LLMs for fast responses and Claude for complex tasks, with automatic routing based on task complexity.
Central orchestrator with lazy-loaded components:
Kymera Voice layer for audio I/O:
World Weaver tri-mode memory:
# Start Ky with system tray
~/ky/ky-tray
# Interactive mode
~/ky/ky
# One-shot task
~/ky/ky "schedule a meeting with Bob tomorrow"
# Status dashboard
~/ky/ky-status
# Voice mode
~/ky/ky --voice
ANTHROPIC_API_KEY # Required for Claude
OLLAMA_HOST # Ollama URL (default: localhost:11434)
WW_URL # WW memory URL (default: localhost:8765)
# User services (tray, memory)
~/ky/services/install.sh install
# System services (Ollama)
~/ky/services/install.sh install --system
/home/aaron/ky/
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.