Post to LinkedIn from OpenClaw
OpenClaw can write and schedule LinkedIn posts through the Postiz skill, for both personal profiles and company pages. You message OpenClaw from WhatsApp, Telegram, or Slack, describe the update, and it calls the Postiz CLI to attach images, turn multiple images into a carousel, and schedule the post.
Please make sure there is always a human in the loop.
Last updated: September 2026
How do you set up OpenClaw to post to LinkedIn?
Setup takes three commands: install the Postiz skill, sign in, and confirm OpenClaw lists it as eligible. After that you talk to OpenClaw in plain language and it runs the Postiz CLI for LinkedIn.
Setup once, then just ask
# Install the Postiz skill (ClawHub or the skills CLI)
openclaw skills install @nevo-david/postiz
# or: npx skills add gitroomhq/postiz-agent
# Sign in (OAuth2 device flow) or use an API key
postiz auth:login
# or: export POSTIZ_API_KEY=your_api_key
# Confirm OpenClaw can see the skill
openclaw skills list --eligible
# Then just ask OpenClaw from any chat app:
> Post this product update to our LinkedIn
company page tomorrow at 8am
OpenClaw: Done! Your LinkedIn page post is scheduled for 8:00 AM.LinkedIn-Specific Features
Professional Posts
Publish polished text posts with hashtags, mentions, and links. Perfect for thought leadership and industry insights.
Image Carousels
Turn multiple images into a swipeable carousel post. Great for slide decks, infographics, and visual storytelling.
Company Pages
Post as your company page using the linkedin-page type. Manage brand content alongside personal profiles.
Analytics Tracking
Track post performance with Postiz analytics. Monitor impressions, engagement, and reach across your LinkedIn content.
Media Attachments
Attach images, documents, and videos to your posts. Upload through Postiz for seamless media management.
Scheduled Posting
Schedule posts with precise timestamps. Plan your LinkedIn content calendar weeks in advance and let Postiz handle publishing.
How does posting to LinkedIn from OpenClaw work?
You describe what you want in plain language and OpenClaw handles the Postiz calls for you. Here is how a typical conversation goes.
Find Your LinkedIn Integration
Ask OpenClaw whether your LinkedIn account is connected. It also checks which options the platform supports.
Example conversation
> Is my LinkedIn account connected to Postiz?
OpenClaw: Yes — your LinkedIn account is connected
and ready. Want me to post something?Upload Your Media
Point OpenClaw at your images and it uploads them for carousel or single-image posts.
Example conversation
> Draft a LinkedIn post about our new
feature launch
OpenClaw: Here's a draft for LinkedIn:
"We just shipped something big..."
Want me to add media and schedule it?Create Your Post
Schedule a LinkedIn post with your content, images, and platform-specific settings like carousel mode and carousel naming.
Example conversation
> Yes — add screenshot.png and schedule
it for tomorrow at 9am
OpenClaw: Done! Scheduled on LinkedIn for
tomorrow at 9:00 AM.LinkedIn Settings Reference
Mention any of these in plain language and OpenClaw sets them for you. These are the LinkedIn options it can apply to any post.
| Field | Type | Description |
|---|---|---|
__type | string | Must be "linkedin" (personal) or "linkedin-page" (company page) |
post_as_images_carousel | boolean | Post multiple images as a carousel. Default: false |
carousel_name | string | Display name for the carousel (shown in LinkedIn UI) |
Common Configurations
Ask OpenClaw for any of these common LinkedIn posting scenarios and it applies the matching settings.
Simple Text Post (Personal Profile)
Just ask
> Post it with: Simple Text Post (Personal Profile)
OpenClaw: Got it. Applying:
(defaults)Image Carousel with Title
Just ask
> Post it with: Image Carousel with Title
OpenClaw: Got it. Applying:
post_as_images_carousel: yes
carousel_name: Weekly InsightsCompany Page Post
Just ask
> Post it with: Company Page Post
OpenClaw: Got it. Applying:
(defaults)Company Page Carousel
Just ask
> Post it with: Company Page Carousel
OpenClaw: Got it. Applying:
post_as_images_carousel: yes
carousel_name: Product Roadmap Q2What is OpenClaw?
OpenClaw is the open-source personal AI agent with 145k+ GitHub stars. It runs locally on your machine, connects through apps you already use, and takes real actions on your behalf.
Works Where You Are
Message OpenClaw from WhatsApp, Telegram, Slack, Discord, Signal, iMessage, or 10+ other platforms. No new app to learn.
Skill-Based Architecture
OpenClaw extends its abilities through Skills — lightweight plugins defined in Markdown files. Postiz is available as a skill on ClawHub.
Proactive Automation
Schedule recurring tasks with cron jobs. OpenClaw can post your LinkedIn content on a schedule without you having to ask each time.
How Postiz Becomes an OpenClaw Skill
When you install Postiz Agent globally, OpenClaw automatically discovers it by reading the bundled SKILL.md file. This file tells OpenClaw what commands are available, what environment variables are needed, and how to compose LinkedIn posts with the right settings.
- ✓Install from ClawHub with one command: openclaw skills install @nevo-david/postiz
- ✓OpenClaw reads the SKILL.md and learns all Postiz commands
- ✓Run openclaw skills check to confirm the postiz binary and credentials are in place
- ✓Skills are loaded on-demand, keeping the agent context clean
- ✓Works with any LLM backend: Claude, GPT, Gemini, Llama, and more
Install from ClawHub
# Install the Postiz skill from ClawHub
openclaw skills install @nevo-david/postiz
# Or with the skills CLI
npx skills add gitroomhq/postiz-agent
# Sign in with OAuth2 (or set POSTIZ_API_KEY)
postiz auth:login
# Verify OpenClaw sees it
openclaw skills list --eligible
openclaw skills checkLinkedIn Posting with OpenClaw
Message OpenClaw from any platform — it reads the Postiz skill, discovers your LinkedIn integration, and handles the entire posting workflow autonomously.
From Any Chat App
WhatsApp, Telegram, Slack, Discord...
Send a message to OpenClaw from your favorite chat app. It runs as a persistent daemon on your machine, so it picks up your message, discovers your LinkedIn account via Postiz, uploads your images, and schedules the post — all while you go about your day.
WhatsApp / Telegram
You: Post a carousel on LinkedIn with
the 3 slides in ~/decks/q1/ and
schedule for tomorrow at 9am
OpenClaw: Got it! Here's what I'll do:
1. Upload 3 slides from ~/decks/q1/
2. Schedule for 2025-03-02T09:00:00Z
3. Settings: carousel with name "Q1"
Done! Your LinkedIn carousel is scheduled.
Post ID: abc-123Scheduled & Proactive
openclaw automations for recurring content
OpenClaw automations run on cron expressions in an isolated session and can announce results to a chat channel. Create one that drafts and schedules your LinkedIn content through Postiz, so nothing waits on a manual trigger.
openclaw automations (cron)
openclaw automations create "0 9 * * 1-5" \
"Pick the newest article in ~/content/linkedin, write a LinkedIn post with a hook and three takeaways, and schedule it for 8am on the company page." \
--name "LinkedIn daily post" \
--session isolated \
--announce --channel telegram \
--to "<your chat id>"
# openclaw cron is an alias for the same commandWhy OpenClaw + Postiz for LinkedIn
OpenClaw's skill system makes Postiz a natural fit. The agent reads the SKILL.md to understand every available command, then autonomously chains them together for LinkedIn workflows.
- ✓Message from WhatsApp to post on LinkedIn — no terminal needed
- ✓Cron jobs for hands-free daily posting schedules
- ✓Structured JSON output lets OpenClaw verify each step succeeded
- ✓Carousel creation handled automatically with multiple image uploads
- ✓Cross-post to LinkedIn + other platforms in a single conversation
- ✓Model-agnostic — works with Claude, GPT, Gemini, or open-source LLMs
SKILL.md (auto-discovered)
---
name: postiz
description: Postiz is a tool to schedule
social media and chat posts to 28+
channels ...
homepage: https://docs.postiz.com/public-api/introduction
metadata: {"openclaw":{"emoji":"🌎",
"requires":{"bins":[],"env":["POSTIZ_API_URL"]}}}
---
# Essential Commands
- postiz auth:login
- postiz integrations:list
- postiz integrations:settings <id>
- postiz integrations:trigger
- postiz posts:create
- postiz upload <file>
- postiz analytics:platform <id>
# LinkedIn settings
post_as_images_carousel, carousel_nameAlso Works with Claude Code
Postiz works with any AI agent that can run commands or call MCP tools — you ask, the agent does the work. That includes Anthropic's Claude Code, which has its own guide for posting to LinkedIn from Claude Code.
Claude Code
by Anthropic
Claude reads the Postiz skill so it knows what it can do, then autonomously discovers your LinkedIn integration, uploads your images, creates a carousel if needed, and schedules the post.
Claude Code
> Create a LinkedIn carousel from my
slide deck images, schedule for
tomorrow morning
Claude: Done! Scheduled on LinkedIn for
tomorrow at 9:00 AM.LinkedIn + Other Platforms
Schedule the same content to LinkedIn and other platforms in a single request. Each platform gets its own settings.
Example
> Post "Excited to announce our new feature!" to
LinkedIn and X tomorrow at 9am, then schedule
a daily tip on LinkedIn every weekday at 10am
OpenClaw: Done! Scheduled:
- LinkedIn + X: tomorrow 9:00 AM
- Daily tips on LinkedIn: Mon-Fri 10:00 AMAccount Types
Personal Profile
linkedinCompany Page
linkedin-pageWhat can you ask OpenClaw to do on LinkedIn?
These are real messages you can send OpenClaw from WhatsApp, Telegram, Slack, or Discord. OpenClaw maps each one to the right Postiz command and LinkedIn settings.
Company page update
Send to OpenClaw
> Schedule this release note to our LinkedIn company page for Tuesday at 8am and attach the dashboard screenshot.Image carousel
Send to OpenClaw
> Post these five slides to my LinkedIn profile as a carousel called "Q3 lessons" and schedule it for Thursday morning.Repurpose a thread
Send to OpenClaw
> Take my X thread from yesterday, rewrite it as a single LinkedIn post, and schedule it for tomorrow at 9am.LinkedIn rules OpenClaw has to follow
Postiz enforces these LinkedIn constraints when OpenClaw creates a post. Knowing them up front avoids a failed request.
- ✓LinkedIn posts are capped at 3,000 characters. OpenClaw should shorten longer drafts rather than splitting them, since LinkedIn has no native thread format.
- ✓Personal profiles and company pages are separate Postiz channels: __type is linkedin for a profile and linkedin-page for a page. Name the account in your message so OpenClaw picks the right one.
- ✓Carousels are built from multiple images with post_as_images_carousel set to true. Give the carousel a name, because LinkedIn shows carousel_name in its UI.
- ✓LinkedIn generates its own link preview from the first URL in the text. Attach an image if you want to control the visual instead.
OpenClaw and LinkedIn: frequently asked questions
How do I post to LinkedIn from OpenClaw?
Install the Postiz skill in OpenClaw, authenticate with postiz auth:login, and connect your LinkedIn profile or company page in Postiz. Then message OpenClaw with the post text and a time. It runs postiz posts:create for the LinkedIn channel and reports back when the post is scheduled.
Can OpenClaw post to a LinkedIn company page?
Yes. Connect the company page in Postiz as a LinkedIn Page channel. When you ask OpenClaw to post "to the company page", it selects the channel with __type linkedin-page instead of your personal profile. You can schedule to both in one request.
Can OpenClaw create a LinkedIn carousel?
Yes. Send OpenClaw several images and ask for a carousel. It uploads each image through Postiz, sets post_as_images_carousel to true, and passes a carousel_name. LinkedIn renders the images as a swipeable document post instead of a plain image gallery. Give it a carousel name up front.
Does OpenClaw need LinkedIn API access?
No. OpenClaw only runs the Postiz CLI. Postiz already holds the OAuth connection to LinkedIn, so you never create a LinkedIn developer app. Authenticate OpenClaw with postiz auth:login or a Postiz API key, and revoke access from Postiz whenever you want.
Can OpenClaw post to LinkedIn every weekday automatically?
Yes. Create an OpenClaw automation with a weekday cron expression and a prompt that drafts and schedules a LinkedIn post through Postiz. Postiz creates the post as a draft if you prefer to approve it from the calendar before it goes live.
Related OpenClaw guides
The same Postiz skill covers every platform below. Start from the OpenClaw social media hub for install steps and the full list.
Start posting to LinkedIn
Install Postiz Agent and automate your LinkedIn content strategy with AI-powered scheduling and publishing.
Ready to get started?
Grow your social media presence with Postiz.
Schedule, analyze, and engage with your audience.
Agentic social media scheduler (cloud / open-source)
AI Agents