Agent skill · marketing growth · mvanhorn

pp-placeit

Every one of Placeit's 164k mockup, logo, video, and design templates — searchable, sortable by real popularity Trigger phrases: `search placeit for t-shirt mockups`, `find printify-ready mockups`, `best selling placeit logos`, `build a twitch kit`, `what's new on placeit`, `use placeit`, `run placeit`.

Why this skill is useful

Adds a CLI tool that enables programmatic access to Placeit's entire catalog, including unique commands for ranking templates by purchase count and filtering for Printify-ready mockups.

What it needs

Requires placeit-pp-cli installed locally. About 7k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Placeit — Printing Press CLI Prerequisites: Install the CLI This skill drives the placeit-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: placeit-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. Placeit has no public API, no bulk search, and no offline catalog. This CLI mirrors the entire Algolia-indexed catalog into a local SQLite database, then layers on commands no Placeit tool has: rank results by actual purchase count (top), filter Printify-ready mockups for a POD pipeline (pod), assemble matched Twitch kits (kit), and cross-tabulate the catalog's tag facets (gaps). Search and browse need no login; account and saved-templates use your Placeit session. When to Use This CLI Use this CLI to search, filter, and analyze Placeit's template catalog programmatically: finding the best-selling or Printify-ready mockups for a product line, assembling matched streamer kits, or auditing catalog coverage across tag facets. It is ideal for print-on-demand sellers, streamers, and social-media managers who batch-produce assets and want scriptable, offline-cacheable catalog access. …

How to use it

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

@skills mvanhorn/placeit

View the source on GitHub

Browse the @skills marketplace