Agent skill · marketing growth · mvanhorn

pp-klaviyo

Klaviyo from the shell, with local customer-behavior analytics layered on top. Trigger phrases: `inspect a Klaviyo profile`, `deploy a Klaviyo campaign`, `check Klaviyo flow decay`, `reconcile Klaviyo campaign revenue`.

Why this skill is useful

Adds executable commands for Klaviyo campaign management and customer behavior analytics that aren't available in public documentation.

What it needs

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

What this skill does

Klaviyo — Printing Press CLI Prerequisites: Install the CLI This skill drives the klaviyo-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: klaviyo-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): 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. When to Use This CLI Use this CLI when an agent needs to inspect or operate Klaviyo without the web UI, especially for profiles, events, campaigns, flows, segments, templates, metrics, and compound growth workflows. Unique Capabilities These capabilities aren't available in any other tool for this API. Campaign operations campaigns deploy — Create an email template, create a draft campaign, and assign the template to the campaign message in one audited workflow. Agents can build a draft campaign without hand-stitching three endpoint calls. campaigns image-swap — Find a campaign message template and replace an image URL inside the HTML while preserving the rest of the draft. Agents can make safe creative swaps without rebuilding a whole campaign. Behavior graph analytics flow-decay — Identify flows whose open or click performance has decayed across recent time buckets using synced local data. Agents can spot lifecycle automations that need refresh before revenue falls further. cohort — Group profiles by first event date and compute retention or repeat-action curves from synced profiles and events. …

How to use it

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

@skills mvanhorn/klaviyo

View the source on GitHub

Browse the @skills marketplace