Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & SEOBeginner13521AI 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

  1. "7 mistakes new PMs make in their first 90 days" → 10-slide deck with cover and CTA.
  2. Paste a long blog post and ask to turn it into a carousel → per-slide copy, recap slide, feed caption.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy just this skill: cp -r linkedin-agent-skill/skills/li-carousel ~/.claude/skills/
  5. Restart Claude Code and try: "turn this into a LinkedIn carousel".
  6. For PDF output, make sure Chrome/Chromium is installed so --headless --print-to-pdf works.
  7. Upload the finished PDF to LinkedIn yourself — the skill never posts for you.