building-multi-connector-agent

Scaffold multi-connector agent projects with shared authentication and a unified run loop.

132|14|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/airbytehq/airbyte-agent-sdk --skill building-multi-connector-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-multi-connector-agent
Source: https://github.com/airbytehq/airbyte-agent-sdk/tree/main/.claude/skills/building-multi-connector-agent
Command: npx skills add https://github.com/airbytehq/airbyte-agent-sdk --skill building-multi-connector-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds a complete agent with multiple Airbyte connectors, enabling rapid creation, wiring of connectors, and a robust run loop to operate across services.

Core Features & Use Cases

  • Scaffold a full multi-connector project structure for production use.
  • Wire up multiple connectors with shared credentials and a centralized run loop.
  • Provide per-connector tools using the same tool-pattern to enable seamless agent actions.

Quick Start

Scaffold a ready-to-run multi-connector agent project and initialize a working run loop.

Frequently Asked Questions about building-multi-connector-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a multi-connector agent using Airbyte?

You can scaffold a complete multi-connector agent project that wires multiple Airbyte connectors with shared credentials, per-connector tools, and a centralized run loop for production operation.

Can I use PydanticAI or Claude SDK to create an agent with multiple Airbyte connectors?

Yes, building a multi-connector agent requires either PydanticAI or Claude SDK alongside the airbyte-agent-sdk to enforce the one-tool-per-connector pattern and execute the final run loop.

What is the one-tool-per-connector pattern for agent scaffolding?

The one-tool-per-connector pattern provides dedicated per-connector tools using the same tool-pattern, enabling seamless agent actions across multiple Airbyte connectors within a unified run loop.

How do I set up shared authentication for an agent with multiple Airbyte connectors?

Shared authentication is configured during project scaffolding, wiring multiple Airbyte connectors with shared credentials and managing them through a centralized run loop for production use.

What's the best way to structure a production multi-connector agent project?

The best way is to scaffold a full multi-connector project structure that enforces a one-tool-per-connector pattern and centralizes operations through a unified run loop for production reliability.

Do I need the airbyte-agent-sdk to run a multi-connector agent loop?

Yes, the airbyte-agent-sdk is required to scaffold the agent, enforce the one-tool-per-connector pattern, and execute the final unified run loop across multiple Airbyte connectors.