# Quick screenshot pack — capture screen, save somewhere useful. # Unlike vision/, no LLM call — just the capture. Faster + works offline. [[commands]] id = "screenshot.to_clipboard" type = "lua" script = "to_clipboard.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = [ "сделай скриншот", "сделай скрин", "скопируй экран", "скриншот в буфер", "захвати экран", ] en = ["take a screenshot", "screenshot", "capture screen"] ua = ["зроби скрін", "захопи екран"] [[commands]] id = "screenshot.to_file" type = "lua" script = "to_file.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = [ "сохрани скриншот", "сохрани скрин", "скриншот в файл", "сохрани экран", ] en = ["save screenshot", "screenshot to file"] ua = ["збережи скрін"]