Agent skill · software engineering · mvanhorn

pp-worten

Printing Press CLI for Worten. Local OpenAPI seed extracted from the working housebuy Worten CLI.

Why this skill is useful

Adds specific commands and usage patterns for the Worten API that the AI wouldn't reliably generate on its own.

What it needs

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

What this skill does

Worten — Printing Press CLI Prerequisites: Install the CLI This skill drives the worten-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: 2. Verify: worten-pp-cli --version 3. Ensure $GOPATH/bin (or $HOME/go/bin) is on $PATH. 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 install step did not put the binary on $PATH. Do not proceed with skill commands until verification succeeds. Local OpenAPI seed extracted from the working housebuy Worten CLI. This does not claim to describe the full Worten platform. It only captures the load-bearing endpoints currently used by the housebuy operator. Command Reference worten-api — Manage worten api worten-pp-cli worten-api get-offer-stock — Fetch nearby store pickup stock for an offer. worten-pp-cli worten-api get-product-details — Fetch product details by Worten product identifier. worten-pp-cli worten-api get-search-suggestions — Fetch search suggestions for a text query. worten-pp-cli worten-api get-technical-specifications — Fetch technical specifications for a Worten product. worten-pp-cli worten-api search-products — Search Worten products by query and context. Finding the right command When you know what you want to do but not which command does it, ask the CLI directly: which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match — fall back to --help or use a narrower query. Auth Setup No authentication required. Run worten-pp-cli doctor to verify setup. Agent Mode Add --agent to any command. Expands to: --json --compact --no-input --no-color --yes. …

How to use it

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

@skills mvanhorn/worten

View the source on GitHub

Browse the @skills marketplace