agency-carousel-growth-engine

Generates and publishes 6-slide TikTok and Instagram carousels from website analysis using Gemini and Upload-Post APIs.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/sammysparks000/skillshare --skill agency-carousel-growth-engine-sammysparks000
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-carousel-growth-engine
Source: https://github.com/sammysparks000/skillshare/tree/main/skills/marketing-carousel-growth-engine
Command: npx skills add https://github.com/sammysparks000/skillshare --skill agency-carousel-growth-engine-sammysparks000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating consistent, on-brand social media carousel content requires manual research, design work, and cross-platform publishing every day. This Skill automates the entire pipeline from website analysis to published posts with performance tracking. ## Core Features & Use Cases - Automated Website Research: Uses Playwright to scrape any URL, extracting brand colors, features, pricing, testimonials, and competitor mentions for content generation. - Visually Coherent Slide Generation: Creates 6 JPG slides (768x1376) via Gemini image generation, where slide 1 establishes the visual style and slides 2-6 reference it through image-to-image generation. - Direct Publishing & Analytics: Publishes to TikTok and Instagram via the Upload-Post API with auto trending music, then fetches per-post analytics to feed a learning loop stored in learnings.json. - Use Case: Point the Skill at your SaaS landing page URL and it will research the site, generate a 6-slide carousel following the Hook-Problem-Agitation-Solution-Feature-CTA structure, verify each slide with vision checks, publish to both platforms, and record performance insights for the next post. ## Quick Start Analyze https://yourwebsite.com and generate and publish a 6-slide carousel to TikTok and Instagram.

Frequently Asked Questions about agency-carousel-growth-engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate TikTok carousel posts from my website?▼

Provide a website URL and the Skill uses Playwright to extract brand info, features, and testimonials, then generates 6 slides with Gemini image generation. It publishes directly to TikTok and Instagram via the Upload-Post API without manual steps.

What APIs are needed for automated social media carousel publishing?▼

This workflow uses the Gemini API (GEMINI_API_KEY) for slide image generation and the Upload-Post API (UPLOADPOST_TOKEN and UPLOADPOST_USER) for publishing and analytics. Both services offer free tiers with no credit card required.

Does the Upload-Post API support Instagram and TikTok simultaneously?▼

Yes, the POST /api/upload_photos endpoint accepts platform[]=tiktok and platform[]=instagram in a single request. It also supports auto_add_music for trending TikTok audio and returns a request_id for per-post analytics tracking.

Why does TikTok reject PNG images for carousels?▼

TikTok's carousel format only accepts JPG files, so all slides are generated as JPG at 768x1376 resolution. Text must also stay out of the bottom 20% of each slide because TikTok overlays its UI controls there.

How does the carousel learning loop improve post performance?▼

After publishing, the Skill fetches per-post analytics via the Upload-Post API and stores insights in learnings.json. It tracks best hooks, optimal posting times, and engagement rates across a rolling 100-post history to inform the next carousel.