citedy-content-ingestion

citedy-content-ingestion is a skill for Claude Code, Codex from citedy/adclaw. It costs 53 tokens per session (3,321 once invoked), scanned A, original, Apache-2.0.

A content extraction tool that turns links to YouTube videos, web articles, public PDFs, or audio files into text, transcripts, summaries, and metadata.

In plain words
What is it for?
Use it to prepare source material for summaries, questions and answers, article creation, or knowledge-base indexing.
Why use it?
It saves the manual work of watching, reading, or transcribing source material before using it in another AI workflow.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to prepare source material for summaries, questions and answers, article creation, or knowledge-base indexing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citedy/adclaw/citedy-content-ingestion
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add citedy/adclaw --skill citedy-content-ingestion
Clone the repo
git clone --depth 1 https://github.com/citedy/adclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for citedy-content-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/citedy/adclaw/citedy-content-ingestion/github.svg)](https://agentmods.dev/skills/citedy/adclaw/citedy-content-ingestion)
Your own site
<a href="https://agentmods.dev/skills/citedy/adclaw/citedy-content-ingestion"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/citedy-content-ingestion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for citedy-content-ingestion

Your own site · 80×15
<a href="https://agentmods.dev/skills/citedy/adclaw/citedy-content-ingestion"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/citedy-content-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,321 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 181
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.03321
Opus 5 $0.00026 $0.01661
Sonnet 5 $0.00011 $0.00664
Haiku 4.5 $0.00005 $0.00332

Measured 11d ago against content hash 7dcf848bbdb9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

citedy-content-ingestion scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST https://www.citedy.com/api/agent/ingest \
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

src/adclaw/agents/skills/citedy-content-ingestion/SKILL.md · 477 lines

How it starts

The opening of the file, as written. The whole thing — 477 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Content Ingestion — Skill Instructions

Connection: REST API over HTTPS Base URL: https://www.citedy.com Auth: Authorization: Bearer $CITEDY_API_KEY


Overview

Turn any URL into structured content your agent can use. Pass a link — the skill extracts the full text, transcript, metadata, and summary — and returns it as clean structured data ready for your LLM pipeline.

Supported content types:

  • YouTube videos — full transcription via Gemini Video API (not just captions)
  • Web articles — clean article text with metadata
  • PDF documents — text extraction from public PDF URLs
  • Audio files — transcription from MP3/WAV/M4A files

Differentiator: YouTube ingestion uses the Gemini Video API for deep video understanding — it goes beyond auto-generated captions, capturing speaker intent, visual context, and structure.

Use this skill as a standalone input node for any LLM pipeline. Feed the output directly into summarization, Q&A, article generation, or knowledge base indexing.


When to Use

Use this skill when the user:

  • Asks to extract, transcribe, or summarize a URL
  • Shares a YouTube video and wants the content analyzed or repurposed
  • Shares a PDF link and wants the text extracted
  • Wants to ingest audio content for transcription
  • Is building a pipeline that needs to pull content from the web

Instructions

Setup

To authenticate, register your agent and obtain an API key:

  1. Register your agent:

    POST https://www.citedy.com/api/agent/register
    Content-Type: application/json
    
    {
      "agent_name": "My Agent",
      "contact_email": "[email protected]"
    }
    
  2. Approve the registration — you will receive an approval URL in the response. Open it in your browser to confirm.

  3. Save your API key — after approval, the key (prefixed citedy_agent_) is returned. Store it as CITEDY_API_KEY in your environment.

All subsequent requests use Authorization: Bearer $CITEDY_API_KEY.

Read the full file on GitHub · 477 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 477 lines · 53 tokens per session scan A 7dcf848bbdb9

Subscribe to this mod's changes

citedy-content-ingestion is a skill published in the GitHub repository citedy/adclaw (36 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 3,321 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

citedy-content-ingestion

Turn any URL into structured content — YouTube videos (via Gemini Video API), web articles, PDFs, and audio files. Extract transcripts, summaries, and metadata for use in any LLM pipeline. Powered by Citedy.

citedy/citedy-seo-agent · 53 tokens

multimodal-llm

Vision, audio, video generation, and multimodal LLM integration patterns. Use when processing images, transcribing audio, generating speech, generating AI video (Kling v3, Sora 2, Veo 3.1 std/lite/fast, Runway Gen-4.5 via gen4turbo), or building multimodal AI pipelines.

yonatangross/orchestkit · 82 tokens

transcribe-tool

Audio transcription tool. Converts audio files to text with Whisper and optional LLM post-processing. Use when: transcribing meetings, podcasts, or extracting text from recorded audio files.

xuiltul/animaworks · 39 tokens

youtube-transcribe

Transcribe YouTube videos and playlists. Extract audio to text with visual context, generate summaries and detailed notes.

spinnakergit/a0-youtube-transcribe · 26 tokens

ai-core/media-generation

Image, audio, video, speech (TTS), and transcription generation using activity-specific adapters: generateImage() with openaiImage/geminiImage/byteplusImage, generateAudio() with geminiAudio/falAudio, generateVideo() with async polling (openaiVideo/geminiVideo/grokVideo/falVideo/byteplusVideo/openRouterVideo…

TanStack/ai · 147 tokens

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens