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.
npx agentmods add skills/groniz/groniz-cli/groniz-clinpx skills add groniz/groniz-cli --skill groniz-cligit clone --depth 1 https://github.com/groniz/groniz-cliWrote 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.
[](https://agentmods.dev/skills/groniz/groniz-cli/groniz-cli)<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>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.
| Model | Per session | Once 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 |
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` 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".
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.
- 5d ago First seen · 208 lines · 156 tokens per session scan C 0778c07d71de
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.
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…
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…
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.
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…
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…
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…