citedy-content-ingestion

Convert URLs from YouTube, articles, PDFs, and audio into structured content for LLM pipelines.

31|8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/citedy/adclaw --skill citedy-content-ingestion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citedy-content-ingestion
Source: https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/citedy-content-ingestion
Command: npx skills add https://github.com/citedy/adclaw --skill citedy-content-ingestion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest URLs and transform them into structured content (transcripts, metadata, and summaries) for immediate use in LLM pipelines.

Core Features & Use Cases

  • Ingest YouTube videos, articles, PDFs, and audio to return clean text, transcripts, and metadata suitable for indexing and summarization.
  • Support batch processing (up to 20 URLs) and per-URL processing with clear credit accounting.
  • Use cases include building knowledge bases, powering AI assistants, and feeding content pipelines for downstream tasks.

Quick Start

Submit a URL for ingestion to obtain a structured content object including transcripts, metadata, and a summary for your LLM pipeline.

Frequently Asked Questions about citedy-content-ingestion

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

FAQPage Schema
How do I convert YouTube videos and PDFs to structured text for LLM pipelines?

You can convert YouTube videos and PDFs to structured text by submitting URLs for ingestion. The service processes each URL to return clean transcripts, metadata, and summaries suitable for immediate use in LLM pipelines.

Can I batch process multiple web article URLs for content ingestion at once?

Yes, you can batch process up to 20 URLs at once using the batch ingestion endpoint. This allows you to efficiently convert multiple web articles or media files into structured content objects with clear credit accounting.

Do I need an API key to transcribe audio files and extract web article content?

Yes, you need a CITEDY_API_KEY set in your environment to transcribe audio files and extract web article content. The ingestion process uses specific REST endpoints to authenticate and manage credit accounting for each operation.

What is the best way to build a knowledge base from URLs containing PDFs and web articles?

The best way to build a knowledge base from URLs is to use batch content ingestion. Submit up to 20 URLs containing PDFs, web articles, or audio files to extract clean text and metadata ready for indexing and summarization.

Does content ingestion support extracting transcripts and metadata from audio files?

Yes, content ingestion supports extracting transcripts and metadata from audio files. By submitting audio file URLs for ingestion, you receive structured text outputs designed for downstream AI assistant workflows and content pipelines.

What format does the structured content return after URL ingestion for AI assistants?

After URL ingestion, the structured content returns as an object containing clean text, transcripts, and metadata. This format is specifically designed to feed directly into AI assistants and downstream summarization pipelines.