✓ Verified ✍️ Content Creation ✓ Enhanced Data

Insta Cog

Full video production from a single prompt.

Rating
4.7 (73 reviews)
Downloads
2,713 downloads
Version
1.0.0

Overview

Full video production from a single prompt.

Complete Documentation

View Source →

Insta Cog - Full Video Production From a Single Prompt

Script, shoot, stitch, score — automatically. The most advanced AI video suite, powered by #1 on DeepResearch Bench (Feb 2026).

No other AI platform generates multi-scene, production-ready Reels and TikToks from a single prompt. CellCog handles the entire pipeline: coherent script, scene-by-scene generation with consistent characters, background music, and automatic editing — 30 seconds to 4 minutes, ready to post. Plus carousels, Stories, and static posts.


Prerequisites

This skill requires the cellcog skill for SDK setup and API calls.

bash
clawhub install cellcog

Read the cellcog skill first for SDK setup. This skill shows you what's possible.

Quick pattern (v1.0+):

python
# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your social content request]",
    notify_session_key="agent:main:main",
    task_label="insta-content",
    chat_mode="agent"  # Agent mode for most content
)
# Daemon notifies you when complete - do NOT poll


What Content You Can Create

Reels & TikToks

Short-form video that stops the scroll:

  • Trending Format Videos: "Create a 15-second Reel using the 'day in my life' format for a coffee shop"
  • Product Showcases: "Make a TikTok showing our new sneakers with trending transitions"
  • Educational Clips: "Create a 30-second explainer about compound interest for Gen Z"
  • Behind-the-Scenes: "Make a BTS Reel of a bakery kitchen with satisfying visuals"
  • Transformation Videos: "Create a before/after transformation Reel for a home renovation"
Example prompt:
"Create a 20-second Instagram Reel for a matcha cafe:
> Hook: 'POV: You found the best matcha in the city'
Show: Barista making ceremonial matcha, latte art, aesthetic interior shots
Vibe: Cozy, ASMR-style sounds, warm lighting
> End with: Shop name and 'link in bio'
> Trending audio style - chill lo-fi beats."

Instagram Carousels

Multi-slide content that educates and engages:

  • Educational Carousels: "Create a 10-slide carousel explaining how to start investing"
  • Listicles: "Make a '7 productivity hacks' carousel with bold graphics"
  • Storytelling: "Create a carousel telling our brand's origin story"
  • Tips & Tricks: "Make a carousel with 5 Photoshop shortcuts every designer needs"
  • Infographics: "Create a data visualization carousel about climate change"
Example prompt:
"Create a 7-slide Instagram carousel: '7 Morning Habits of Successful People'
> Slide 1: Hook - 'Steal these morning habits'
Slides 2-6: One habit each with icon and brief explanation
Slide 7: CTA - 'Save this & follow for more'
> Style: Clean, modern, muted earth tones
Font: Bold sans-serif for headlines"

Instagram Posts

Single-image content that pops:

  • Quote Posts: "Create an inspirational quote graphic with modern design"
  • Announcement Posts: "Make a product launch announcement post"
  • Meme-Style Posts: "Create a relatable meme for the marketing industry"
  • Aesthetic Shots: "Generate a lifestyle image for a wellness brand"
  • Infographic Posts: "Create a single-image infographic about sleep statistics"

Stories

Ephemeral content that connects:

  • Poll Stories: "Create a Story template with engagement polls"
  • Q&A Stories: "Design a 'Ask me anything' Story template"
  • Countdown Stories: "Make a product launch countdown Story sequence"
  • Behind-the-Scenes: "Create BTS Story content for a photoshoot"

Platform-Specific Formats

Instagram Specs

FormatDimensionsDuration
Feed Post1080×1080 (square) or 1080×1350 (portrait)-
Carousel1080×1080 or 1080×1350Up to 10 slides
Reels1080×1920 (9:16)15-90 seconds
Stories1080×1920 (9:16)15 seconds each

TikTok Specs

FormatDimensionsDuration
Video1080×1920 (9:16)15 sec - 10 min
Photo Mode1080×1920Up to 35 images

Content Styles

CellCog can create content in various aesthetics:

StyleBest ForCharacteristics
Clean MinimalProfessional brands, wellnessWhite space, muted colors, simple typography
Bold & BrightYouth brands, entertainmentSaturated colors, dynamic layouts, playful
Dark AestheticTech, gaming, luxuryDark backgrounds, neon accents, edgy
Organic/NaturalFood, lifestyle, eco brandsEarth tones, textures, warm lighting
Y2K/RetroFashion, music, Gen ZNostalgic elements, gradients, playful chaos
Corporate ModernB2B, fintech, SaaSProfessional, structured, trustworthy

Chat Mode for Social Content

ScenarioRecommended Mode
Single posts, Stories, standard Reels"agent"
Multi-part campaigns, brand storytelling series, complex video concepts"agent team"
Use "agent" for most social content. Individual posts, Reels, and carousels execute well in agent mode.

Use "agent team" for campaign-level thinking - when you need a cohesive content strategy across multiple pieces or complex creative direction.


Example Prompts

TikTok product video:

"Create a 15-second TikTok for wireless earbuds:
> Hook (first 2 sec): 'Wait, these are only $30?!'
Demo: Show features - noise cancellation, case, wearing them
Social proof: 'Over 10,000 5-star reviews'
CTA: 'Link in bio'
> Fast cuts, trending transition style, upbeat music vibe."

Educational carousel:

"Create an Instagram carousel: 'How to negotiate your salary'
> Target: Young professionals, first job negotiation
> Slides:
1. Hook: 'I got a $15K raise using these 5 steps'
2. Research market rates
3. Document your wins
4. Practice the conversation
5. Ask for more than you want
6. Get it in writing
7. CTA: Save & share
> Bold, confident design. Blue and white."

Aesthetic brand post:

"Create an Instagram post for a luxury candle brand:
> Show: A lit candle in a minimalist setting, warm golden hour lighting
Vibe: Cozy, aspirational, 'that girl' aesthetic
Text overlay: None (let the image speak)
> Should feel like it belongs on a curated feed."


Tips for Better Social Content

  • Lead with the hook: First 1-2 seconds determine if people keep watching. Make it count.
  • Know the platform: TikTok is raw and trendy. Instagram is polished and aesthetic. Same message, different execution.
  • Specify the vibe: "Cozy autumn aesthetic" or "high-energy hype" gives CellCog clear creative direction.
  • Include CTAs: "Save this", "Follow for more", "Link in bio" - tell people what to do next.
  • Reference trends: Mention specific formats ("Get ready with me", "POV", "storytime") for platform-native content.
  • Think mobile-first: All content will be viewed on phones. Bold text, clear visuals, vertical format.

Installation

Terminal bash

openclaw install insta-cog
    
Copied!

💻Code Examples

clawhub install cellcog

clawhub-install-cellcog.txt
**Read the cellcog skill first** for SDK setup. This skill shows you what's possible.

**Quick pattern (v1.0+):**
example.py
# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your social content request]",
    notify_session_key="agent:main:main",
    task_label="insta-content",
    chat_mode="agent"  # Agent mode for most content
)
# Daemon notifies you when complete - do NOT poll

Tags

#media_and-streaming

Quick Info

Category Content Creation
Model Claude 3.5
Complexity One-Click
Author nitishgargiitd
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install insta-cog