connectors-list-available

Installation
SKILL.md

connectors list-available

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or see the project README.

List the connector templates available to install in this account. Each template has a name (e.g. salesforce, hubspot) that you pass to connectors create --json '{"name": "<name>"}'.

[!IMPORTANT] Always pass parameters as --json '{...}' (even when the payload is empty: --json '{}'). Agents should not use per-parameter flags.

Usage

airbyte-agent connectors list-available --json '{}'

When to use

Always run this before connectors create to discover the exact template name to use. Template names are stable identifiers — do not guess them.

Installs
5
First Seen
May 12, 2026
connectors-list-available — airbytehq/airbyte-agent-cli