ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

linkedin-content-generation

Generate LinkedIn content graphics using each::sense AI. Create professional post images, article headers, company banners, event promotions, thought leadership visuals, and personal brand content optimized for LinkedIn's professional audience.

skill-install — Terminal

Install via CLI (Recommended)

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

LinkedIn Content Generation

Generate high-impact LinkedIn content graphics using each::sense. This skill creates professional images optimized for LinkedIn's formats, audience expectations, and best practices for B2B engagement.

Features

  • Post Graphics: Eye-catching images for feed posts and updates
  • Article Headers: Professional header images for LinkedIn articles
  • Company Banners: Brand-aligned banners for company pages
  • Event Promotions: Graphics for webinars, conferences, and events
  • Thought Leadership: Visuals for industry insights and expertise
  • Data Visualization: Stats and infographic-style content
  • Team Announcements: New hire, promotion, and team celebration graphics
  • Job Postings: Attractive visuals for recruitment posts
  • Personal Brand: Professional imagery for individual thought leaders

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 LinkedIn post graphic about AI transformation in business, professional and modern style with blue color scheme",
    "mode": "max"
  }'

LinkedIn Image Formats & Sizes

Content TypeAspect RatioRecommended SizeUse Case
Feed Post (Single)1.91:11200x628Standard post images
Feed Post (Square)1:11080x1080High engagement posts
Feed Post (Portrait)4:51080x1350Maximum feed presence
Article Header1.91:11200x628LinkedIn article covers
Company Banner4:11128x191Company page header
Event Cover16:91600x900Event page images
Carousel Slide1:11080x1080Document/carousel posts

Use Case Examples

1. Professional Post Graphic

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 LinkedIn post graphic about digital transformation. Show a professional in a modern office environment with digital elements and data visualizations floating around. Clean, corporate aesthetic with blue and white tones. Leave space at bottom for text overlay.",
    "mode": "max"
  }'

2. Article Header Image

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 1200x628 LinkedIn article header image about leadership in remote work. Abstract professional design showing connected people icons, home office elements, and collaboration symbols. Corporate blue gradient background with modern geometric shapes.",
    "mode": "max"
  }'

3. Company Page Banner

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-linkedin-content-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.