Agent skill · data analytics · mvanhorn
pp-airbyte-admin
Printing Press CLI for Airbyte Admin. Inspect Airbyte workspaces, sources, destinations, connections, jobs, connector definitions, users, organizations, permissions, and tags.
Why this skill is useful
Adds specific commands for inspecting Airbyte configurations and operational data that the AI wouldn't reliably generate on its own.
What it needs
Requires airbyte-admin-pp-cli installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Airbyte Admin — Printing Press CLI Prerequisites: Install the CLI This skill drives the airbyte-admin-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: airbyte-admin-pp-cli --version 3. Ensure $GOPATH/bin (or $HOME/go/bin) is on $PATH. 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 install step did not put the binary on $PATH. Do not proceed with skill commands until verification succeeds. Airbyte is a data integration platform used by data teams to move data from sources into warehouses, lakes, and operational destinations. This CLI exposes Airbyte's official Public API as a read-only terminal and MCP surface for inspecting pipeline inventory, sync jobs, connector metadata, workspaces, users, organizations, permissions, and tags. Use it when an engineer or agent needs to answer operational questions such as "which sources and destinations are configured?", "what does this connection look like?", "which jobs are failing or running?", or "what workspaces and permissions can this account see?" When Not to Use This CLI Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis. Unique Capabilities These capabilities aren't available in any other tool for this API. public list-sources — Lists Airbyte sources, with sibling destination and connection-detail commands for inspecting configured data movement. public list-jobs — Lists sync jobs with connection filters and pagination for troubleshooting recent ELT activity. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/airbyte-admin