connectors-list-available
Installation
SKILL.md
connectors list-available
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor 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.