ChatGPTby OpenAI
Skill · CLI

Teach ChatGPT to post to your accounts with a skill

Groniz ships as an agent skill in the shared SKILL.md format ChatGPT reads. Install it, and ChatGPT learns the groniz commands and schedules your posts from its sandbox.

SkillCLI
Connect ChatGPT

How to give ChatGPT your accounts

  1. 1

    Install the Groniz skill

    The skill is the SKILL.md format ChatGPT discovers under .agents/skills. It teaches ChatGPT every groniz command and how to compose a post.

    npx skills add groniz/groniz-cli
  2. 2

    Set your key

    The skill reads GRONIZ_API_KEY. In ChatGPT’s sandbox, turn on public internet access so the CLI can reach Groniz.

    export GRONIZ_API_KEY="your-api-key"
  3. 3

    Ask it to post

    ChatGPT reads the skill, discovers your accounts, and schedules.

    > Schedule my blog announcement to X and LinkedIn for 9am tomorrow.
Before you rely on it
  • Skills are generally available on ChatGPT Business, Enterprise, Healthcare and Edu — not Free, Plus or Pro.
  • The sandbox’s shell has public internet access off by default; enable it under Settings › Data controls › Work network access.
  • The sandbox is ephemeral — installs do not persist across sessions, so the skill reinstalls as needed.
Once it’s connected

What ChatGPT can do for you

The Groniz surface is the same everywhere; what changes is how ChatGPT reaches for it.

Try Ask it, in plain chat, to schedule this week's posts across your channels.

No terminal and no config — ChatGPT reads the skill and does it in the sandbox, which is why the skill route (not a connector) is the one that works here.

Every command below runs against your real Groniz account — the same posting, scheduling and analytics the Console gives you.

CLI commands

  • groniz integrations:listlist connected accounts
  • groniz integrations:settingsget an account’s settings schema
  • groniz integrations:triggerrun a channel helper
  • groniz posts:createcreate or schedule a post
  • groniz posts:listlist posts
  • groniz posts:deletedelete a post
  • groniz analytics:platformread channel analytics
  • groniz analytics:postread a post’s analytics
  • groniz uploadupload media
ChatGPT questions

ChatGPT + Groniz, answered

Which ChatGPT plans can use this?+
Skills are generally available on ChatGPT Business, Enterprise, Healthcare and Edu. Free, Plus and Pro do not have the Skills feature, so the skill install applies to the business tiers.
Why a skill instead of a connector?+
ChatGPT cannot present a custom API key or bearer token to a remote MCP server, so our standard MCP auth does not apply there. A skill sidesteps that entirely: ChatGPT runs the groniz CLI in its sandbox, and the CLI holds the key.
Does the CLI keep working between chats?+
The sandbox resets between sessions, so the skill reinstalls the CLI when needed. Your connected accounts and schedule live on Groniz, not in the sandbox, so nothing is lost.

Ready to get started?

Give your agent posting power, or open the Console — free to try, cancel anytime.