linkedin-post

Creates and schedules LinkedIn posts with text, images, video, or PDFs via the Publora MCP server.

47|5|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/publora/skills --skill linkedin-post-publora
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkedin-post
Source: https://github.com/publora/skills/tree/main/.codex-marketplace/publora-skills/skills/linkedin-post
Command: npx skills add https://github.com/publora/skills --skill linkedin-post-publora

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Publishing LinkedIn content programmatically normally requires dealing with LinkedIn's own API, OAuth flows, media upload pipelines, and rate limits. This Skill lets an AI agent create and schedule LinkedIn posts through the Publora MCP server with a single integration, handling media attachment and scheduling in one call. ## Core Features & Use Cases - Post creation and scheduling: Create text posts, single or multi-image posts (grid layout), videos, and PDF documents, published immediately or scheduled with an ISO 8601 UTC time. - Media upload pipeline: Attach up to 10 public HTTPS media URLs in one call, or use the presigned get_upload_url plus complete_media flow for direct file uploads. - @Mentions: Mention people and companies using LinkedIn URN syntax, with display names matched exactly to profile names. - Use Case: Ask your agent to schedule a LinkedIn post for tomorrow at 9 AM announcing a product launch with four screenshots; the agent resolves your connection ID, attaches the images, and schedules the post through Publora. ## Quick Start Ask your agent to schedule a LinkedIn post for tomorrow at 9 AM with your announcement text and any images you want attached.

Frequently Asked Questions about linkedin-post

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

FAQPage Schema
How do I schedule a LinkedIn post with the Publora API?▼

Call create_post with your LinkedIn platform ID, content, and a scheduledTime in ISO 8601 UTC format. Omit scheduledTime to save a draft, or use the current time plus a minute for immediate posting; times in the past are rejected.

How do I mention a person or company in a LinkedIn post via API?▼

Use URN syntax like @{urn:li:person:MEMBER_ID|Display Name} for people or @{urn:li:organization:ORG_ID|Company Name} for companies. The display name must exactly match the LinkedIn profile name, and the linkedin_list_mentionables tool resolves names to URNs.

Can I create a swipeable LinkedIn carousel through the API?▼

No, swipeable carousels are reserved for sponsored content and are not available via the API. Multi-image posts appear as a grid layout; to share swipeable multi-page content, upload a PDF document instead.

What media formats and sizes does LinkedIn posting support?▼

Images support JPEG, PNG, GIF, and WebP up to 10 per post with a 36,152,320 pixel limit. Videos must be MP4 under 500 MB and 30 minutes. Images and videos cannot be mixed in one post.

What do I do when the Publora MCP server is unavailable?▼

Use the REST API fallback at https://api.publora.com/api/v1 with the x-publora-key header for authentication. Endpoints like /platform-connections and /create-post mirror the MCP tools' functionality.