Schedule social media from ThinkRail then you approve

ThinkRail hosts the pi coding agent in a real IDE. You get git worktrees, Monaco tabs, terminals, and concurrent chats. Add the openquok-core skill so the agent drafts and schedules social posts. You review and approve on the calendar or kanban.

Install our core skill:

Your worktree IDE

Chat with pi in ThinkRail,keep main clean

Open a repo. Cut a workspace worktree. Ask the agent to draft and schedule like any other task. The openquok-core skill runs in that worktree’s shell. It finds connected channels, attaches media, and queues drafts. You approve on the calendar before anything publishes.

Built for ThinkRail users

Who connects ThinkRail to OpenQuok?

Worktree-first operators

Each workspace is a git worktree with its own branch and terminals. Install openquok-core and schedule without mixing drafts.

Pi coding agent users

Pi owns models and skills in ThinkRail. OpenQuok stays CLI-first across worktrees and pi sessions.

Founders & small teams

Keep approval on the calendar while the agent handles volume from a dedicated worktree.

How it works

Five steps,to ThinkRail + OpenQuok

New to OpenQuok? Read the agent setup guide

Connect once

authenticate in the worktreepick your workspacechat from the IDE securely

Choose an OpenQuok workspace, connect with OAuth2 — approve in your browser, and credentials stay on the machine that runs ThinkRail. Ask the agent in chat to draft and schedule without opening another app.

CLI authentication options

On-going Tasks

Review agent and human drafts across Facebook, Threads, Instagram, and more — drag posts between Drafted and Scheduled.

Drafted posts

4
OpenQuok

Draft: Vertical video draft — trending audio added in TikTok app.

OpenQuok @ Oct 1, 6:00 PM (in 10 days)

Note: Pick sound in TikTok before publish
X
OpenQuok Brand

Draft: Launch tweet with follow-up reply chain — agent draft.

OpenQuok Brand @ Oct 5, 3:30 PM (in 14 days)

Note: Review reply timing
OpenQuok Brand Page

Draft: Friday Reel — MP4 ready to queue on your Facebook Page.

OpenQuok Brand Page @ Sep 23, 9:00 AM (in 2 days)

Note: Review agent caption before scheduling
OpenQuok Brand

Draft: Carousel draft — four images queued for Instagram feed.

OpenQuok Brand @ Sep 27, 2:00 PM (in 6 days)

Note: Confirm cover image

1-4 of 4 posts

Scheduled posts

4
OpenQuok Company

Case-study carousel queued for your LinkedIn Page.

OpenQuok Company @ Oct 3, 11:00 AM (in 12 days)

Double-click to add review note…
OpenQuok on Dev.to

Markdown tutorial — title, tags, and canonical URL set for Dev.to.

OpenQuok on Dev.to @ Oct 7, 9:00 AM (in 16 days)

Note: Approved in review
OpenQuok Brand

Launch thread with two scheduled follow-up replies.

OpenQuok Brand @ Sep 25, 10:30 AM (in 4 days)

Double-click to add review note…
OpenQuok Channel

Product walkthrough — MP4 upload with title and privacy set.

OpenQuok Channel @ Sep 29, 8:00 AM (in 8 days)

Note: Approved in review

1-4 of 4 posts

Published posts

1
OpenQuok Brand Page

Facebook Page post that already went live this week.

Published

OpenQuok Brand Page @ Sep 18, 4:00 PM (3 days ago)

1-1 of 1 posts

Kanban + smart filters

Review every AI draftsign off confidentlybefore it goes live

Chat, move agent-generated posts from draft to review to scheduled on a kanban board—with the same smart filters as your calendar. Approve quality at scale instead of trusting autopilot.

CLI command options

Analytics

Ask what workedsee winnersand adapt from chat

Ask the agent in ThinkRail to pull impressions, likes, comments, and shares for any connected channel. Compare performance and schedule more of what already resonates — without opening the dashboard.

CLI analytics options

Scale what works

when a format hits, scale by adding worktrees and parallel chats

Spot a winner in analytics, then cut another worktree for the next client or brand while a second pi session queues the next wave — credentials, channels, and agent context stay isolated as you scale.

Parallel CLI sessions

Playbooks & Building Blocks Directories

Explore Viral Formats

Mix playbooks, skills, and MCP servers—then tailor them to your use case.

Playbooks

Viral TikTok Carousel

Research → lock character → generate → overlay → post via openquok-core. Install openquok-core + openquok-tiktok-slid…

Skill Builder

Build and export a SKILL.md from building blocks.

See All

Browse every published playbook.

Building Blocks

Bloom MCP

Onboard your brand once, then generate and edit on-brand images from any MCP client — website or Instagram URL in, ca…

RevenueCat MCP

Wire subscription metrics and entitlement state into your agent — products, offerings, and customer data over HTTP MC…

OpenQuok Core

Schedule and manage social posts with the openquok CLI — authenticate, upload media, create drafts and scheduled post…

OpenQuok TikTok Slideshow

Research a channel, lock a character, generate portrait slides, overlay text, and post via openquok-core. Install wit…

See All

Browse every published building block.

comparisons

agent-native scheduling, not another dashboard

Most social scheduler SaaS keeps you in a browser tab. OpenQuok is built for agents

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 working tree mixing every experiment as you add channels and parallel sessions
  • Autopilot publishing with no human checkpoint

OpenQuok + ThinkRail

  • > Ask the agent in ThinkRail to draft and schedule from the worktree
  • > Credentials stay on the machine that runs ThinkRail — workspace isolated
  • > Skills load on demand from ~/.pi or the worktree .pi/skills folder
  • > CLI-first openquok-core works beside any other pi skill or extension
  • > Git worktrees isolate each line of work — merge the good branch, delete the rest
  • > Every post lands as draft or scheduled — you approve before anything goes live

CLI

Command reference

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

  • openquok auth:login --json

    Start device OAuth for agents; user then opens verification url in browser

  • openquok integrations:list

    List connected social media accounts

  • openquok integrations:settings <integration-id>

    Get platform-specific settings schema and posting rules

  • openquok upload <file>

    Upload media and get a reusable id and path

  • openquok posts:create -c "…" -s "…" -i "<integration-id>"

    Create and schedule a new post

  • openquok posts:list

    List scheduled and draft posts

  • openquok posts:status <post-id> -s draft

    Move a post between draft and scheduled before publish

  • openquok analytics:platform <integration-id> -d 30

    Get analytics for an integration or channel

  • openquok analytics:post <post-id> -d 7

    Get analytics for a specific published post

  • openquok plugs:catalog

    List global plug types per provider (likes-threshold rules)

  • openquok plugs:list <integration-id>

    List saved global plug rules on a connected channel

  • openquok plugs:upsert <integration-id> --func autoPlugPost --fields '[{"name":"likesAmount","value":"100"},{"name":"post","value":"Thanks!"}]'

    Create or update a channel-level plug rule (auto-reply when likes hit a threshold)

  • openquok plugs:activate <plug-id> --activated false

    Enable or pause a global plug rule

Where you work

Worktrees, editor, and terminals

ThinkRail scopes files, diffs, terminals, and pi chats to the active git worktree — then invoke openquok-core like any other skill:

macOS

CLI or desktop build on Apple Silicon

Linux

CLI or desktop on arm64 and x64

Windows

CLI or desktop build for Windows x64

Git worktrees

Each workspace is its own branch and cwd

Monaco editor

Tabs, files tree, and live diffs per worktree

Worktree terminals

PTYs scoped to the active workspace cwd

Optional MCP extensions

Pi MCP extensions

Optional MCP tools beside skills — OpenQuok stays CLI-first

Frequently asked questions

ThinkRail + OpenQuok,answered

What ThinkRail is, how it relates to the pi coding agent, how to install openquok-core, worktree credentials, human approval, and why CLI beats MCP-only for scheduling.

Read the ThinkRail setup guide

Step-by-step self-host setup for connecting OpenQuok to ThinkRail — 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