li-carousel — LinkedIn Carousel Builder
Turns a sequenced idea into slide-by-slide LinkedIn carousel copy, a swipe-worthy cover, and an upload-ready PDF.
Marketing & SEOBeginner★ 135⑂ 21AI score 8/10Last updated: Sep 7, 2026
What it does
- Triggers on requests like "carousel", "document post", "slides for LinkedIn", or any list-shaped idea.
- Enforces an 8–12 slide structure: cover hook (≤6 words) → the stake → one idea per slide (3–7 word headline, ≤25 words) → recap slide → a single CTA.
- Applies completion-rate rules: numbered slides, handle watermark, a standalone recap slide built to be screenshotted.
- Guides you to build 1080x1350 (4:5) HTML and print it to PDF, plus the 2–3 line feed caption that actually earns the swipe.
- Pushes back and redirects to a plain text post when the idea is a single claim rather than a sequence.
Who it's for
- Marketers, founders and freelancers building a LinkedIn presence.
- Content people repurposing blog posts or newsletters into slides.
- Anyone who wants a clean carousel PDF without a designer.
Examples
- "7 mistakes new PMs make in their first 90 days" → 10-slide deck with cover and CTA.
- Paste a long blog post and ask to turn it into a carousel → per-slide copy, recap slide, feed caption.
- After approving the copy, generate 1080x1350 HTML and print it to PDF with headless Chrome for upload.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Jakeschincariol/linkedin-agent-skill/HEAD/skills/li-carousel/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/li-carousel folder from the GitHub repo Jakeschincariol/linkedin-agent-skill into my ~/.claude/skills/li-carousel/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git && mkdir -p ~/.claude/skills && cp -r linkedin-agent-skill/skills/li-carousel ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r linkedin-agent-skill/skills/li-carousel ~/.claude/skills/ - Restart Claude Code and try: "turn this into a LinkedIn carousel".
- For PDF output, make sure Chrome/Chromium is installed so
--headless --print-to-pdfworks. - Upload the finished PDF to LinkedIn yourself — the skill never posts for you.
View source on GitHub ↗License: MIT