In this guide you will go from a YouTube URL to published LinkedIn and Instagram posts. By the end you will have triggered the skill, answered the quality questions, reviewed the approval block, and either published or dry-run your first posts.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.
Verify installation
Before triggering the skill, confirm that:
- Claude Code is running
- The skill is cloned at
~/.claude/skills/repurpose-youtube-video/ - Your
.envfile exists in the skill root (or in your CWD) with at leastBLOTATO_API_KEYset
Trigger the skill with the basic command
In Claude Code, send exactly the following (substituting your own YouTube URL):Once triggered, the skill will print a status line for each step as it runs, starting with video extraction:
Answer the quality questions
If you did not supply Reply using the shorthand format. For example:This sets LinkedIn to educational/engagement and Instagram to inspirational/awareness. You can also reply in plain language if you prefer — the skill will interpret it.If you already included
tono: and objetivo: in the trigger command, the skill pauses at Step 3 and asks how you want the posts written. Each platform can have its own tone and objective:tono: and objetivo: in your trigger command, this step is skipped entirely.Review the approval block
After writing, humanizing, and generating visuals, the skill presents a single consolidated approval block covering both platforms:You have three options:
sí— publish everything as shown. The skill calls the Blotato API and reports back with post URLs.editar— tell the skill what to change. You can target specific pieces (“change the LinkedIn hook”, “remove the last Instagram hashtag”, “regenerate the Instagram visual”). The skill applies your edits, re-runs the humanization pass on any modified text, and shows the approval block again. Repeat until satisfied, then replysí.cancelar— abort the run. Nothing is published, and the skill confirms[cancelado] No se publicó nada.
Next steps
Parameters reference
All optional parameters: tone, objective, language, scheduling, dry-run, and more.
Usage examples
Copy-paste examples for common scenarios: carousels, scheduling, single-platform posts, and custom images.