linkedin-post

linkedin-post is a skill for Claude Code from roslove44/brand-artisan. It costs 104 tokens per session (1,312 once invoked), scanned A, original, MIT.

A visual template for a LinkedIn post image, where LinkedIn is a professional social network. It creates an image in a selected portrait, square, or landscape format using the project's brand guidelines.

In plain words
What is it for?
Use it to create a branded image for a LinkedIn publication or link preview, with the orientation chosen for the project.
Why use it?
It removes the need to choose and prepare a LinkedIn image format from scratch. It also distinguishes official link-preview dimensions from common image-post conventions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the brand-artisan plugin — 15 skills shipped together

Good fit Use it to create a branded image for a LinkedIn publication or link preview, with the orientation chosen for the project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roslove44/brand-artisan/linkedin-post
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 roslove44/brand-artisan --skill linkedin-post
Clone the repo
git clone --depth 1 https://github.com/roslove44/brand-artisan

Made for: Claude Code.

Or install brand-artisan, the plugin that ships this one along with the rest of its 15 skills.

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-post

README.md
[![agentmods](https://agentmods.dev/badge/skills/roslove44/brand-artisan/linkedin-post/github.svg)](https://agentmods.dev/skills/roslove44/brand-artisan/linkedin-post)
Your own site
<a href="https://agentmods.dev/skills/roslove44/brand-artisan/linkedin-post"><img src="https://agentmods.dev/badge/skills/roslove44/brand-artisan/linkedin-post/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-post

Your own site · 80×15
<a href="https://agentmods.dev/skills/roslove44/brand-artisan/linkedin-post"><img src="https://agentmods.dev/badge/skills/roslove44/brand-artisan/linkedin-post.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,312 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.00104 $0.01312
Opus 5 $0.00052 $0.00656
Sonnet 5 $0.00021 $0.00262
Haiku 4.5 $0.00010 $0.00131

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

Security

Grade A, and why

linkedin-post 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 9d 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-post/SKILL.md · 115 lines

How it starts

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

linkedin-post: LinkedIn post image

Goal: produce the PNG asset of a LinkedIn post image, at the chosen ratio, aligned with the guidelines.

This is a specialization of new-template with the LinkedIn constraints hard-coded. Same conventions: the Template contract (from brand-artisan), assets through brand(), fonts discovered in fonts/, export default ... satisfies Template.

Status of the dimensions. LinkedIn only officially documents one visual, at 1200×627 (1.91:1), for the link preview on Pages. For an image posted directly, LinkedIn publishes no dimensions: the 1080×1080 square and the 1080×1350 portrait are conventions (carried over from the advertising specs), not from the organic documentation.

0. Prerequisites (blocking)

The chain project -> template folder -> guidelines must exist:

  • Resolve <project> (from the arguments, otherwise ask).
  • Check templates/<project>/ and brands/<project>/brand.md.
  • Missing guidelines or project -> STOP: ask for /new-project <project> first. No visual without guidelines (CLAUDE.md rule).

1. Frame it

  • Which orientation? Ask. Default: portrait (4:5, takes the most height in the feed). Otherwise square (1:1) or landscape (1.91:1).
  • Default slug linkedin-post (or linkedin-post-<orientation> if there are several). Check that the target .tsx does not exist.
  • Read brands/<project>/brand.md: palette, type, logo variants, don'ts.
  • Read brands/<project>/project.md if it exists: set the tone and the claims (don't invent figures or promises). If absent -> ask for the tone and the message rather than guessing.
  • Ask for the message: short headline + standfirst (1 sentence). No paragraph.
  • If the project already holds a .tsx, read it as a style reference.

2. LinkedIn constraints (to respect)

Orientation Size (px) Ratio Status
Portrait (default) 1080x1350 4:5 Convention (ads specs)
Square 1080x1080 1:1 Convention (ads specs)
Landscape 1200x627 1.91:1 Official LinkedIn (link preview)

Read the full file on GitHub · 115 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. 9d ago First seen · 115 lines · 104 tokens per session scan A aeda9580c70a

Subscribe to this mod's changes

linkedin-post is a skill published in the GitHub repository roslove44/brand-artisan (4 stars, last pushed 12d ago), licensed MIT. It adds 104 tokens to every session and 1,312 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

build-startup-brand

Turn a startup idea, product, URL, pitch, or existing visual identity into a distinctive startup brand system and a polished standalone HTML report. Use when Codex needs to create or refine startup positioning, a salient brand idea, brand promise, tagline, messaging, voice, creative territories, logo or symbol…

Kappaemme-git/build-startup-brand · 105 tokens

collateral-design

Apply a brand's defined visual system to any fixed-format piece that isn't a website — decks and presentations, one-pagers and sales sheets, social posts and graphics, blog/OG thumbnails, business cards, brochures, flyers, posters, banners, billboards, and paid ads. Use when the user mentions 'design a deck,' 'pitch…

zstvns/design-skills · 184 tokens

frame-logo-outro

Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.

wolfenazz/YzPzCode · 24 tokens

recording

Capture screen recordings and screenshots on any registered computer (macOS, Windows, Linux, HarmonyOS) and manage the recording library.

Hmbown/Codewhale · 29 tokens

ffmpeg

Process audio and video with the ffmpeg / ffprobe CLIs — convert, trim, extract audio, resize, change format, make GIFs, inspect media. Use for any audio/video transformation.

AtomicBot-ai/atomic-agent · 47 tokens

record-demo

Record or regenerate the mcpc demo GIFs (the README hero docs/images/mcpc-demo.gif and the focused tapes in docs/vhs/) with VHS. Use whenever asked to create, refresh, restyle, shorten, or fix a terminal demo/animation/GIF of mcpc. The tapes drive real mcpc commands; for the authenticated step this skill ALWAYS…

apify/mcpc · 114 tokens