linkedin-carousel

linkedin-carousel is a skill for Claude Code, Codex from canvora/canvora-mcp. It costs 65 tokens per session (1,167 once invoked), scanned A, original, MIT.

A procedure for creating LinkedIn document carousels and post images, including slide layouts that account for LinkedIn's interface covering part of the image. LinkedIn carousels are swipeable multi-page posts, often used for business content.

In plain words
What is it for?
It helps create portrait, square or vertical carousels, single-image posts, and article headers for LinkedIn.
Why use it?
It helps keep important text and graphics out of areas hidden by LinkedIn's controls. It also shapes content for business audiences and the available LinkedIn image formats.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It helps create portrait, square or vertical carousels, single-image posts, and article headers for LinkedIn.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canvora/canvora-mcp/linkedin-carousel
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add canvora/canvora-mcp --skill linkedin-carousel
Clone the repo
git clone --depth 1 https://github.com/canvora/canvora-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for linkedin-carousel

README.md
[![agentmods](https://agentmods.dev/badge/skills/canvora/canvora-mcp/linkedin-carousel/github.svg)](https://agentmods.dev/skills/canvora/canvora-mcp/linkedin-carousel)
Your own site
<a href="https://agentmods.dev/skills/canvora/canvora-mcp/linkedin-carousel"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/linkedin-carousel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for linkedin-carousel

Your own site · 80×15
<a href="https://agentmods.dev/skills/canvora/canvora-mcp/linkedin-carousel"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/linkedin-carousel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,167 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01167
Opus 5 $0.00032 $0.00583
Sonnet 5 $0.00013 $0.00233
Haiku 4.5 $0.00006 $0.00117

Measured 8d ago against content hash 5b088a55a2d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

linkedin-carousel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/linkedin-carousel/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LinkedIn carousels and post visuals

LinkedIn's document carousel is the highest-reach organic format on the platform, and it has one detail everyone gets wrong: the bottom of every slide is covered by LinkedIn's own UI. Canvora's LinkedIn formats declare safe zones for exactly this. Setup and credits: see the canvora skill.

Format choice

Format Ratio Bottom safe zone Use
linkedin_carousel_portrait 4:5 60px the default — most feed space per swipe
linkedin_carousel 1:1 60px when their existing template is square
linkedin_carousel_vertical 9:16 80px mobile-first, maximum height
linkedin_post 16:9 1200×627 single-image post
linkedin_article 16:9 1920×1080 article header

Default to linkedin_carousel_portrait unless the user says otherwise. All three carousels are 15 credits per slide. State that cost in the same message as the run (a 7-slide carousel = 105) — announce it, don't ask permission. If you chose the slide count rather than the user, confirm that number with them.

Intake

  1. What's the point of view? LinkedIn rewards a stance, not a summary. Get one sentence of opinion, not a topic.
  2. How many slides? 6-8 is the sweet spot; match any promised count. Max 10.
  3. Personal brand or company brand? Company → --brand + --logo. Personal/founder posts often read better without a logo on every slide.
  4. Is there a CTA? Newsletter, demo, comment-bait → --cta.

The canonical run

ID=$(canvora generate \
  --idea "Most B2B pipelines die at handoff, not at close — 6 fixes for the sales-to-CS transition" \
  --format linkedin_carousel_portrait --slides linkedin_carousel_portrait=7 \
  --brand $BRAND --style minimal --cta | head -1)
canvora status "$ID" --json    # repeat every ~30s until completed

From content the user already wrote (a post, a newsletter section):

ID=$(canvora generate --input "$POST_TEXT" \
  --format linkedin_carousel_portrait --slides linkedin_carousel_portrait=6 \
  --brand $BRAND | head -1)
canvora status "$ID" --json

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 94 lines · 65 tokens per session scan A 5b088a55a2d6

Subscribe to this mod's changes

linkedin-carousel is a skill published in the GitHub repository canvora/canvora-mcp (0 stars, last pushed 26d ago), licensed MIT. It adds 65 tokens to every session and 1,167 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.