opencodeby Anomaly
Skill · MCP · CLI

Give opencode Groniz with a skill

opencode reads skills from the standard directories and runs a first-class bash tool, so the skill installs and drives the groniz CLI for you. Prefer typed tools? Add the remote MCP server in its config instead.

SkillMCPCLI
Connect opencode

How to give opencode your accounts

  1. 1

    Install the Groniz skill

    opencode discovers skills from .claude/skills and the other standard paths. The skill teaches it the groniz commands and installs the CLI behind them.

    npx skills add groniz/groniz-cli
  2. 2

    Or add the MCP server

    Prefer typed tools? Add Groniz to opencode.json as a remote server with your key as a header.

    {
      "mcp": {
        "groniz": {
          "type": "remote",
          "url": "https://mcp.groniz.com/mcp",
          "enabled": true,
          "headers": { "Authorization": "Bearer YOUR_API_KEY" }
        }
      }
    }
Before you rely on it
  • opencode’s docs configure a remote server by URL + headers but don’t name the transport — if the connection fails, verify your opencode version speaks streamable HTTP.
Once it’s connected

What opencode can do for you

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

Try Wire Groniz into your coding session and post from the same editor.

opencode is open-source and config-driven, so Groniz drops into opencode.json beside your other tools and its bash tool runs the CLI when you want the terminal instead.

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

MCP tools

  • integrationListlist your connected accounts
  • groupListlist customer groups
  • integrationSchemaget a channel’s posting rules
  • triggerToolrun channel helpers (Discord channels, Reddit flairs…)
  • schedulePostToolschedule, draft or publish a post
  • generateImageToolgenerate an image for a post
  • generateVideoOptionslist video-generation options
  • videoFunctionToolread video generator settings
  • generateVideoToolgenerate a video for a post

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
opencode questions

opencode + Groniz, answered

Where does the MCP config go?+
In opencode.json (or opencode.jsonc). Add Groniz under the mcp key as a remote server with the URL and your Authorization header, exactly as in opencode’s own MCP docs.
Does the groniz skill work in opencode?+
Yes. opencode reads skills from the standard directories, including .claude/skills, so the Groniz skill is discovered the same way it is in Claude Code.

Ready to get started?

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