Schedule Facebook from OpenClaw then you approve

Message OpenClaw from Telegram, WhatsApp, or Slack. Add the openquok-core skill so it schedules Facebook posts while you review on the calendar or kanban.

Install our core skill:

Your messaging apps

Text from TelegramWhatsAppor Slack

Send a scheduling request to OpenClaw like any other message. The openquok-core skill runs on your host. It finds connected channels, attaches media, and queues drafts. You approve on the calendar before anything publishes.

For Facebook Page owners with OpenClaw

Who schedules Facebook with OpenClaw?

Page owners

Schedule Page posts, Reels, and Stories without switching between Business Suite tabs. Review drafts on one calendar before anything goes live. Message OpenClaw to draft Facebook posts from chat — you approve before publish.

Marketing teams

Batch weeks of Page content. Review drafts before anything goes live. Campaigns ship on time without weekend scrambles. OpenClaw queues Facebook drafts at volume — your team approves before publish.

Agencies

Manage multiple Facebook Pages in one workspace. Schedule at scale. Track insights per brand. Run OpenClaw per client workspace so Facebook drafts stay isolated.

How it works

Five steps,to OpenClaw + OpenQuok

New to OpenQuok? Read the agent setup guide

Connect Once

login from your phonepick your workspacechat anywhere securely

Choose a workspace, connect with OAuth2 — approve in your browser, and credentials stay on the host. Message OpenClaw from Telegram, WhatsApp, or Slack to draft and schedule without opening another app.

CLI authentication options

Create Post

Sample channels

These chips set format and character limits. They are not your accounts.

Editing a Specific Network Back to global

Workspace tools. Sign in or sign up to use your library, Photo Editor, and signatures.

151 / 63,206

Follow-up comments
Reply
Drag and drop images or videos here, or use the icons on the editor.
88/500
Delay
09:00 + 300s ≈ 09:05:00
Post Preview
OpenQuok Brand Page
Jun 12, 9:00 AM
Schedule MP4 Reels to your Page, or add a URL on text-only posts for link-preview cards — tune Facebook settings per post when you customize a network.
openquok.com
You and 12 others 20 comments
Like
Comment
Share
Scheduled replies
  • After 5 min

    Pin a follow-up comment five minutes after publish — optional image on Facebook replies.

Reels and link previews

Publish Reels from MP4schedule follow-up commentsadd link previews

Upload one MP4. OpenQuok publishes it as a Reel on your Page. Add a URL on text posts for link-preview cards. Queue follow-up comments with delays. Do this in one composer draft.

CLI command options

Targeted channels

Overview

Compare channels using each network's closest matching metric. Totals add primary series per channel — not a single blended platform metric.

Views

6,723

2 channels

Engagement

1,233

2 channels

Followers

178

2 channels

09/19 09/25
  • OpenQuok Brand Page (Page Impressions)
  • OpenQuok Community (Page Impressions)

OpenQuok Brand Page

Facebook Page

Page Impressions
Facebook Page OpenQuok Brand Page
12.4%
4,040
Posts Engagement
Facebook Page OpenQuok Brand Page
8.6%
701
Posts Impressions
Facebook Page OpenQuok Brand Page
5.2%
2,349
Page followers
Facebook Page OpenQuok Brand Page
3.1%
102
Videos views
Facebook Page OpenQuok Brand Page
15.8%
2,347

OpenQuok Community

Facebook Page

Page Impressions
Facebook Page OpenQuok Community
12.4%
2,683
Posts Engagement
Facebook Page OpenQuok Community
8.6%
532
Posts Impressions
Facebook Page OpenQuok Community
5.2%
1,869
Page followers
Facebook Page OpenQuok Community
3.1%
76
Videos views
Facebook Page OpenQuok Community
15.8%
1,492

See what works

See what resonates on your Page track impressions and clicksdouble down on winners

Facebook Page analytics—Trends summary totals and per-Page cards for impressions, engagement, and video views. Then schedule more of what already works.

CLI analytics options

Scale what works

when a format hits, scale by adding workspaces and parallel sessions

Spot a winner in analytics, then clone more dedicated workspaces for the next client or brand while OpenClaw queues the next wave in parallel — credentials, channels, and agent context stay isolated as you scale.

Parallel CLI sessions

Playbooks & Building Blocks Directories

Facebook viral formats

Mix Facebook-focused skills, and MCP servers — then tailor them to your OpenClaw workflow.

comparisons

agent-native scheduling, not another dashboard

Most social scheduler SaaS keeps you in a browser tab. OpenQuok is built for Facebook from OpenClaw

Typical social scheduler SaaS

  • Copy posts between your AI chat and a separate scheduling tool
  • Siloed API keys and workflows that do not compose with your agent stack
  • Always-on integrations that bloat agent context
  • Locked to one vendor's models or automation layer
  • One workspace mixing every context as you add channels and parallel sessions
  • Autopilot publishing with no human checkpoint

OpenQuok + OpenClaw

  • > Message OpenClaw from WhatsApp, Telegram, or Slack to draft and schedule
  • > Eligibility is checked automatically — credentials stay on your host
  • > Skills load on-demand, keeping the agent context clean
  • > Works with any LLM: Claude, GPT, Gemini, Llama, and more
  • > Multi-workspace isolation — spin up a workspace per context so channels, and drafts never cross wires
  • > Every post lands as draft or scheduled — you approve before anything goes live

CLI

Command reference

Facebook commands from the openquok-core skill — structured JSON on stdout, human-in-the-loop drafts, and workspace media uploads.

  • openquok integrations:list | jq -r '.[] | select(.identifier=="facebook") | .id'

    Discover your Facebook Page integration UUID

  • openquok integrations:settings "$FB_ID"

    Get Page posting rules, max length, and allowed tools

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "Hello from our Page", "integrationIds": ["<integration-id>"] }

    Schedule a text-only Page post

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "Read more on our site", "integrationIds": ["<integration-id>"], "providerSettingsByIntegrationId": { "<integration-id>": { "url": "https://example.com/article" } } }

    Share a link with preview card (text-only, no media)

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "Photo update", "integrationIds": ["<integration-id>"], "media": [{ "id": "<media-id>", "path": "https://cdn.example.com/hero.jpg" }] }

    Schedule a single-photo Page post

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "Two photos, one post", "integrationIds": ["<integration-id>"], "media": [ { "id": "<media-id-1>", "path": "https://cdn.example.com/a.jpg" }, { "id": "<media-id-2>", "path": "https://cdn.example.com/b.jpg" } ] }

    Publish multiple photos in one Page post

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "New Reel on our Page", "integrationIds": ["<integration-id>"], "media": [{ "id": "<media-id>", "path": "https://cdn.example.com/reel.mp4" }] }

    Publish an MP4 video as a Page Reel

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "Main post", "integrationIds": ["<integration-id>"], "providerSettingsByIntegrationId": { "<integration-id>": { "facebook": { "replies": [ { "id": "reply-1", "message": "First comment on the post", "delaySeconds": 60 } ] } } } }

    Schedule a Page post and a follow-up comment

  • openquok posts:create --json
    { "scheduledAt": "2026-01-01T12:00:00.000Z", "status": "scheduled", "body": "Main post", "integrationIds": ["<integration-id>"], "providerSettingsByIntegrationId": { "<integration-id>": { "facebook": { "replies": [ { "id": "reply-1", "message": "See the chart in this comment", "delaySeconds": 60, "media": [{ "id": "<reply-media-id>", "path": "https://cdn.example.com/comment-image.jpg" }] } ] } } } }

    Schedule a Page post and a follow-up comment with one image

  • openquok analytics:platform "$FB_ID" -d 30

    Pull 30-day Page analytics

  • openquok analytics:post "$POST_ID" -d 7

    Per-post insights for a published Page post

Chat adapters

Supported channels

OpenClaw supports multiple messaging platforms out of the box:

WhatsApp

Web-based via Baileys library

Telegram

Bot API via grammY

Discord

Bot via discord.js

Slack

App via Bolt SDK

signal-app

Signal

CLI-based via signal-cli

iMessage

macOS only, AppleScript bridge

Extension Channels

Microsoft Teams

Enterprise chat and meeting rooms

Google Chat

Workspace messaging for Google accounts

Matrix

Federated open messaging protocol

Zalo

Popular chat platform in Vietnam

Frequently asked questions

OpenClaw + Facebook,answered

What OpenClaw is, how to install openquok-core, scheduling Facebook posts, human approval, and how agents draft from chat.

Read the OpenClaw setup guide

Step-by-step self-host setup for connecting OpenQuok to OpenClaw — install commands, auth patterns, and configuration snippets.

View setup guide

Start free. Publish with confidence.

Connect your agent, review every draft, and schedule posts across channels before anything goes live.

Discord Support