Draft: Vertical video draft — trending audio added in TikTok app.
OpenQuok @ Oct 1, 6:00 PM (in 10 days)
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.
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. 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
Each workspace is a git worktree with its own branch and terminals. Install openquok-core and schedule without mixing drafts.
Pi owns models and skills in ThinkRail. OpenQuok stays CLI-first across worktrees and pi sessions.
Keep approval on the calendar while the agent handles volume from a dedicated worktree.
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.
Published posts
Draft: Vertical video draft — trending audio added in TikTok app.
OpenQuok @ Oct 1, 6:00 PM (in 10 days)
Draft: Launch tweet with follow-up reply chain — agent draft.
OpenQuok Brand @ Oct 5, 3:30 PM (in 14 days)
Draft: Friday Reel — MP4 ready to queue on your Facebook Page.
OpenQuok Brand Page @ Sep 23, 9:00 AM (in 2 days)
Draft: Carousel draft — four images queued for Instagram feed.
OpenQuok Brand @ Sep 27, 2:00 PM (in 6 days)
1-4 of 4 posts
Case-study carousel queued for your LinkedIn Page.
OpenQuok Company @ Oct 3, 11:00 AM (in 12 days)
Markdown tutorial — title, tags, and canonical URL set for Dev.to.
OpenQuok on Dev.to @ Oct 7, 9:00 AM (in 16 days)
Launch thread with two scheduled follow-up replies.
OpenQuok Brand @ Sep 25, 10:30 AM (in 4 days)
Product walkthrough — MP4 upload with title and privacy set.
OpenQuok Channel @ Sep 29, 8:00 AM (in 8 days)
1-4 of 4 posts
Facebook Page post that already went live this week.
OpenQuok Brand Page @ Sep 18, 4:00 PM (3 days ago)
1-1 of 1 posts
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.
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.
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…
Schedule and manage social posts with the openquok CLI — authenticate, upload media, create drafts and scheduled post…
Research a channel, lock a character, generate portrait slides, overlay text, and post via openquok-core. Install wit…
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
Choose a channel for platform-specific workflows, examples, and FAQs.
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.
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.
Step-by-step self-host setup 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.