doodle top mobile

Post to Twitch Chat from OpenClaw

OpenClaw can schedule Twitch chat messages and announcements through the Postiz skill. You message OpenClaw with the text, whether it should be a plain message or a colored announcement, and a time, and it calls the Postiz CLI to queue the message for your Twitch channel.

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 Twitch?

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

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 a purple announcement in my Twitch chat
  at 7pm: "Going live in 10 minutes!"

OpenClaw: Done! Your Twitch announcement is scheduled for 7:00 PM.

Twitch-Specific Features

💬

Chat Messages

Send messages directly to your Twitch chat. Keep your community engaged with automated updates, links, and announcements.

📣

Announcements

Broadcast highlighted announcements that stand out in chat. Perfect for stream starts, events, and important updates.

🎨

Colored Announcements

Choose from primary, blue, green, orange, or purple colors for your announcements. Match your brand or highlight different content types.

🔔

Stream Notifications

Schedule pre-stream hype messages and go-live notifications. Let your audience know when you're about to start streaming.

Scheduled Posting

Queue up chat messages and announcements for specific times. Perfect for timed promotions during streams or pre-stream countdowns.

🤖

AI-Powered Chat

Let AI agents compose and send context-aware chat messages. Automate community engagement while maintaining your voice.

How does posting to Twitch 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 Twitch Integration

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

Example conversation

> Is my Twitch account connected to Postiz?

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

Choose Your Message Type

Decide whether to send a regular chat message or a highlighted announcement. Announcements support color customization for extra visibility.

Example conversation

> Draft a Twitch post about our new
  feature launch

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

Create Your Post

Send a chat message or announcement to your Twitch channel. Schedule it for a specific time or post immediately.

Example conversation

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

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

Twitch Settings Reference

Mention any of these in plain language and OpenClaw sets them for you. These are the Twitch options it can apply to any post.

FieldTypeDescription
__typestringMust be "twitch"
messageTypestring"message" or "announcement" (default: message)
announcementColorstring"primary", "blue", "green", "orange", or "purple" (only for announcements)

Common Configurations

Ask OpenClaw for any of these common Twitch posting scenarios and it applies the matching settings.

Simple Chat Message

Just ask

> Post it with: Simple Chat Message

OpenClaw: Got it. Applying:
  messageType: message

Purple Announcement

Just ask

> Post it with: Purple Announcement

OpenClaw: Got it. Applying:
  messageType: announcement
  announcementColor: purple

Green Giveaway Announcement

Just ask

> Post it with: Green Giveaway Announcement

OpenClaw: Got it. Applying:
  messageType: announcement
  announcementColor: green

Blue Event Announcement

Just ask

> Post it with: Blue Event Announcement

OpenClaw: Got it. Applying:
  messageType: announcement
  announcementColor: blue

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 post your Twitch announcements 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 Twitch 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

Twitch Posting with OpenClaw

Message OpenClaw from any platform — it reads the Postiz skill, discovers your Twitch 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 Twitch channel via Postiz, and sends the announcement — all while you go about your day.

WhatsApp / Telegram

You: Send a purple announcement to my
  Twitch chat: "Stream starting in 5!"

OpenClaw: Got it! Here's what I'll do:
  1. Find your Twitch integration
  2. Send purple announcement
  3. Message: "Stream starting in 5!"

  Done! Your Twitch announcement is sent.
  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 Twitch content through Postiz, so nothing waits on a manual trigger.

openclaw automations (cron)

openclaw automations create "0 9 * * 1-5" \
  "Post a blue announcement in Twitch chat that the stream starts in 10 minutes and link to the schedule." \
  --name "Twitch daily post" \
  --session isolated \
  --announce --channel telegram \
  --to "<your chat id>"

# openclaw cron is an alias for the same command

Why OpenClaw + Postiz for Twitch

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

  • Message from WhatsApp to post a Twitch announcement — no terminal needed
  • Cron jobs for hands-free pre-stream and during-stream announcements
  • Structured JSON output lets OpenClaw verify each step succeeded
  • Announcement colors applied automatically based on your instructions
  • Cross-post to Twitch + 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>

# Twitch settings
messageType, announcementColor

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

C

Claude Code

by Anthropic

Claude reads the Postiz skill so it knows what it can do, then autonomously discovers your Twitch integration, picks the right message type and color, and sends the message.

Claude Code

> Send a purple announcement to Twitch:
  "Stream starting now! Let's build!"

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

Twitch + Other Platforms

Announce your stream on Twitch and other platforms in a single request. Each platform gets its own settings.

Example

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

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

Announcement Colors

Primary

primary

Blue

blue

Green

green

Orange

orange

Purple

purple

What can you ask OpenClaw to do on Twitch?

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

Going-live announcement

Send to OpenClaw

> Post a purple Twitch announcement at 7pm that says we go live in 10 minutes with tonight's topic.

Plain chat message

Send to OpenClaw

> Send a chat message to my Twitch channel at 8:30pm reminding viewers about the giveaway.

Multi-platform go-live

Send to OpenClaw

> At 7pm, announce the stream on Twitch chat, Discord #live, and X.

Twitch rules OpenClaw has to follow

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

  • messageType is message or announcement. Announcements stand out with a color bar, and announcementColor only applies when messageType is announcement.
  • Colors are limited to primary, blue, green, orange, and purple. Ask for one of those names.
  • Twitch chat messages are capped at 500 characters. Keep announcements short and link out.
  • Messages post to your own channel's chat. OpenClaw cannot post into another streamer's chat through Postiz.

OpenClaw and Twitch: frequently asked questions

How do I post to Twitch chat from OpenClaw?

Install the Postiz skill in OpenClaw, run postiz auth:login, and connect your Twitch account in Postiz. Then message OpenClaw with the text, a message type, and a time. OpenClaw schedules it with postiz posts:create and Postiz sends it to your channel's chat.

Can OpenClaw send Twitch announcements with colors?

Yes. Set messageType to announcement and pick announcementColor from primary, blue, green, orange, or purple. Say "purple announcement" in your message and OpenClaw applies both settings, so the message appears with Twitch's highlighted announcement bar. Plain messages ignore the color setting entirely.

Can OpenClaw announce my stream across Twitch, Discord, and X together?

Yes. Ask for all three in one request. OpenClaw creates a single Postiz post with the Twitch chat message, a Discord channel post, and a tweet, each with its own settings, and schedules them for the same go-live time. Each channel keeps its own character limit.

Does OpenClaw need Twitch developer credentials?

No. Postiz holds the Twitch OAuth connection, and OpenClaw only runs the Postiz CLI. You authenticate OpenClaw with postiz auth:login or a Postiz API key. There is no Twitch application, client ID, or chat bot token to configure in OpenClaw.

Can OpenClaw post to Twitch chat on a schedule?

Yes. Create an OpenClaw automation with a cron expression matching your stream schedule and a prompt that posts the going-live announcement through Postiz. Because Postiz delivers the message, it arrives on time even if OpenClaw is busy with other tasks.

Start posting to Twitch

Install Postiz Agent and automate your Twitch chat with AI-powered announcements and messaging.