$git clone https://github.com/sergebulaev/linkedin-skills11 skills that help Claude Code and Codex write LinkedIn posts, comments, and replies in your voice. They draft content, strip AI tells, and wait for your approval before anything gets published. No coding required.
| 1 | <p align="center"> |
| 2 | <img src="https://shared.co.actor/img/linkedin-skills-hero.jpg" alt="10 Claude Code and Codex skills for LinkedIn marketing — open source, MIT licensed" width="900" /> |
| 3 | </p> |
| 4 | |
| 5 | # LinkedIn Marketing Skills for Claude Code and Codex |
| 6 | |
| 7 | <p align="center"> |
| 8 | <img src="https://img.shields.io/github/v/release/sergebulaev/linkedin-skills?color=1E40AF&label=release" alt="Latest release"> |
| 9 | <img src="https://img.shields.io/badge/Claude_Code-Compatible-D97757?logo=anthropic&logoColor=white" alt="Claude Code Compatible"> |
| 10 | <img src="https://img.shields.io/badge/Codex-Compatible-111827" alt="Codex Compatible"> |
| 11 | <img src="https://img.shields.io/badge/Claude-Skills-8A63D2" alt="Claude Skills"> |
| 12 | <img src="https://img.shields.io/badge/License-MIT-22C55E.svg" alt="MIT License"> |
| 13 | <img src="https://img.shields.io/github/stars/sergebulaev/linkedin-skills?style=social" alt="GitHub stars"> |
| 14 | <img src="https://img.shields.io/badge/PRs-welcome-F59E0B.svg" alt="PRs Welcome"> |
| 15 | </p> |
| 16 | |
| 17 | 11 skills that help Claude Code and Codex write LinkedIn posts, comments, and replies in your voice. They draft content, strip AI tells, and wait for your approval before anything gets published. No coding required. |
| 18 | |
| 19 | > **On another platform too?** The same team ships matching marketing skill bundles for [X (Twitter)](https://github.com/sergebulaev/x-skills) · [Instagram](https://github.com/sergebulaev/instagram-skills) · [YouTube](https://github.com/sergebulaev/youtube-skills) · [TikTok](https://github.com/sergebulaev/tiktok-skills) · [Threads](https://github.com/sergebulaev/threads-skills) · [Facebook](https://github.com/sergebulaev/facebook-skills). Same voice engine, same approve-before-publish flow. |
| 20 | |
| 21 | ## Install |
| 22 | |
| 23 | Pick whichever way you use Claude Code or Codex: |
| 24 | |
| 25 | ### Codex CLI |
| 26 | |
| 27 | ```bash |
| 28 | codex plugin marketplace add sergebulaev/linkedin-skills |
| 29 | codex plugin add linkedin-skills@linkedin-skills |
| 30 | ``` |
| 31 | |
| 32 | To test a local clone before publishing changes: |
| 33 | |
| 34 | ```bash |
| 35 | git clone https://github.com/sergebulaev/linkedin-skills.git |
| 36 | cd linkedin-skills |
| 37 | codex plugin marketplace add . |
| 38 | codex plugin add linkedin-skills@linkedin-skills |
| 39 | ``` |
| 40 | |
| 41 | ### claude.ai (web) |
| 42 | |
| 43 | 1. Open https://claude.ai/code |
| 44 | 2. Go to **Skills** in the sidebar |
| 45 | 3. Click **Add from GitHub** |
| 46 | 4. Paste: `sergebulaev/linkedin-skills` |
| 47 | 5. Done. The skills activate automatically when you ask about LinkedIn. |
| 48 | |
| 49 | ### Claude Desktop (Mac / Windows) |
| 50 | |
| 51 | 1. Open Claude Desktop |
| 52 | 2. Click **Customize** |
| 53 | 3. Click the **+** next to **Personal plugins** → **Create plugin** → **Add marketplace** |
| 54 | 4. Choose **Add from a repository** and paste: `sergebulaev/linkedin-skills` |
| 55 | 5. Install the plugin |
| 56 | 6. Done. Start a new conversation and ask Claude to write a LinkedIn post. |
| 57 | |
| 58 | ### OpenClaw |
| 59 | |
| 60 | 1. Open your OpenClaw working directory |
| 61 | 2. Clone the skills into it: |
| 62 | ```bash |
| 63 | git clone https://github.com/sergebulaev/linkedin-skills.git |
| 64 | ``` |
| 65 | 3. In OpenClaw settings, add this to your system prompt: |
| 66 | ``` |
| 67 | You have LinkedIn marketing skills in ./linkedin-skills/. |
| 68 | For any LinkedIn task, read the relevant skills/*/SKILL.md first. |
| 69 | Use lib/url_parser.py for URL parsing, |
| 70 | lib/apify_client.py for reading posts / comments / engagers, |
| 71 | lib/publora_client.py for publishing actions. |
| 72 | ``` |
| 73 | 4. Done. Ask OpenClaw to write a LinkedIn post or comment. |
| 74 | |
| 75 | ### Claude Code (CLI / VS Code / JetBrains) |
| 76 | |
| 77 | ``` |
| 78 | /plugin marketplace add sergebulaev/linkedin-skills |
| 79 | /plugin install linkedin-skills@linkedin-skills |
| 80 | ``` |
| 81 | |
| 82 | Or clone the repo and open it as your working directory: |
| 83 | |
| 84 | ```bash |
| 85 | git clone https://github.com/sergebulaev/linkedin-skills.git |
| 86 | cd linkedin-skills |
| 87 | ``` |
| 88 | |
| 89 | ### Hermes Agent |
| 90 | |
| 91 | Hermes Agent (Nous Research) follows the agentskills.io open standard and loads `skills/*/SKILL.md` directly. Clone the bundle into your Hermes skills folder: |
| 92 | |
| 93 | ```bash |
| 94 | git clone https://github.com/sergebulaev/linkedin-skills.git ~/.hermes/skills/linkedin-skills |
| 95 | ``` |
| 96 | |
| 97 | Coming from OpenClaw? `hermes claw migrate` imports these skills automatically. Then call `/<skill-name>` from any of your |