ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

instagram-content-generation

Generate Instagram content using each::sense AI. Create feed posts, stories, reels covers, carousels, quote graphics, and brand visuals optimized for Instagram's formats and engagement best practices.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/instagram-content-generation
Or

Instagram Content Generation

Generate engaging Instagram content using each::sense. This skill creates images and videos optimized for Instagram's various placements, formats, and visual best practices.

Features

  • Feed Posts: Square 1:1 images for maximum compatibility
  • Stories & Reels: Vertical 9:16 content for immersive full-screen experiences
  • Carousel Posts: Multiple cohesive images for storytelling
  • Quote Graphics: Typography-focused content for engagement
  • Product Showcases: E-commerce and product-focused visuals
  • Behind-the-Scenes: Authentic, candid-style content
  • Announcement Graphics: Event and launch promotional content
  • Lifestyle Flat Lays: Curated product arrangements
  • Brand Aesthetic Grid: Cohesive visual identity across posts

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 1:1 Instagram feed post for a coffee brand showing a latte with beautiful latte art, morning light, cozy cafe vibes",
    "mode": "max"
  }'

Instagram Formats & Sizes

PlacementAspect RatioRecommended SizeUse Case
Feed Post1:11080x1080Standard feed posts, maximum compatibility
Feed Post4:51080x1350Vertical feed posts, more screen real estate
Stories9:161080x1920Full-screen temporary content
Reels9:161080x1920Full-screen video content
Reel Cover9:161080x1920Thumbnail for Reels
Carousel1:11080x1080Multi-image swipeable posts

Use Case Examples

1. Feed Post (1:1 Square)

Classic square format for Instagram feed with maximum compatibility across all placements.

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 1:1 square Instagram feed post for a sustainable fashion brand. Show a model in casual earth-toned clothing against a natural outdoor background. Warm, authentic aesthetic with soft natural lighting. Clean composition suitable for a curated Instagram grid.",
    "mode": "max"
  }'

2. Story (9:16 Vertical)

Full-screen vertical content optimized for Instagram Stories.

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a 9:16 Instagram Story for a yoga studio. Show a serene meditation scene with a person in lotus position, soft morning light streaming through windows, calming pastel colors. Leave safe zones at top and bottom for Instagram UI elements and swipe-up area.",
    "mode": "max"
  }'

3. Reel Cover Image

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-instagram-content-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.