LinkedIn Article Publisher
Parses Markdown into block-indexed HTML and drives Playwright to draft a LinkedIn Article.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · e8725af
Ran the real parser on a 3-image, mixed-list test article: title/cover/block_index extraction was correct, but ordered lists (1. 2. 3.) silently collapse into a generic <ul> in the generated HTML, so LinkedIn will render them as bullets, not numbers — a real bug the README's own syntax table doesn't disclose.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What LinkedIn Article Publisher does
Converts a Markdown file into title/cover/content-image/HTML data via a bundled Python parser, then uses Playwright MCP browser automation to fill LinkedIn's Articles editor and save a draft (never auto-publishes). Triggers on requests to publish or post a Markdown article to LinkedIn.
How to install LinkedIn Article Publisher
git clone https://github.com/iamzifei/linkedin-article-publisher-skill.git
mkdir -p ~/.claude/skills
cp -r linkedin-article-publisher-skill/skills/linkedin-article-publisher ~/.claude/skills/linkedin-article-publisher
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger LinkedIn Article Publisher
-
/linkedin-article-publisherParses Markdown into block-indexed HTML and drives Playwright to draft a LinkedIn Article.
It also activates on plain-language prompts like these:
-
Publish this markdown file as a draft LinkedIn article for me. -
Help me get this blog post ready to post on LinkedIn Articles. -
Convert my markdown post into a LinkedIn article draft, please.
Frequently asked questions
- Is the LinkedIn Article Publisher skill free?
- Yes. The skill itself is free from iamzifei/linkedin-article-publisher-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does LinkedIn Article Publisher work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran the real parser on a 3-image, mixed-list test article: title/cover/block_index extraction was correct, but ordered lists (1. 2. 3.) silently collapse into a generic <ul> in the generated HTML, so LinkedIn will render them as bullets, not numbers — a real bug the README's own syntax table doesn't disclose.
- What is the LinkedIn Article Publisher SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install LinkedIn Article Publisher?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use LinkedIn Article Publisher with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.