PrompTom
Tous les skills

Carousels for Reels and TikTok

carousel-conveyorPROcontentsocial

Builds carousels around one recurring character: the face is generated once, captions are composited in code for free.

Ce qu'il fait

  • Triggers when you ask to build carousels for a character, stand up a new one, or schedule posts.
  • Sets the character up first: one anchor selfie and about six scenes made from it. That is the only place money is spent — roughly $0.60 per character.
  • Every carousel then reuses those photos, with the text composited on top in code. Rewriting a caption, changing the @handle or redoing the layout costs nothing.
  • Each scene is edited from the original selfie, never from another scene: editing an edit drifts the face, and after a few hops the character stops being recognisable.
  • Before anything is published it shows the finished slides and waits for approval — the check is that the face is the same on every slide. Every post is flagged as AI-generated.

À quoi il sert

In this kind of pipeline only face generation costs real money, and it is tempting to pay for it again every time. The skill does the opposite: the face is bought once per character, while captions, layout and scheduling are done in code for free. The other reason it exists is the ban on publishing unreviewed work: a face that drifted between slides is visible only to the eye, so the slides go to you first.

Où le placer

  1. 1Créez le dossier .claude/skills/carousel-conveyor dans votre projet
  2. 2Placez-y un fichier SKILL.md avec le texte ci-dessous
  3. 3C'est tout. Claude Code charge le skill lui-même quand une tâche correspond à la description

Pour que le skill soit disponible dans tous vos projets et pas un seul, placez-le dans ~/.claude/skills au lieu du dossier du projet.

Fichier SKILL.md

# Carousel Conveyor

A factory for turning hook ideas into finished, scheduled photo carousels for a
recurring AI persona. It is the production half of the content system: the
**trendwatch** skill produces the hooks/formats; this skill renders them as
7-slide carousels in a persona's voice and face, then schedules them to TikTok.

> The script names below (`gen_persona_ref.py`, `cover_bank.py`, builders,
> `schedule_batch.py`) refer to a reference implementation — a few hundred lines
> of Python around the Gemini image API, PIL, and the Postiz API. The scripts are
> trivial to rebuild; the **operating principles and the prompt blocks are the
> transferable asset**.

The whole design is built around one economic insight (the "AI UGC army"
playbook popularized by Adrià Martinez): the only expensive step is generating

Le fichier de ce skill fait partie de la sélection PRO

Débloquer l'accès
Carousels for Reels and TikTok — PrompTom