Agent skill · software engineering · mvanhorn

pp-squarespace

Squarespace Commerce plus browser-backed account domains, DNS, email forwarding, and billing reads.

Why this skill is useful

Adds executable commands for managing Squarespace Commerce and account settings that are not covered in public documentation.

What it needs

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

What this skill does

Squarespace — Printing Press CLI Prerequisites: Install the CLI This skill drives the squarespace-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: squarespace-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. Account Dashboard Auth Commerce commands use COMMERCEAUTHORIZATION. Account dashboard commands use a Cookie header from an authenticated account.squarespace.com browser session: Prefer --name example.com over internal IDs. The CLI resolves /api/account/1/domains/byName/<domain> first, then uses the returned domain, website, and contract IDs for follow-on calls. Do not bake account-specific Squarespace IDs into scripts or docs. Account Dashboard Commands Use these for read-only domain, DNS, email forwarding, Google Workspace, and billing metadata: Command Reference 1-0 — Manage 1 0 squarespace-pp-cli 1-0 adjust-inventory-stock-levels — Adjusts stock quantities for product variants. Stock quantities can be added or subtracted, set with a given number,... squarespace-pp-cli 1-0 create-order — Creates an order using information from a third-party sales channel. A successful request creates an Order resource. squarespace-pp-cli 1-0 create-webhook-subscription — Creates a webhook subscription. A successful request returns the created Webhook Subscription resource. squarespace-pp-cli 1-0 delete-webhook-subscription — Deletes a webhook subscription. …

How to use it

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

@skills mvanhorn/squarespace

View the source on GitHub

Browse the @skills marketplace