Draft: Friday Reel — MP4 ready to queue on your Facebook Page.
OpenQuok Brand Page @ 9:00 AM (in 4 days)
ThinkRail
ThinkRail hosts the pi coding agent in a real IDE — git worktrees, Monaco tabs, terminals, and concurrent chats. Add the openquok-core skill so the agent drafts and schedules social posts while you review and approve on the calendar or kanban.
mkdir -p ~/.pi/agent/skills/openquok-core
curl -fsSL "https://raw.githubusercontent.com/Ratimon/openquok-monorepo/main/agent/skills/openquok-core/SKILL.md" \
-o ~/.pi/agent/skills/openquok-core/SKILL.mdOn it — openquok-core
Created drafts with cover image attached.
✓ Queued for Tue 9:00 AM · ref oq-7f3a
Your worktree IDE
Open a repo, cut a workspace worktree, and ask the agent to draft and schedule like any other task. The openquok-core skill runs in that worktree’s shell, finds connected channels, attaches media, and queues drafts — you approve on the calendar before anything publishes.
Built for ThinkRail users
Each workspace is a real git worktree — own branch, files, terminals, and chats. Install the CLI once, drop openquok-core into ~/.pi or .pi/skills, and schedule without mixing drafts into main.
ThinkRail is a thin host: pi owns models, skills, and cost. OpenQuok stays CLI-first so you reuse the same recipes in ThinkRail, a pi CLI session, or another skill host.
Keep human approval on the calendar while the agent handles volume from a dedicated worktree. Specs stay beside the code; social drafts stay behind OpenQuok review.
How it works
Connect once
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
# OAuth2 device flow (interactive — opens browser)
openquok auth:login
openquok auth:statusbot
Review agent and human drafts across Facebook, Threads, Instagram, and more — drag posts between Drafted and Scheduled.
Draft: Friday Reel — MP4 ready to queue on your Facebook Page.
OpenQuok Brand Page @ 9:00 AM (in 4 days)
Draft: Carousel draft — four images queued for Instagram feed.
OpenQuok Brand @ 2:00 PM (in 8 days)
Draft: Vertical video draft — trending audio added in TikTok app.
OpenQuok @ 6:00 PM (in 12 days)
Draft: Launch tweet with follow-up reply chain — agent draft.
OpenQuok @ 3:30 PM (in 16 days)
Drop here to schedule
Published posts stay in this column
Kanban + smart filters
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
# Draft + human checklist
openquok posts:create -c "…" -s "…" -t draft -i "<uuid>" --note "Check CTA before schedule"
openquok posts:review-todo <post-id> --note "…"
openquok posts:status <post-id> --status draft
openquok posts:status <post-id> -s scheduleAnalytics
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
# Platform metrics (followers, impressions, engagement)
openquok analytics:platform <integration-uuid> -d 30
# Per-post insights (likes, comments, shares)
openquok analytics:post <post-id> -d 7Pulled platform analytics (7d)
Top post: 12.4k impressions, 842 reactions — carousel on product tips.
Facebook Page leads with +24% impressions vs last week.
On 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.
On it — openquok-core
Created drafts with cover image attached.
✓ Queued for Tue 9:00 AM · ref oq-7f3a
Scale what works
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
# 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 playbooks, skills, and MCP servers—then tailor them to your use case.
Brief in ChatGPT, edit video with CapCut CLI or Sora, then schedule via OpenQuok MCP — you approve before anything go…
Research → lock character → generate → overlay → post via openquok-core. Install openquok-core + openquok-tiktok-slid…
Build and export a SKILL.md from building blocks.
Browse every published playbook.
Edit CapCut / JianYing video projects — read and write subtitles, timing, speed, volume, templates, animations (fade/…
Research a channel, lock a character, generate portrait slides, overlay text, and post via openquok-core. Install wit…
Schedule and manage social posts with the openquok CLI — authenticate, upload media, create drafts and scheduled post…
Onboard your brand once, then generate and edit on-brand images from any MCP client — website or Instagram URL in, ca…
Wire subscription metrics and entitlement state into your agent — products, offerings, and customer data over HTTP MC…
Browse every published building block.
comparisons
Most social scheduler SaaS keeps you in a browser tab. OpenQuok is built for agents
CLI
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
ThinkRail scopes files, diffs, terminals, and pi chats to the active git worktree — then invoke openquok-core like any other skill:
CLI or desktop build on Apple Silicon
CLI or desktop on arm64 and x64
CLI or desktop build for Windows x64
Each workspace is its own branch and cwd
Tabs, files tree, and live diffs per worktree
PTYs scoped to the active workspace cwd
Optional MCP extensions
Optional MCP tools beside skills — OpenQuok stays CLI-first
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.
Weighted 280-character tweets (4000 for Verified), up to four images or one video, and scheduled thread replies.
Schedule Dev.to posts with tags and series — plus cover, organization, canonical URL, and analytics for page views, reactions, and comments.
Frequently asked questions
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.
ThinkRail is a worktree IDE for the pi coding agent. You open a git repo as a project, cut workspaces as git worktrees, and work across Monaco tabs, terminals, diffs, and concurrent pi chat sessions — all scoped to the active worktree.
ThinkRail is a thin host: pi runs in-process and owns models, skills, compaction, and cost. ThinkRail owns the workspace, the editor, and the UI. You do not need a separate /agents/pi landing — install openquok-core where pi discovers skills, then chat from ThinkRail. A standalone pi CLI session can use the same skill files.
The global CLI and auth files live on the machine that runs ThinkRail — the same environment as worktree terminals. Your OpenQuok workspace tokens never need to be pasted into chat; use OAuth device flow or a programmatic opo_ token on that computer.
The agent can draft and schedule posts, upload images and video, apply per-platform settings, schedule threads and follow-up comments, configure internal and global plugs, and pull platform and post analytics — across every channel connected in your workspace. The openquok-core skill documents integrations:list, posts:create, plugs:upsert, posts:status, analytics:platform, upload, and more; every command returns structured JSON for the agent to parse.
YouTube, TikTok, LinkedIn, and X are available today. Facebook, Instagram, and Threads are coming soon. Connect channels in the OpenQuok web app; ThinkRail uses integration UUIDs from openquok integrations:list to target the right accounts.
Posts created through the CLI land in your OpenQuok workspace as drafts or scheduled items — nothing goes live on autopilot. You review on the calendar or kanban, move posts through draft and review, and approve what should publish. ThinkRail handles volume; you handle quality.
OpenQuok offers a 7-day free trial for scheduling. ThinkRail is open source; you bring your own pi provider credentials. Install ThinkRail, add openquok-core, and begin scheduling from a worktree chat.
Step-by-step instructions for connecting OpenQuok to ThinkRail — install commands, auth patterns, and configuration snippets.
Connect your agent, review every draft, and schedule posts across channels before anything goes live.