Agent skill · marketing growth · mvanhorn

pp-judge-me

Printing Press CLI for Judge Me. Our REST API lets you access to resources and perform actions on behalf of a store.

Why this skill is useful

Adds specific commands and workflows for interacting with the Judge.me API that the AI wouldn't reliably generate on its own.

What it needs

Requires judge-me-pp-cli installed locally. Requires judge.me account access. About 8k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Judge Me — Printing Press CLI Prerequisites: Install the CLI This skill drives the judge-me-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: judge-me-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Our REST API lets you access to resources and perform actions on behalf of a store. For more information, read Judge.me's integration guidelines and FAQs. Authentication Pass your API token in the X-Api-Token HTTP header (recommended): OAuth Judge.me uses OAuth2 to grant App Developers access to Judge.me API. You need to use the OAuth apitoken generated from the Judge.me app following this guide. Example of how to authenticate with OAuth: Unique Capabilities These capabilities aren't available in any other tool for this API. reputation reputation summary — One read-only dashboard for store-level review count, rating, shop metadata, settings, and local review stats. Use before campaigns or launch reviews to spot trust-presentation problems quickly. reputation products — Ranks synced products by low-rating rate, average rating, verified rate, and newest review recency. Use weekly to find products dragging down customer trust. moderation reputation moderation-queue — Surfaces low-rated, hidden, spam-marked, or not-yet-curated synced reviews for human attention. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/judge-me

View the source on GitHub

Browse the @skills marketplace