skills/smithery.ai/linkedin-carousel

linkedin-carousel

Installation
SKILL.md

LinkedIn Carousel Skill

Convert slides into LinkedIn-ready carousel PDFs.

Workflow Overview

  1. Choose input method: HTML slides (recommended), image folder, or PPTX
  2. Select format: Square (1080×1080) or Vertical (1080×1350)
  3. Generate PDF: Run script or use code pattern below
  4. Upload to LinkedIn: As document post

Quick Start

Option 1: HTML Slides to Carousel (Recommended)

const { chromium } = require('playwright');
const { PDFDocument } = require('pdf-lib');
const fs = require('fs');
Installs
1
First Seen
Apr 14, 2026
linkedin-carousel from smithery.ai