Blog Topic How-to Tutorials

Schedule Social Posts from Grok Bot with OpenQuok

1 min read Rati Montreewat
Blog post content
Schedule Social Posts from Grok Bot with OpenQuok

Turn Grok Bot into your social scheduling teammate

Grok Bot runs on a persistent cloud computer with a browser, filesystem, and terminal. Message it from the macOS, Windows, or iOS app like any other teammate — then let the openquok-core skill draft and queue posts while you keep approval on OpenQuok.

Start with the Grok Bot + OpenQuok landing page and the Grok Bot agent setup guide for install and auth steps.

Why CLI + skill beats MCP-only for scheduling

OpenQuok is CLI-first: structured JSON on stdout, human-in-the-loop drafts, and workspace media uploads. A saved skill keeps the agent context lean — you invoke it with / in chat or enable it under Settings → Plugins instead of leaving an always-on MCP connector loaded.

Pick a slot before you draft

Ask your Bot to draft for a specific window. Use the Best Time to Post calculator for a cross-channel benchmark, or the best time to post on TikTok page when TikTok is in the mix — then message the Bot with the slot and channel UUID from openquok integrations:list.

Assemble the skill without zipping by hand

If you customize recipes per channel, build or refresh SKILL.md in the Skill Builder before you curl it into /workspace/openquok-core/ on the Bot computer.

Human approval stays the gate

Posts created through the CLI land as drafts or scheduled items in your OpenQuok workspace. Nothing goes live on autopilot — review on the calendar or kanban, then approve what should publish. Grok Bot handles volume; you handle quality.

Frequently asked questions

How to

  1. 1. Install Grok Bot

    Download the Grok Bot app for macOS, Windows, or iOS. Sign in with an eligible Cursor account (for example SuperGrok Heavy, Cursor Ultra, or Cursor Teams Premium). Official install docs: Grok Bot and the get started guide.

  2. 2. Create a Bot

    Choose Create your own or a suggested teammate. Give the Bot a short name, one primary job, and how it should work. Confirm the shared cloud computer is ready — browser, filesystem, and terminal persist across sessions.

  3. 3. Install the OpenQuok CLI on the Bot computer

    Message your Bot and ask it to run this on its cloud computer (not on your laptop):

    npm install -g @openquok/auto-cli@latest
    openquok --version

    Production auth uses the API at https://cli-auth.openquok.com and opens the browser on https://www.openquok.com/cli/device/verify when you use OAuth.

  4. 4. Add the openquok-core skill

    Copy the skill into durable workspace storage, then save it as a skill named openquok-core:

    mkdir -p /workspace/openquok-core
    curl -fsSL "https://raw.githubusercontent.com/Ratimon/openquok-monorepo/main/agent/skills/openquok-core/SKILL.md" \
      -o /workspace/openquok-core/SKILL.md

    Ask the Bot to save the process as a skill, or enable it under Settings → Plugins → Yours if it does not appear when you type / in chat. You can also assemble recipes first in the Skill Builder.

    Setup details: Grok Bot agent setup guide.

  5. 5. Authenticate OpenQuok

    OAuth (recommended): Ask the Bot to run device login. When it opens a browser on the cloud computer, take over, sign in, pick your workspace, and return control to the Bot:

    openquok auth:login --json --no-poll
    openquok auth:login:poll --device-code ""
    openquok auth:status

    Programmatic token (headless): Generate an opo_… token from Account → Settings → Developers → Access, then:

    export OPENQUOK_API_KEY="opo_…"
    openquok auth:status
  6. 6. Draft a post — do not publish yet

    Ask your Bot something like:

    List my connected social media accounts, then draft a LinkedIn post for tomorrow at 9am about our product launch. Use integration UUIDs from the list. Save as draft only — do not schedule or publish until I approve.

    Pick a slot with the Best Time to Post calculator or the best time to post on TikTok page if you want a benchmark first. Review the draft on the OpenQuok calendar or kanban before anything goes live.

    Overview: Grok Bot + OpenQuok landing page.

Comments

No comments yet.

Add a comment

Sign in to comment.

0/1000

Start free. Publish with confidence.

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

Discord Support