doodle top mobile

Post to Skool from OpenClaw

OpenClaw can publish and schedule posts to your Skool community through the Postiz skill. You message OpenClaw with the group, a label such as Announcements, a title, and the body, and it calls the Postiz CLI to resolve the group and label IDs and schedule the post for your members.

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

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

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 weekly challenge to my Skool group
  under Announcements, Monday at 7am

OpenClaw: Done! Your Skool post is scheduled for Monday at 7:00 AM.

Skool-Specific Features

👥

Community Posts

Create rich community posts in your Skool groups. Share updates, lessons, and discussions with your members.

🎯

Group Targeting

Direct posts to specific Skool groups by ID. Reach the right community segment with every post.

🏷

Labeled Content

Categorize posts with labels for easy organization. Help members find relevant content by topic or category.

🎓

Course Communities

Engage your course communities with scheduled content. Keep students active with regular discussion prompts and updates.

📝

Titled Posts

Every Skool post gets a title for clarity. Create well-structured content that stands out in the community feed.

📅

Scheduled Posting

Schedule community posts in advance with ISO timestamps. Plan your content calendar and let automation handle delivery.

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

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

Example conversation

> Is my Skool account connected to Postiz?

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

Configure Your Post

Set the target group, label, and title for your post. Every Skool post requires a group ID, label, and title alongside your content.

Example conversation

> Draft a Skool post about our new
  feature launch

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

Create Your Post

Schedule a Skool community post with your content, group targeting, label, and title. Optionally add a schedule time for future delivery.

Example conversation

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

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

Skool Settings Reference

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

FieldTypeDescription
__typestringMust be "skool" to identify the platform
groupstringSkool group ID to post to
labelstringLabel ID for categorizing the post
titlestringPost title (min 1 character)

Common Configurations

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

Weekly Discussion Thread

Just ask

> Post it with: Weekly Discussion Thread

OpenClaw: Got it. Applying:
  group: my-community
  label: discussion
  title: Weekly Discussion - Share Your Wins

Course Lesson Update

Just ask

> Post it with: Course Lesson Update

OpenClaw: Got it. Applying:
  group: course-cohort-3
  label: lesson
  title: Module 5: Advanced Strategies

Community Announcement

Just ask

> Post it with: Community Announcement

OpenClaw: Got it. Applying:
  group: my-community
  label: announcement
  title: Important: New Community Guidelines

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 to your Skool communities 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 Skool 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 check

Skool Posting with OpenClaw

Message OpenClaw from any platform — it reads the Postiz skill, discovers your Skool integration, and handles the entire community 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 Skool community via Postiz, creates the post with the right group and label, and publishes it — all while you go about your day.

WhatsApp / Telegram

You: Post a discussion thread in my
  community group about this week's wins

OpenClaw: Got it! Here's what I'll do:
  1. Find your Skool integration
  2. Target group "my-community"
  3. Label as "discussion"
  4. Title: "Weekly Wins Thread"

  Done! Your Skool post is live.
  Post ID: abc-123
🦀

Scheduled & Proactive

Cron jobs for recurring community 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 Skool content through Postiz, so nothing waits on a manual trigger.

openclaw automations (cron)

openclaw automations create "0 9 * * 1-5" \
  "Read ~/content/skool for this week's challenge, post it to the Skool group under the Announcements label with a title, scheduled for 7am Monday." \
  --name "Skool daily post" \
  --session isolated \
  --announce --channel telegram \
  --to "<your chat id>"

# openclaw cron is an alias for the same command

Why OpenClaw + Postiz for Skool

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 Skool community workflows.

  • Message from WhatsApp to post in Skool — no terminal needed
  • Cron jobs for hands-free weekly discussion threads
  • Structured JSON output lets OpenClaw verify each step succeeded
  • Labels applied automatically based on content type
  • Cross-post to Skool + 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>

# Skool settings
group, label, title

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

C

Claude Code

by Anthropic

Claude reads the Postiz skill so it knows what it can do, then autonomously discovers your Skool integration, targets the right group and label, sets the post title, and publishes to your community.

Claude Code

> Post a lesson update to my course
  group about Module 5, label it as
  "lesson", schedule for Monday 9am

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

Skool + Other Platforms

Post to your Skool community and social media simultaneously. Each platform gets its own settings.

Example

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

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

What can you ask OpenClaw to do on Skool?

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

Weekly challenge

Send to OpenClaw

> Post this week's challenge to my Skool group under Announcements Monday at 7am, title "Week 12: ship one automation".

Label lookup

Send to OpenClaw

> Which labels does my Skool group have? Then post this resource under Resources.

Community and social

Send to OpenClaw

> Post the workshop recap to Skool at 9am and tease it on LinkedIn at 10am.

Skool rules OpenClaw has to follow

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

  • group, label, and title are all required. OpenClaw fetches groups and labels through Postiz, so name them in your message.
  • Labels are Skool's categories. Pick one that exists in the group or OpenClaw will ask you to choose.
  • Titles need at least one character, but a clear title helps members find the post later.
  • Postiz publishes to groups where your connected account can post. Admin-only labels need an admin account.

OpenClaw and Skool: frequently asked questions

How do I post to Skool from OpenClaw?

Install the Postiz skill in OpenClaw, run postiz auth:login, and connect your Skool account in Postiz. Then message OpenClaw with the group, label, title, body, and time. OpenClaw resolves the IDs through Postiz and schedules the post with postiz posts:create.

Can OpenClaw choose the right Skool label?

Yes. Skool labels are exposed as a platform trigger in Postiz. OpenClaw runs postiz integrations:trigger to fetch the group's labels, matches the one you named, and passes its ID. If the label does not exist, it lists the available options.

Can OpenClaw post to more than one Skool group?

Yes, as long as each group is connected in Postiz. Name the group in your message and OpenClaw selects the matching integration. You can schedule the same post to two groups in one request, each with its own label and title.

Does OpenClaw need Skool API credentials?

No. Postiz holds the Skool connection, and OpenClaw only runs the Postiz CLI. You authenticate OpenClaw with postiz auth:login or a Postiz API key, so no Skool login is stored in OpenClaw's configuration. Revoke the connection from Postiz at any time and OpenClaw loses access too.

Can OpenClaw post weekly Skool updates automatically?

Yes. Create an OpenClaw automation with a weekly cron expression and a prompt that drafts the update, posts it under the right label, and schedules it through Postiz. Ask for drafts if you want a moderator to approve before members see it.

Start posting to Skool

Install Postiz Agent and automate your Skool community engagement with AI-powered scheduling and publishing.