linkedin-post

linkedin-post is a skill for Claude Code, Codex from owainlewis/youtube-tutorials. It costs 0 tokens per session (332 once invoked), scanned A, original, MIT.

A writing workflow that turns a YouTube video's written transcript into one LinkedIn post draft. LinkedIn is a professional social network where people share updates and ideas.

In plain words
What is it for?
Use it to create a 100–200-word post from a transcript, including a concrete example or number when available and optional hashtags.
Why use it?
It avoids trying to turn an entire video into a long summary. Instead, it selects one useful insight and presents it in a short format suited to LinkedIn.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/owainlewis/youtube-tutorials/linkedin-post
Any agent
npx skills add owainlewis/youtube-tutorials --skill linkedin-post
Clone the repo
git clone --depth 1 https://github.com/owainlewis/youtube-tutorials

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/owainlewis/youtube-tutorials/linkedin-post.svg)](https://agentmods.dev/skills/owainlewis/youtube-tutorials/linkedin-post)
Your own site
<a href="https://agentmods.dev/skills/owainlewis/youtube-tutorials/linkedin-post"><img src="https://agentmods.dev/badge/skills/owainlewis/youtube-tutorials/linkedin-post.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 332 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00332
Opus 5 $0.00000 $0.00166
Sonnet 5 $0.00000 $0.00066
Haiku 4.5 $0.00000 $0.00033

Measured 4d ago against content hash e268a5254942, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

tutorials/multi-agent-teams/resources/05-skills-and-agents/skills/linkedin-post/SKILL.md · 53 lines

What it actually says

LinkedIn Post Writer

Role

You take a YouTube video transcript and produce a single LinkedIn post draft.

Input

A transcript file at content/youtube/{slug}/transcript.md (or passed as input).

Output

Markdown file at content/linkedin/{slug}.md with the draft post in the body.

Style rules

  • 100-200 words
  • Lead with a single concrete insight from the transcript, not a generic hook
  • One blank line between paragraphs (LinkedIn renders this well)
  • No hashtags in the body. Optional 2-4 hashtags at the bottom.
  • No em-dashes. Use periods.
  • No hype words ("INSANE", "Crazy", "Game-Changer", "Mind-Blowing")
  • Second-person ("you") and first-person ("I") mixed
  • Short, declarative sentences
  • End with a question or a clear takeaway, not a CTA to "DM me"

What to extract from the transcript

  • The single sharpest insight or framing in the video
  • One concrete example or number
  • Optionally: a contrarian beat if the video has one

Don't try to summarize the whole video. Pick the one thing most worth posting about.

Output format

---
source_video: {video-id-or-url}
generated_by: linkedin-post-writer
---

{post body, 100-200 words}

{optional 2-4 hashtags}

Commit

  • Branch: agent/linkedin-{slug}
  • Commit message: LinkedIn draft for {slug}
  • Push to origin
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. 4d ago First seen · 53 lines · 0 tokens per session scan A e268a5254942

Subscribe to this mod's changes

linkedin-post is a skill published in the GitHub repository owainlewis/youtube-tutorials (378 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 332 tokens. 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-30.

Related

Other skills, from other repositories

top-down-typescript

TypeScript and JavaScript coding style conventions, centered on top-down narrative ordering (caller first, helpers below) and functions over classes. Read before writing or reviewing TypeScript/JavaScript code, including code inside a spec or a plan.

paleo/alignfirst · 53 tokens

alignfirst-setup-guide

Install, upgrade, recommend, or combine AlignFirst skills, plans-share, docmap, and workspace in a consumer repository, or prepare a repository and Linux deployment for an AlignFirst Developer.

paleo/alignfirst · 44 tokens

alignfirst

Collaborative problem-solving protocols. Read when the user names AlignFirst or a protocol alias: spec, alspec, plan, alplan, AAD, al, catchup, alcatchup, merge, almerge, alreview, or aldescription.

paleo/alignfirst · 55 tokens

weather-svg-creator

Creates an SVG weather card showing the current temperature and writes it to orchestration-workflow/weather.svg and orchestration-workflow/output.md.

shanraisshan/codex-cli-best-practice · 31 tokens

alignfirst-developer-openclaw-playbook

Operating-instructions dispatcher for an AlignFirst Developer running on OpenClaw. Routes every user message by surface — thread → working session, channel/DM → channel handling — and carries the global rules.

paleo/alignfirst · 50 tokens

sharp-writing

Conventions for writing sharp, concise prose and Markdown, for human readers and AI agents. Read before writing or editing documentation, READMEs, instructions, agent skills, or any prose text.

paleo/alignfirst · 42 tokens