Agent skill · mvanhorn
pp-algolia
Every Algolia feature, plus offline search and a local database no other Algolia tool has. Trigger phrases: `search my Algolia index`, `list my Algolia indices`, `check Algolia API keys`, `find stale Algolia rules`, `compare Algolia index settings`.
What it needs
About 11k tokens when loaded.
What this skill does
Algolia — Printing Press CLI Prerequisites: Install the CLI This skill drives the algolia-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: algolia-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 before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish. 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. The Algolia CLI manages indices, records, search, rules, synonyms, API keys, and settings from the terminal — with a local SQLite mirror, cross-index search, settings diffing, and relevance regression checks that the official CLI cannot offer. When to Use This CLI Use this CLI when you manage Algolia indices, records, rules, synonyms, or API keys from the terminal, or when you need offline access to your Algolia data for scripts, CI, and agent workflows. Anti-triggers Do not use this CLI for: Do not use this CLI for Algolia Analytics or Recommend product APIs — those are separate products with their own hosts. Do not use this CLI as a full dashboard replacement for complex merchandising visual workflows. Unique Capabilities These capabilities aren't available in any other tool for this API. Local state that compounds find — Search across every synced index in one shot, with each hit labeled by its source index. Use this when you need to know which of your indices contains a record, without issuing N API calls. settings diff — Field-level comparison of settings between two indices (or a settings file vs an index). …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/algolia