groniz-cli

groniz-cli is a skill for Claude Code, Codex from groniz/groniz-cli. It costs 156 tokens per session (2,987 once invoked), scanned C, original, Apache-2.0.

A command-line tool for publishing and scheduling posts, articles, drafts, and threads across many social and communication platforms. A CLI is a text-based program controlled by terminal commands.

In plain words
What is it for?
Authenticating accounts, discovering channel settings, uploading media, publishing or scheduling content, managing drafts and threads, and reading supported analytics or public X data.
Why use it?
It brings multi-platform publishing, scheduling, media uploads, and public-account research into one command-line workflow.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/groniz/groniz-cli/groniz-cli
Any agent
npx skills add groniz/groniz-cli --skill groniz-cli
Clone the repo
git clone --depth 1 https://github.com/groniz/groniz-cli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for groniz-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/groniz/groniz-cli/groniz-cli.svg)](https://agentmods.dev/skills/groniz/groniz-cli/groniz-cli)
Your own site
<a href="https://agentmods.dev/skills/groniz/groniz-cli/groniz-cli"><img src="https://agentmods.dev/badge/skills/groniz/groniz-cli/groniz-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 156 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,987 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00156 $0.02987
Opus 5 $0.00078 $0.01494
Sonnet 5 $0.00031 $0.00597
Haiku 4.5 $0.00016 $0.00299

Measured 5d ago against content hash 0778c07d71de, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

groniz-cli scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

`curl -fsSL https://groniz.com/install.sh | sh`. Self-update: `groniz update --check`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -fsSL https://groniz.com/install.sh | sh`. Self-update: `groniz update --check`
skills/groniz-cli/SKILL.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Groniz CLI

Groniz CLI schedules posts across 32+ social channels, and reads public data from a platform. Mainstream channels include X, LinkedIn, Instagram, Facebook, Threads, YouTube, TikTok, Reddit, Pinterest, Discord, Slack, Telegram, Bluesky, Mastodon, and WordPress. Commands are grouped into domains — groniz <domain> <command> — but groniz --help still names every one of them in a single screen, so one call gets you the whole map; groniz <domain> <command> --help then adds flags, examples, and a Risk · Cost footer. This guide covers only what --help can't: the two hard rules, the workflow, and the non-obvious traps that cause 400s. The HTTP API behind the CLI is documented at https://docs.groniz.com/public-api/introduction.

Requires network access and jq. Install if missing (self-contained native binary, no node required): curl -fsSL https://groniz.com/install.sh | sh. Self-update: groniz update --check (exit 10 = behind) then groniz update.

Two hard rules

1. Authenticate first. Every command fails without credentials. Check with groniz whoami. To set up, prefer the STORED key — it survives across shells and agents (export only affects the current shell):

groniz auth apikey set --api-key <key>
groniz auth apikey show                          # what's stored + which source wins

Alternatives: groniz auth login (OAuth device flow) or export GRONIZ_API_KEY=<key> (this shell only). Precedence: credentials file > env > default.

2. Upload media before posting. Never pass a raw path or external URL to -m. Run groniz upload <file> first and pass back its .path:

MEDIA=$(groniz upload image.png | jq -r '.path')
groniz posts create -c "Content" -m "$MEDIA" -s "2030-12-31T12:00:00Z" -i "<id>"

Enforcement is server-side (RESTRICT_UPLOAD_DOMAINS) and, where enabled, rejects non-Groniz URLs at create time — drafts included. Upload first regardless. Wherever this guide shows -m "something.jpg", read it as "the .path from groniz upload".

Read the full file on GitHub · 208 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 208 lines · 156 tokens per session scan C 0778c07d71de

Subscribe to this mod's changes

groniz-cli is a skill published in the GitHub repository groniz/groniz-cli (2 stars, last pushed 26d ago), licensed Apache-2.0. It adds 156 tokens to every session and 2,987 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

npm-downloads-to-leads

Takes a list of npm package names (yours or competitors'), fetches 12 weeks of daily download data from the npm API, computes a breakout velocity score per package to identify hockey-stick growth, fetches maintainer profiles from the npm registry and GitHub API, and outputs a ranked lead brief for each breakout…

Varnan-Tech/opendirectory · 172 tokens

sdk-adoption-tracker

Given your SDK or library name, searches GitHub code search for public repos that import or require it, classifies each repo as company org, affiliated developer, solo developer, or tutorial noise, scores by adoption signal strength, detects new adopters by date, and outputs a ranked list of who is building on you…

Varnan-Tech/opendirectory · 170 tokens

domain-expired-opportunity-finder

Evaluates expired domain candidates against a target niche, scores them by topical relevance, historical activity level, and history cleanliness, then outputs a ranked shortlist with explainable reasoning and risk flags.

Varnan-Tech/opendirectory · 45 tokens

gh-issue-to-demand-signal

Takes a competitor's public GitHub repo URL, fetches their open issues via the GitHub REST API, filters noise locally, clusters issues into 6 demand categories, computes a demand score per issue and per cluster, and outputs a ranked demand gap report with a GTM messaging brief. Use when asked to scan a competitor's…

Varnan-Tech/opendirectory · 154 tokens

graphic-ebook

Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…

Varnan-Tech/opendirectory · 97 tokens

map-your-market

Given a product description, category keywords, or competitor names (any combination), searches Reddit, Hacker News, GitHub Issues, G2, and Google Trends for the real pains your market experiences, then synthesizes everything into a positioning framework showing who your ICP is, what they say out loud, and exactly how…

Varnan-Tech/opendirectory · 163 tokens