youtube-spec-gen

Community

Turn YouTube transcripts into executable n8n specs.

Authorlofibrainwav
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the conversion of YouTube tutorial transcripts into executable n8n workflow specifications.

Core Features & Use Cases

  • Transcript Extraction: Pull actionable content from YouTube captions.
  • LLM Analysis: Generate a structured n8n spec from analysis.
  • n8n Spec JSON: Produce ready-to-import workflow definitions.

Quick Start

result = await youtube_spec_gen.convert(url="https://youtube.com/watch?v=abc123", output_format="n8n")

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: youtube-spec-gen
Download link: https://github.com/lofibrainwav/AFO_Kingdom/archive/main.zip#youtube-spec-gen

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository