linkedin-publisher

Publish LinkedIn posts with text and links via Python.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wagnersza/jarvis-clawdbot --skill linkedin-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin-publisher
Source: https://github.com/wagnersza/jarvis-clawdbot/tree/main/skills/linkedin-publisher
Command: npx skills add https://github.com/wagnersza/jarvis-clawdbot --skill linkedin-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and distribution of LinkedIn posts by programmatically posting text, links, and, in future iterations, images, reducing manual posting workload.

Core Features & Use Cases

  • Publish posts with plain text for quick updates.
  • Attach a hyperlink to share articles or pages.
  • Lightweight Python integration via publish.py for automation in social media workflows.

Quick Start

Post a quick LinkedIn update by running the publish.py script with your message and an optional link.

Frequently Asked Questions about linkedin-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing LinkedIn posts using Python?

You can automate publishing LinkedIn posts by running a lightweight Python script that constructs the post payload and sends it via the LinkedIn API. This approach handles text and optional links for automated social updates.

Do I need a LinkedIn access token to post updates programmatically?

Yes, you need a LinkedIn access token to post updates programmatically. The workflow requires configuring your environment with your specific access token and person ID before sending the post payload.

Can I attach a hyperlink to an automated LinkedIn post?

Yes, you can attach a hyperlink to an automated LinkedIn post. The publishing script supports sharing articles or pages by including an optional link alongside your plain text update.

What is the best way to distribute social media campaigns on LinkedIn?

The best way to distribute social media campaigns on LinkedIn is through programmatic API integration. A lightweight Python script can automate sending text and link payloads, reducing manual posting workload for branding or campaigns.

What are the current limitations of automating LinkedIn posts via the API?

A current limitation of automating LinkedIn posts via the API is that image attachments are not yet supported. The script currently handles plain text updates and optional hyperlinks, with image support planned for future iterations.