Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Zoen-DEV/repurpose-youtube-video/llms.txt
Use this file to discover all available pages before exploring further.
The examples below cover the most common ways to invoke the skill. Every command starts with the same required trigger line. Add only the fields you need — the skill asks for anything missing before it writes the posts.
Basic
Custom images
Full options upfront
Per-platform tone
Single platform
Dry run
Scheduled post
The simplest possible command. The skill generates AI visuals, publishes immediately after approval, and detects the language automatically from the video transcript.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
What happens:
- Step 1 extracts the transcript and detects the language (
es or en).
- Step 3 asks for tone and objective for both LinkedIn and Instagram (4 questions in one message).
- Step 5 asks whether to use a single image or a carousel for Instagram, then generates AI visuals via Freepik Mystic with text overlay.
- Step 6 shows the full approval block (posts + visuals + timing).
- Step 7 publishes immediately after you reply
sí.
Pass your own images and set the Instagram format upfront. The skill skips AI generation and uses your files in order. No text overlay is applied.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
images: C:\imagenes\slide1.jpg, C:\imagenes\slide2.jpg, C:\imagenes\slide3.jpg
formato-instagram: carrusel
What happens:
- Local files are uploaded to Blotato via presigned URL to obtain public links.
- The first image is used for LinkedIn; all three are used as the Instagram carousel in order.
- Step 5 skips AI generation and the format question entirely.
- Step 3 still asks for tone and objective unless you pre-fill those fields.
Set tone and objective globally and schedule the post with a natural language expression. No questions are asked — the skill runs straight through to the approval block.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
tono: educativo
objetivo: engagement
publicar: mañana 9am
What happens:
- Step 3 is skipped entirely because both tone and objective are resolved.
mañana 9am is converted to ISO-8601 UTC and shown in the Step 6 block (e.g. programado para 2026-05-19T09:00:00Z).
- Step 5 still asks for the Instagram format (single image or carousel) unless you add
formato-instagram:.
- After
sí, both posts are scheduled via Blotato.
Use different tone and objective for each platform. LinkedIn gets an educational/engagement combination; Instagram gets inspirational/awareness.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
tono-linkedin: educativo
objetivo-linkedin: engagement
tono-instagram: inspiracional
objetivo-instagram: awareness
What happens:
- All four tone/objective slots are resolved before Step 3, so no questions are asked about tone or objective.
- LinkedIn post is written with an authoritative, insight-driven register aimed at driving comments.
- Instagram post is written with a motivational, visual-first register aimed at reach.
- The two posts end up with distinct voices even though they cover the same video.
Publish only to LinkedIn, with English forced as the output language regardless of the video’s source language.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
solo: linkedin
idioma: en
What happens:
- Steps 2, 3, 4, 5, 6, 7, and 8 all operate on LinkedIn only — Instagram is skipped entirely.
- The post and visual are written and generated in English.
- Step 3 asks only for LinkedIn tone and objective (the Instagram section is omitted).
- The Step 6 approval block shows only the LinkedIn content block.
Run the full workflow — extraction, writing, humanization, visual generation, and the approval block — without publishing anything. Use this to review the exact output before committing.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
dry-run: si
What happens:
- All steps run normally through Step 6, including AI visual generation.
- The approval block shows a
[aviso] DRY-RUN ACTIVADO banner at the top.
- After you reply
sí, no publish API calls are made.
- The Step 8 summary shows
Status: dry-run (no se envió) for each platform instead of a public URL.
Schedule both posts for a specific UTC time using an ISO-8601 timestamp.Crear post para Instagram y LinkedIn:
youtube-link: https://youtu.be/dQw4w9WgXcQ
publicar: 2026-06-01T14:00:00Z
What happens:
- The timestamp is passed as-is to Blotato’s scheduling API — no conversion is needed.
- Step 6 shows
Timing: programado para 2026-06-01T14:00:00Z for each platform.
- If the timestamp is in the past at the time of approval, the skill stops with
[error] La fecha programada es en el pasado and asks for a new time.
- After
sí, both posts are queued in Blotato and the Step 8 summary shows Status: scheduled for 2026-06-01T14:00:00Z.