doodle top mobile

Post to Discord from OpenClaw

OpenClaw can send scheduled messages to Discord channels through the Postiz skill. You message OpenClaw from WhatsApp, Telegram, or even another Discord server, name the target channel, and it calls the Postiz CLI to upload attachments and schedule the announcement through the Postiz bot.

Setup GuideClawHub

Please make sure there is always a human in the loop.

Last updated: September 2026

doodle left mobiledoodle right mobile

How do you set up OpenClaw to post to Discord?

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 Discord.

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 the release notes to #announcements on
  Discord tomorrow at 10am with the banner

OpenClaw: Done! Your Discord message is scheduled for 10:00 AM.

Discord-Specific Features

📢

Channel Messaging

Send messages directly to any Discord channel. Target announcements, general chat, or dedicated content channels.

📎

Media Attachments

Attach images, videos, and files to your Discord messages. Share rich content with your community automatically.

Scheduled Messages

Schedule Discord messages for specific times. Perfect for announcements, event reminders, and timed content drops.

🤖

Bot Integration

Works through your Discord bot connection. Post messages as your bot to any server and channel it has access to.

💬

Community Updates

Automate recurring community updates, changelogs, and newsletters. Keep your Discord server engaged on autopilot.

📅

Multi-Channel

Post to different channels with different messages. Customize content for each channel in your Discord server.

How does posting to Discord 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.

1

Find Your Discord Integration

Ask OpenClaw whether your Discord account is connected. It also checks which options the platform supports.

Example conversation

> Is my Discord account connected to Postiz?

OpenClaw: Yes — your Discord account is connected
  and ready. Want me to post something?
2

Get Your Channel ID

Find the Discord channel ID where you want to post. In Discord, enable Developer Mode, then right-click the channel and copy its ID.

Example conversation

> Draft a Discord post about our new
  feature launch

OpenClaw: Here's a draft for Discord:
  "We just shipped something big..."
  Want me to add media and schedule it?
3

Create Your Message

Schedule a Discord message with your content, optional media attachments, and the target channel ID.

Example conversation

> Yes — add screenshot.png and schedule
  it for tomorrow at 9am

OpenClaw: Done! Scheduled on Discord for
  tomorrow at 9:00 AM.

Discord Settings Reference

Mention any of these in plain language and OpenClaw sets them for you. These are the options every Discord message can carry.

FieldTypeDescription
__typestringMust be "discord"
channelstringDiscord channel ID to post to

Common Configurations

Ask OpenClaw for any of these common Discord messaging scenarios and it applies the matching settings.

Announcement Channel Message

Just ask

> Post it with: Announcement Channel Message

OpenClaw: Got it. Applying:
  channel: 123456789012345678

Message with Media Attachment

Example

> Post "Excited to announce our new feature!" to
  Discord and LinkedIn tomorrow at 9am, then schedule
  a daily tip on Discord every weekday at 10am

OpenClaw: Done! Scheduled:
  - Discord + LinkedIn: tomorrow 9:00 AM
  - Daily tips on Discord: Mon-Fri 10:00 AM

Scheduled Weekly Update

Example

> What's scheduled on Discord this week?

OpenClaw: 6 posts on Discord: the announcement tomorrow
  at 9:00 AM and daily tips Mon-Fri at 10:00 AM.
  Want me to move or cancel any of them?

Multi-Channel Posting

Example

> What's scheduled on Discord this week?

OpenClaw: 6 posts on Discord: the announcement tomorrow
  at 9:00 AM and daily tips Mon-Fri at 10:00 AM.
  Want me to move or cancel any of them?

What 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 send your Discord messages 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 Discord messages 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 check

Discord Messaging with OpenClaw

Message OpenClaw from any platform — it reads the Postiz skill, discovers your Discord integration, and handles the entire messaging 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 Discord bot via Postiz, and sends the message to the right channel — all while you go about your day.

WhatsApp / Telegram

You: Post an announcement to our
  Discord #updates channel that v2.0
  is live, schedule for 9am tomorrow

OpenClaw: Got it! Here's what I'll do:
  1. Find your Discord integration
  2. Send to #updates channel
  3. Schedule for 2025-03-02T09:00:00Z

  Done! Your Discord message is scheduled.
  Post ID: abc-123
🦀

Scheduled & 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 Discord content through Postiz, so nothing waits on a manual trigger.

openclaw automations (cron)

openclaw automations create "0 9 * * 1-5" \
  "Read ~/content/discord for a new announcement, attach any image next to it, and schedule it to the #announcements channel for 10am." \
  --name "Discord daily post" \
  --session isolated \
  --announce --channel telegram \
  --to "<your chat id>"

# openclaw cron is an alias for the same command

Why OpenClaw + Postiz for Discord

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 Discord workflows.

  • Message from WhatsApp to post to Discord — no terminal needed
  • Cron jobs for hands-free weekly community updates
  • Structured JSON output lets OpenClaw verify each step succeeded
  • Channel targeting handled automatically from your instructions
  • Cross-post to Discord + 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>

# Discord settings
channel

Also 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 Discord from Claude Code.

C

Claude Code

by Anthropic

Claude reads the Postiz skill so it knows what it can do, then autonomously discovers your Discord integration, identifies the right channel, and sends your message with any attachments.

Claude Code

> Send an announcement to our Discord
  #releases channel that v2.0 is live,
  attach the changelog screenshot

Claude: Done! Scheduled on Discord for
  tomorrow at 9:00 AM.

Discord + Other Platforms

Schedule the same announcement to Discord and other platforms in a single command. Each platform gets its own settings.

Example

> What's scheduled on Discord this week?

OpenClaw: 6 posts on Discord: the announcement tomorrow
  at 9:00 AM and daily tips Mon-Fri at 10:00 AM.
  Want me to move or cancel any of them?

What can you ask OpenClaw to do on Discord?

These are real messages you can send OpenClaw from WhatsApp, Telegram, Slack, or Discord. OpenClaw maps each one to the right Postiz command and Discord settings.

Announcement

Send to OpenClaw

> Post the v2.1 release notes to #announcements tomorrow at 10am and attach banner.png.

Channel lookup

Send to OpenClaw

> Which Discord channels can Postiz post to? Then send the community event reminder to #events at 6pm.

Cross-post

Send to OpenClaw

> Send this update to Discord #general and our Slack #marketing channel at the same time.

Discord rules OpenClaw has to follow

Postiz enforces these Discord constraints when OpenClaw creates a post. Knowing them up front avoids a failed request.

  • A channel ID is required. OpenClaw lists available channels through Postiz, so mention the channel name and it resolves the ID.
  • Discord messages are limited to 2,000 characters. Ask OpenClaw to split long announcements or attach a file.
  • The Postiz bot must be invited to the server with permission to post in the target channel. If a channel is missing from the list, check the bot's permissions.
  • Attachments follow Discord's upload size limits for the server tier. Compress large videos before sending.

OpenClaw and Discord: frequently asked questions

How do I post to Discord from OpenClaw?

Install the Postiz skill in OpenClaw, run postiz auth:login, and add the Postiz Discord bot to your server. Then message OpenClaw with the channel name, text, and time. OpenClaw resolves the channel ID through Postiz and schedules the message with postiz posts:create.

Can OpenClaw post to Discord from WhatsApp or Telegram?

Yes. OpenClaw is a gateway that listens on the chat apps you connect, so a WhatsApp message can trigger a Discord post. OpenClaw runs the Postiz CLI locally and Postiz delivers the message to your Discord channel at the scheduled time.

Which Discord channels can OpenClaw post to?

Any channel the Postiz bot can access. Postiz exposes the channel list as a platform trigger, and OpenClaw runs postiz integrations:trigger to fetch it. Ask "which Discord channels do I have?" and OpenClaw lists them with their IDs before posting.

Does OpenClaw need a Discord bot token?

No. Postiz provides the bot, and you invite it to your server from the Postiz dashboard. OpenClaw only runs the Postiz CLI, authenticated with postiz auth:login or a Postiz API key. There is no Discord developer application or token in your OpenClaw configuration.

Can OpenClaw post Discord reminders on a schedule?

Yes. Create an OpenClaw automation with a cron expression and a prompt that schedules the reminder to your Discord channel through Postiz. OpenClaw can also announce the automation result to a Discord channel directly, so the team sees what was queued.

Start posting to Discord

Install Postiz Agent and automate your Discord community messaging with AI-powered scheduling and publishing.