Agent skill · software engineering · mvanhorn
pp-clickhouse-cloud
Printing Press CLI for Clickhouse Cloud.
Why this skill is useful
Adds executable commands for managing Clickhouse Cloud resources that are not commonly known or documented.
What it needs
Requires clickhouse-cloud-pp-cli installed locally. About 8k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Clickhouse Cloud — Printing Press CLI Prerequisites: Install the CLI This skill drives the clickhouse-cloud-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: clickhouse-cloud-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. Command Reference activities — Manage activities clickhouse-cloud-pp-cli activities activity-get — Returns a single organization activity by ID. clickhouse-cloud-pp-cli activities activity-get-list — Returns a list of all organization activities. byoc-infrastructure — Manage byoc infrastructure clickhouse-cloud-pp-cli byoc-infrastructure create — Create a new BYOC Infrastructure in the organization. Returns the configuration of the newly created infrastructure clickhouse-cloud-pp-cli byoc-infrastructure delete — Removes a BYOC Infrastructure from the organization clickhouse-cloud-pp-cli byoc-infrastructure update — Update configuration of the BYOC infrastructure. Returns the modified infrastructure invitations — Manage invitations clickhouse-cloud-pp-cli invitations create — Creates organization invitation. clickhouse-cloud-pp-cli invitations delete — Deletes a single organization invitation. clickhouse-cloud-pp-cli invitations get — Returns details for a single organization invitation. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/clickhouse-cloud