Finds and downloads free, legally available audiobooks — public-domain recordings from LibriVox and the Internet Archive — via curl + jq, no API key needed. Saves into /Volumes/SanDisk/Audiobooks/ (syncs to phone) when mounted, else the current topic folder, and sends the file(s) via the bot MCP `send_document`. Does not touch piracy sites that host copyrighted commercial audiobooks without a license — that's out of scope. Use when: "скачай аудиокнигу", "найди бесплатную аудиокнигу", "скачай книгу в аудио", "где послушать книгу бесплатно", "хочу аудиокнигу", "download an audiobook", "find a free audiobook", "get me the audio version of [book]"
Add, edit, or remove scheduled tasks AND reminders (scheduled Telegram messages) in the dotfiles cron: picks the right file, validates the schedule, wires logging/locking, reinstalls crontab via init-cron-jobs.sh. New private entries go into the dotfiles_private overlay (~/projects/dotfiles_private/cron/cron_jobs/); shareable jobs into public ~/projects/dotfiles/cron/cron_jobs/. Use when: "добавь крон", "запланируй задачу", "поставь в крон", "запиши в крон", "убери из крона", "schedule a task", "add a cron job", "add to crontab", "remove cron job", "напомни мне", "поставь напоминание", "напоминай каждый", "remind me", "set a reminder", "ping me at".
Pick a typeface for a specific job — book, newspaper, infographic, logo, invitation, screen UI, deck — using Julian Hansen's "So You Need A Typeface" decision tree, then ground the pick in what can actually be licensed and shipped: free substitutes, pairing partner, CSS stack, Cyrillic coverage. Use when: "подбери шрифт", "какой шрифт выбрать", "шрифт для логотипа", "шрифт для книги", "шрифт для сайта", "пара шрифтов", "с чем сочетать шрифт", "чем заменить Helvetica", "бесплатный аналог шрифта", "choose a typeface", "what font should I use", "font pairing", "free alternative to <font>", "pick a font for this landing page". Skip for: copying a specific brand's look (popular-web-designs), slide layout and sizes (powerpoint), installing font files, generating specimens.
Run local GGUF models with llama.cpp (CPU/Apple Silicon/CUDA/ROCm), pick the right quant, and discover GGUF repos on the Hugging Face Hub. Use when: "запусти модель локально через llama.cpp", "подбери квант GGUF", "найди GGUF на huggingface", "run a local GGUF model", "which quant should I use", "serve a model with llama-server"
Build a "design board" style collage out of a batch of photos the user just sent: cuts each object out as a transparent PNG, picks a background colour from the room photo, then spawns 10 parallel agents that each design a distinct collage variant using Python + PIL. Sends back a thumbnail grid so the user picks the variant they like, then ships the full-resolution file. Use when user sends 2+ photos in a row and asks any of: "сделай коллаж", "собери коллаж", "сделай мудборд", "несколько вариантов коллажа", "10 вариантов", "сделай дизайн-борд", "make a collage", "build a moodboard", "design board", "несколько коллажей", "разные раскладки". Single-photo edits go to the `image-edit` skill, not here.
Transcribe a Synthesia-style piano YouTube video (falling note bars on a virtual keyboard) into a clean MIDI, a real-grand-piano mp3, engraved sheet music (PDF + editable MusicXML), and a Guitar Pro (.gp5) file. Fuses audio transcription (Spotify basic-pitch) with computer-vision reading of the falling bars for accurate pitches and frame-accurate timing, adds audio-derived velocity dynamics and a sustain-pedal lane, then engraves with key/tempo detection. Use when: "разбери видео пианино в ноты", "пианино в ноты", "пианино в миди", "сделай ноты из видео", "ноты по видео с ютуба", "сделай midi из этого пианино", "видео в ноты", "сделай guitar pro из видео", "synthesia to midi", "piano video to sheet music", "transcribe this piano youtube video", "falling notes to midi", "youtube piano to pdf"
Search and retrieve academic papers from arXiv (and citations via Semantic Scholar) using only curl + Python stdlib. Use when: "найди статью на arxiv", "поищи научные работы", "найди цитирования статьи", "search arxiv", "find papers on", "get citation count"
Generate hand-drawn-style Excalidraw JSON diagrams (architecture, flowcharts, sequence) as .excalidraw files. Use when: "нарисуй диаграмму в excalidraw", "сделай схему архитектуры", "draw an excalidraw diagram", "make a flowchart"