find-source

Identify dlt source connectors for APIs and data providers.

53|5|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/dlt-hub/dlthub-ai-workbench --skill find-source-dlt-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-source
Source: https://github.com/dlt-hub/dlthub-ai-workbench/tree/main/workbench/rest-api-pipeline/skills/find-source
Command: npx skills add https://github.com/dlt-hub/dlthub-ai-workbench --skill find-source-dlt-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you find the appropriate dlt source connector for a given API or data provider, streamlining the initial step of building data pipelines.

Core Features & Use Cases

  • Source Identification: Locates pre-built dlt sources for various services and APIs.
  • API Type Classification: Differentiates between REST APIs, SQL databases, and file systems.
  • Use Case: When a user wants to ingest data from "Stripe" or "a public weather API", this skill identifies the correct dlt source and provides the command to initialize a pipeline.

Quick Start

Find a dlt source for the "alpaca markets" API.

Frequently Asked Questions about find-source

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

FAQPage Schema
How do I find a dlt source connector for a specific REST API?

To find a dlt source connector for a REST API, this skill classifies your data provider and searches verified dlt sources or suggests building a custom REST API pipeline. It checks existing sources to streamline your data ingestion setup.

What types of data sources does dlt support for data ingestion?

dlt supports data ingestion from core source types including SQL databases, REST APIs, and filesystems. The skill classifies your specified API or data provider into one of these categories to locate the appropriate verified source connector.

Can I use dlt to ingest data from a SQL database?

Yes, you can use dlt to ingest data from a SQL database by utilizing the core sql_database source connector. The skill identifies this source type when classifying your data provider to guide your pipeline initialization.

What is the best way to initialize a data pipeline for a public API?

The best way to initialize a data pipeline for a public API is finding a verified dlt source connector. This skill searches for existing sources for your specified provider and provides the command to initialize the pipeline.

What should I do if there is no verified dlt source for my API?

If no verified dlt source exists for your API, the skill guides you towards building a custom REST API pipeline. It leverages web searches for validation and discovery to help you configure the data ingestion process.