linkedin-poster

Publish text, image, or article posts to LinkedIn via the Posts API.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/joleques/northstar-ai --skill linkedin-poster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin-poster
Source: https://github.com/joleques/northstar-ai/tree/main/.codex/skills/linkedin-poster
Command: npx skills add https://github.com/joleques/northstar-ai --skill linkedin-poster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This skill enables programmatic publishing of content to LinkedIn via the official Posts API, eliminating manual posting steps and enabling safer onboarding with explicit user confirmation before posting.

Core Features & Use Cases

  • Publish text posts to the LinkedIn feed quickly and reliably.
  • Publish image posts by uploading assets directly to LinkedIn.
  • Publish article posts with automatic link previews using a provided URL and optional title.
  • Onboarding: guided setup to configure credentials in artigos/.config-social-media.json.
  • Guardrails: prompts user to preview the post before publishing to ensure accuracy and compliance.

Quick Start

Provide your post text and specify an optional image path or article URL, then confirm to publish.

Frequently Asked Questions about linkedin-poster

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

FAQPage Schema
How do I automate publishing posts to LinkedIn via the API?

Automating LinkedIn posts requires using the official Posts API to handle text, image, or article content. This skill programmatically registers uploads, sends binary image assets, and creates feed posts with built-in error handling.

What credentials do I need to configure for automated LinkedIn posts?

Automated LinkedIn posts require configured credentials stored locally in a specific JSON configuration file. You need a guided onboarding setup to input your LinkedIn authentication details before executing any publishing workflows.

Can I upload images directly to the LinkedIn feed through automation?

Uploading images to the LinkedIn feed involves a multi-step API process. The automation registers the upload request, transfers the binary image data, and then creates the final post referencing the uploaded asset.

How do I publish article links with automatic previews to LinkedIn?

Publishing article links with automatic previews is supported by providing a URL and an optional title. The automation script submits this data to the LinkedIn API to generate the article link preview in the feed.

Is there a way to preview and approve LinkedIn posts before they go live?

Previewing and approving posts before publishing is a built-in guardrail. The workflow prompts you to explicitly confirm the content accuracy and compliance before finalizing the API call to go live.

What dependencies are required to run scripts for LinkedIn social media automation?

Running these social media automation scripts requires standard command-line utilities for handling HTTP requests and processing JSON data. These dependencies execute the API calls and parse the responses during the publishing process.