Install the skill and Codex learns the groniz commands and the CLI behind them — nothing to configure. Or add the MCP server if you prefer typed tools. Either way it posts and schedules between commits.
The skill lands in Codex’s skills directory, teaching it every groniz command and installing the CLI they run on — no config.toml edits.
npx skills add groniz/groniz-cliPrefer typed tools? Codex passes the token from an environment variable — set it, then add the server. The variable must be set before Codex launches.
export GRONIZ_API_KEY="your-api-key"
codex mcp add groniz \
--url https://mcp.groniz.com/mcp \
--bearer-token-env-var GRONIZ_API_KEYCodex discovers your accounts and schedules from the same session it codes in.
> Post the release notes to X and LinkedIn when CI goes green.The Groniz surface is the same everywhere; what changes is how Codex reaches for it.
Try Post the release notes to X and LinkedIn when CI goes green.
Codex works between commits, so the natural fit is release-driven: wire the post into the same run that ships the code.
Every command below runs against your real Groniz account — the same posting, scheduling and analytics the Console gives you.
integrationListlist your connected accountsgroupListlist customer groupsintegrationSchemaget a channel’s posting rulestriggerToolrun channel helpers (Discord channels, Reddit flairs…)schedulePostToolschedule, draft or publish a postgenerateImageToolgenerate an image for a postgenerateVideoOptionslist video-generation optionsvideoFunctionToolread video generator settingsgenerateVideoToolgenerate a video for a postgroniz integrations:listlist connected accountsgroniz integrations:settingsget an account’s settings schemagroniz integrations:triggerrun a channel helpergroniz posts:createcreate or schedule a postgroniz posts:listlist postsgroniz posts:deletedelete a postgroniz analytics:platformread channel analyticsgroniz analytics:postread a post’s analyticsgroniz uploadupload mediaGive your agent posting power, or open the Console — free to try, cancel anytime.