Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
YouTube Security VideosGoogle Cloud Tech: Gemini is coming to your city(24.09.2026 um 15:00 Uhr)
AI & KI NachrichtenGoogle’s latest moonshot to put machine learning in space(24.09.2026 um 15:12 Uhr)
Windows Tipps & SecurityPoll: What's your favorite Surface of 2026?(24.09.2026 um 14:58 Uhr)
Sichere ProgrammierungStreaming Materialized Views for Live Read Models (2026)(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA Day Is Not 86400 Seconds: The DST Bug in Your Date Math(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungSetting up Traefik: reverse proxy with automatic HTTPS(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA 200 OK response does not prove a secret leak(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungHow hot do you like it?(24.09.2026 um 15:05 Uhr)
YouTube Security VideosGoogle Cloud Tech: Gemini is coming to your city(24.09.2026 um 15:00 Uhr)
AI & KI NachrichtenGoogle’s latest moonshot to put machine learning in space(24.09.2026 um 15:12 Uhr)
Windows Tipps & SecurityPoll: What's your favorite Surface of 2026?(24.09.2026 um 14:58 Uhr)
Sichere ProgrammierungStreaming Materialized Views for Live Read Models (2026)(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA Day Is Not 86400 Seconds: The DST Bug in Your Date Math(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungSetting up Traefik: reverse proxy with automatic HTTPS(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungA 200 OK response does not prove a secret leak(24.09.2026 um 15:02 Uhr)
Sichere ProgrammierungHow hot do you like it?(24.09.2026 um 15:05 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

I Built an MCP Server That Turns YouTube Videos Into AI Skills

Ever watched a 30-minute programming tutorial and thought "I wish I could just extract the useful parts"? I built Glean - an MCP server that watches YouTube videos for you and converts them into structured skill files that Claude Code…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Ever watched a 30-minute programming tutorial and thought "I wish I could just extract the useful parts"?



I built Glean - an MCP server that watches YouTube videos for you and converts them into structured skill files that Claude Code (and other AI assistants) can actually use.






The Problem



We've all been there:




  • You find a great tutorial on YouTube

  • You take notes, pause, rewind, pause again

  • A week later, you need that info and can't remember which video it was

  • Your AI assistant has no idea about that specific technique you learned






The Solution



Glean connects to Claude Code via MCP (Model Context Protocol) and gives it three new abilities:




  1. Generate a skill from any YouTube URL

  2. Search YouTube and rank videos by educational quality

  3. Automatically find the best video on a topic and learn from it



The output is a clean markdown file with concepts, code examples, best practices, and common pitfalls - all extracted from the video.






How It Works






You: "Learn about FastAPI authentication from this video: youtube.com/watch?v=..."

Claude: *extracts transcript*
*removes sponsor segments, "smash that like button", filler words*
*structures into a skill file*
*saves to ~/.claude/skills/*

You: "How do I implement JWT auth in FastAPI?"

Claude: *now actually knows the answer from the skill you just created*









Quick Demo



After installing, you can do things like:




Search YouTube for "kubernetes networking" videos by TechWorld with Nana






Glean will search, filter by that channel, and rank results by educational value (not just view count).



Or go fully automatic:




Generate a skill about React Server Components from the best tutorial you can find









The Technical Bits





  • Transcript fallback chain: YouTube captions → yt-dlp → Whisper (via Groq)


  • Smart cleaning: AI removes sponsors, self-promo, engagement bait, filler words


  • Ranking algorithm: Weighs relevance, educational signals, engagement ratio, channel authority


  • Channel filtering: Search within specific creators' content






Installation






# Clone it
git clone https://github.com/tauanbinato/glean.git
cd glean

# Install with uv
uv sync

# Add to Claude Code
claude mcp add glean \
-e GLEAN_ANTHROPIC_API_KEY=your-key \
-e GLEAN_GROQ_API_KEY=your-key \
-- uv run --directory /path/to/glean glean-mcp






You'll need API keys from Anthropic and Groq (free tier works fine for Whisper).






What Gets Cleaned Out



The AI cleaner automatically strips:




  • "This video is sponsored by..."

  • "Don't forget to like and subscribe"

  • "Follow me on Twitter"

  • "Link in the description"

  • All the "um", "uh", "basically", "you know"



What stays: the actual technical content, code examples, explanations.






Why MCP?



Model Context Protocol is Anthropic's standard for giving AI assistants new capabilities. Instead of copy-pasting or hoping the model knows something, you can build tools that extend what it can do.



Glean is one example. The skills it generates become part of Claude's knowledge for your projects.






Try It Out



Repo: github.com/tauanbinato/glean



If you build something cool with it or have ideas for improvements, let me know. PRs welcome.

SOC Incident Playbook: Vulnerability Remediation & Verification
title: Detect Exploitation - I Built an MCP Server That Turns YouTube Videos Into AI Skills
id: 05d2c909-e638-4fee-87d7-b12ab616fa31
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "I Built an MCP Server That Tur" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich I Built an MCP Server That Turns YouTube.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I Built an MCP Server That Turns YouTube Videos Into AI Skills

Thematisch verwandte Begriffe: Built, Server, That, Turns · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97152 | Nanomsg versions 0.5-beta through 1.x before 1.2.3 has a remotely exploi…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick