Majika Core
Schedule and manage social posts with the openquok CLI — authenticate, upload media, create drafts and scheduled post…
OpenClaw
Message OpenClaw from Telegram, WhatsApp, or Slack. Add the openquok-core skill so it schedules X posts while you review on the calendar or kanban.
npx skills add https://github.com/Ratimon/openquok-monorepo/tree/main/agent --skill openquok-core -ybot
Queued on your Majika calendar:
Post ref: oq-7f3a · review before publish
10:23 AMYour messaging apps
Send a scheduling request to OpenClaw like any other message. The openquok-core skill runs on your host, finds connected channels, attaches media, and queues drafts — you approve on the calendar before anything publishes.
Built for X with OpenClaw
Stay visible on X without living in the app. Queue tweets, images, and thread chains on the calendar while you ship product. Message OpenClaw to draft X posts from chat — you approve before publish.
Batch a week of posts in one sitting, control reply settings per tweet, and track engagement alongside your other channels. OpenClaw queues X drafts at volume — your team approves before publish.
Pipe X drafts from your backend via the public API or CLI — including thread replies under providerSettings — while you keep approval control in the dashboard. Run OpenClaw per client workspace so X drafts stay isolated.
How it works
Connect Once
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
# OAuth2 device flow (interactive — opens browser)
openquok auth:login
openquok auth:statusbot
Connected channels
67 / 280
Post into an X community when the URL is valid.
Ship the launch tweet, then queue one follow-up reply with a delay.

Thread reply publishes after your chosen delay
That's a wrap — thanks for reading.
Thread momentum
A strong tweet deserves a conversation — not another tab open on X. Set reply rules and disclosure labels when you schedule, queue timed thread replies before the post goes live, and use internal plugs so your other connected X accounts repost automatically and more followers see the thread.
CLI command options
# Draft + human checklist (X)
openquok posts:create --json ./examples/x-text-only.json
openquok posts:review-todo <post-id> --note "…"
openquok posts:status <post-id> --status draft
openquok posts:status <post-id> -s scheduleInsights
Track likes, replies, reposts, quotes, and impressions from connected X profiles inside Majika analytics — so you can schedule more of what already works.
CLI analytics options
# X platform metrics
INTEGRATION_ID=$(openquok integrations:list | jq -r '.[] | select(.identifier=="x") | .id')
openquok analytics:platform "$INTEGRATION_ID" -d 30
# Per-post insights
openquok analytics:post <post-id> -d 7On it — openquok-core
Created drafts with cover image attached.
✓ Queued for Tue 9:00 AM · ref oq-7f3a
Pulled platform analytics (7d)
Top post: 12.4k impressions, 842 reactions — carousel on product tips.
Facebook Page leads with +24% impressions vs last week.
bot
Queued on your Majika calendar:
Post ref: oq-7f3a · review before publish
10:23 AMScale what works
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
# Workspace A — launch (client brand)
openquok posts:create -c "…" -s "…" -t draft -i "<uuid>"
openquok posts:status <post-id> -s schedule
# Workspace B — another client (isolated credentials)
openquok posts:list --status draft
# Same workspace — metrics in parallel
openquok analytics:platform <integration-uuid> -d 7
openquok analytics:post <post-id> -d 30Playbooks & Building Blocks Directories
Mix X-focused skills, and MCP servers — then tailor them to your OpenClaw workflow.
Schedule and manage social posts with the openquok CLI — authenticate, upload media, create drafts and scheduled post…
Browse every X building block.
comparisons
Most social scheduler SaaS keeps you in a browser tab. Majika is built for X from OpenClaw
CLI
X 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=="x") | .id' Discover your X integration UUID
openquok integrations:settings "$X_ID" Get X posting rules and character limits
openquok posts:create --json Schedule a text-only post on X
openquok posts:create --json {
"scheduledAt": "2026-01-01T12:00:00.000Z",
"status": "scheduled",
"body": "Main tweet from channel A",
"integrationIds": ["<integration-id-1>"],
"providerSettingsByIntegrationId": {
"<integration-id-1>": {
"x": {
"crossAccountPlugs": [
{
"plugName": "x-repost-post-users",
"enabled": true,
"delayMs": 0,
"integrationIds": ["<integration-id-2>"],
"fields": {}
}
]
}
}
}
} Repost from another X channel after publish (crossAccountPlugs)
openquok plugs:catalog | jq '.plugs[] | select(.identifier=="x")' List global plug types and field names for this provider
openquok plugs:list "$ID" List saved global plug rules on this channel
openquok plugs:upsert "$ID" --func autoRepostPost --fields '[{"name":"likesAmount","value":"100"}]' Auto-repost when a post reaches a likes threshold (global plug)
openquok plugs:upsert "$ID" --func autoPlugPost --fields '[{"name":"likesAmount","value":"100"},{"name":"post","value":"Thanks for the support!"}]' Auto-reply when a post reaches a likes threshold (global plug)
openquok analytics:platform "$X_ID" -d 30 Pull 30-day X analytics
Chat adapters
OpenClaw supports multiple messaging platforms out of the box:
Web-based via Baileys library
Bot API via grammY
Bot via discord.js
App via Bolt SDK
CLI-based via signal-cli
macOS only, AppleScript bridge
Extension Channels
Enterprise chat and meeting rooms
Workspace messaging for Google accounts
Federated open messaging protocol
Popular chat platform in Vietnam
By channel
Choose a channel for platform-specific workflows, examples, and FAQs.
Page feed posts, MP4 Reels, and link-preview cards — built for Facebook Pages, not personal profiles.
500-character posts with media and scheduled follow-up reply chains — conversation-first text on Meta Threads.
Feed posts, Reels, carousels, and Stories — with trial Reels, collaborator tags, and follow-up comments.
Long-form MP4 uploads and vertical Shorts — title, privacy, tags, and custom thumbnail per video.
Vertical video and photo carousels — direct publish or queue to your TikTok inbox to add trending audio.
B2B thought leadership on profile and company Page — scheduled, reviewed, and ready when buyers research you.
Frequently asked questions
What OpenClaw is, how to install openquok-core, scheduling X posts, human approval, and how agents draft from chat.
Step-by-step instructions for connecting Majika to OpenClaw — install commands, auth patterns, and configuration snippets.
Connect your agent, review every draft, and schedule posts across channels before anything goes live.