skills/assistants/ky/SKILL.md
# Ky Assistant Personal AI voice assistant with orchestration, memory, and proactive features. ## Description 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. ## Applies When - User wants a personal voice assistant - User needs task orchestration and planning - User wants proactive suggestions and memory
npx skillsauth add astoreyai/claude-skills skills/assistants/kyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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/
content-media
# YouTube Transcriber Skill Extract transcripts from YouTube videos, playlists, and channels with automatic intelligent processing. ## Overview One unified command that intelligently assesses input and handles everything—single videos, batch files, playlist expansion, channel extraction. No need to choose between commands; it figures out what to do. ## Capabilities - **Auto-Detect Input**: Single URL, file of URLs, playlist, channel - **Smart Expansion**: Automatically expands playlists/cha
development
# Trading Analysis Skill **Version**: 1.0.0 **Category**: Financial Analysis / Trading **Author**: Claude Code **Last Updated**: November 22, 2025 ## Overview Comprehensive trading performance analysis and edge identification system for Interactive Brokers accounts. Analyzes CSV statements to identify trading patterns, position sizing issues, time-of-day edges, and risk management problems. ## Features ### 1. **CSV Statement Parsing** - Parse Interactive Brokers activity statements (CSV for
development
# System Health Check & Cleanup Skill **Version**: 1.0.0 **Category**: System Administration / Performance Optimization **Author**: Claude Code **Last Updated**: November 22, 2025 ## Overview Automated system health monitoring and cleanup workflow. Diagnoses performance issues, identifies resource bottlenecks, fixes orphaned services, kills stale processes, and cleans cache bloat. Designed for archimedes (32c/125GB) but works on any Linux system. ## Features ### 1. **System Diagnostics** -
testing
Unified worklog system. Synthesizes session work into daily markdown files with clean bullet points. Supports weekly rollups for Slack #progress sharing. Replaces fragmented checkpoint/session-state/weekly-notes systems.