.claude/skills/_archived/tiktok-quote-video/SKILL.md
# TikTok Quote Overlay Video Produce ambient quote overlay TikTok videos for Clarido — text quotes over looping background video. Series-based (e.g., "Harsh Truths for Overthinkers 1/30"). No voiceover, no illustrations. High volume, highly batchable. ## When to Use Use this skill when the user wants to create TikTok quote overlay content — short ambient videos with text quotes over background footage. ## Pipeline Phases ### Phase 1: Series Planning (interactive) 1. User provides series co
npx skillsauth add Abhi5415/clarido-marketing .claude/skills/_archived/tiktok-quote-videoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce ambient quote overlay TikTok videos for Clarido — text quotes over looping background video. Series-based (e.g., "Harsh Truths for Overthinkers 1/30"). No voiceover, no illustrations. High volume, highly batchable.
Use this skill when the user wants to create TikTok quote overlay content — short ambient videos with text quotes over background footage.
quotes.json with all quotes, captions, hashtags, and bg video assignmentsquotes.json format:
{
"series": "Harsh Truths for Overthinkers",
"total": 30,
"quotes": [
{
"number": 1,
"text": "Overthinking isn't depth — it's wearing intelligence as a disguise.",
"bg_video": "merry-go-round.mp4",
"caption": "Stop confusing overthinking with being thorough. #overthinking #psychology",
"hashtags": "#overthinkers #harshtruths #psychology #mentalhealth #clarity"
}
]
}
Generate background videos via Fal AI Kling V3 Pro:
pipenv run python3 scripts/tiktok/generate_bg_video.py \
"Slow motion merry-go-round at dusk, warm golden light, dreamy atmosphere" \
content/tiktok-quotes/{series-slug}/bg-videos/merry-go-round.mp4
Batch render all quotes:
pipenv run python3 scripts/tiktok/render_quote_batch.py \
content/tiktok-quotes/{series-slug}
# Or render a subset:
pipenv run python3 scripts/tiktok/render_quote_batch.py \
content/tiktok-quotes/{series-slug} --range 1-5
Output lands in content/tiktok-quotes/{series-slug}/rendered/.
content/tiktok-quotes/
└── {series-slug}/
├── quotes.json
├── bg-videos/
│ ├── merry-go-round.mp4
│ └── rainy-window.mp4
└── rendered/
├── 01.mp4
└── 02.mp4
QuoteOverlay (in TikTok folder)durationInSeconds prop)seriesName, quoteNumber, totalQuotes, quoteText, bgVideo, durationInSecondsGood prompts for ambient backgrounds:
Avoid: people's faces, text/signs, fast motion, bright/harsh lighting.
development
Best practices for Remotion - Video creation in React
tools
Fully autonomous Pinterest pin production for Clarido. Auto-selects topics from blog gaps, generates content with pre-render validation, visual-reviews rendered PNGs via agent, publishes via Chrome automation, and emails results. No approval gates. Supports batch mode.
development
Produce an Instagram Reel for Clarido — remix an existing TikTok concept with a deeper script, new voiceover, and expanded illustrations, then publish via the Instagram API. Use when creating new Instagram Reels content.
data-ai
Pull cross-channel GTM performance data from Meta Ads, Instagram, Pinterest, Blog, GA4, and Search Console — generate a unified report with analysis and recommendations.