Audit and tune ANY existing site (static HTML, Astro, Next.js, WordPress export...) for search + AI discovery: SEO (Yandex & Google), AEO (AI answer engines), GEO (LLM/agent discovery). The agent checks robots.txt, sitemap.xml, canonical, meta/OG tags, JSON-LD, llms.txt and IndexNow, then generates whatever is missing. Use when the user says: optimize my site for search / SEO / чтобы находили в поиске / хочу в Яндекс и Google / AI-ответы. Tunes an existing site — it does not build one.
Generate Instagram carousels: 1080x1350 PNG slides from text (headline + body) and user photos, laid out in HTML/CSS and rendered headless via Playwright. Full design system baked in (Montserrat; cover/content/CTA card roles; calculated photo height; text-safe zones over faces; hyphen-only punctuation). Coral default palette, fully restylable to any brand (e.g. EdgeLab lime). Use WHENEVER you need a carousel for an Instagram post, want to lay out post slides, or turn a text + photos into a swipeable post. Triggers: "make a carousel", "carousel", "carousel post", "post slides", "slides for a post", "карусель", "слайды для поста", "пост-карусель", carousel/carousel. NOT for: single covers, reels, stories.
Generate premium, high-CTR YouTube thumbnails (1920x1080) — your real face from video frames, a punchy headline, a brand logo, on a dark high-contrast scene. Use this WHENEVER you need a YouTube cover/обложка/thumbnail, want a face pulled from a video onto a cover, want to "play with the font" on a cover, or want a thumbnail in a specific brand palette. Three engines: (A) GPT full-generation via gpt-image-2 with face+logo reference photos; (B) Compose — real rembg face cutout + scene + text via Playwright; (C) Hybrid — GPT no-text base + compose text for exact font control.
Research YouTube for content strategy — find what's taking off in a niche, scan competitor channels, rank videos by views and by view-velocity, and pull any video's transcript. Use this WHENEVER you need to research YouTube, find trending/viral videos on a topic, see what's blowing up on YT, scan a competitor's channel, get a YouTube video's transcript or 'what's in this video', or gather YouTube content ideas from what's working — even if the skill isn't named. Search and stats run keyless via yt-dlp; transcripts go through TranscriptAPI; a YouTube Data API key is optional for cleaner search.
Unified Telegram core (HTTP API + MCP stdio + tgdl + sales hooks) with single-session Telethon architecture. Use when setting up Telegram automation, reading/sending Telegram messages via local API, exporting chat history, or troubleshooting Telethon auth/session conflicts.
Self-audit, code quality improvement through clarifying questions, and proactive learning. Use when writing code, making decisions, completing tasks, or during weekly self-audit. Triggers on code review, task completion, weekly introspection, and when user says "интроспекция" or "аудит".
How to author, ship, and update content (lessons, bonuses) for the AgentOS intensive platform (<your-agentos-domain>). Covers source-of-truth pattern, mock layer, Supabase DB layer, block types, frontend rendering rules, deploy pipeline (build → tarball → prod server → PM2), and known pitfalls. Use when adding a new bonus, rewriting an existing lesson, changing block types, or shipping content updates to prod. Triggers: "добавь урок", "новый бонус", "обнови контент", "update lesson", "add bonus", "lesson 10 / 11 / 12", "intensive-agentos-platform", "<your-agentos-domain> content", "patch_db", "lessonN_steps". NOT for: backend logic changes, auth flows, payment integration, infrastructure work outside the content pipeline.
Archive messages from a Telegram business chat. Saves each message to daily markdown, classifies (DECISION/TASK/OPEN_QUESTION), makes daily summary, pushes decisions and summaries to storage. Use when: (1) a message is received from the monitored chat, (2) @mention of the monitor agent in this chat, (3) request for flush/day summary, (4) request for data from chat history of a partnership. NOT for: messages from other chats, direct user commands outside partnership context.