youtube-spec-gen

Convert YouTube tutorial transcripts into executable n8n workflow JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill youtube-spec-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-spec-gen
Source: https://github.com/lofibrainwav/AFO_Kingdom/tree/main/skills/youtube-spec-gen
Command: npx skills add https://github.com/lofibrainwav/AFO_Kingdom --skill youtube-spec-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

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")

Frequently Asked Questions about youtube-spec-gen

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

FAQPage Schema
How do I convert YouTube tutorial transcripts into n8n workflow specifications?

Convert YouTube tutorial transcripts into n8n workflow specifications by extracting actionable content from captions and using LLM analysis to map transcript elements to n8n nodes and edges. The Skill generates ready-to-import n8n JSON workflows directly from YouTube video URLs, automating the process of turning tutorial instructions into executable automation specs.

Can I use YouTube transcripts to generate n8n automation workflows?

Yes. This Skill pulls actionable content from YouTube captions and generates structured n8n JSON specifications that define complete workflows. The LLM-based analysis interprets transcript instructions and produces standards-compliant n8n workflow definitions ready for immediate import and execution.

What's the best way to automate n8n workflow creation from video tutorials?

Automate n8n workflow creation by extracting and analyzing YouTube tutorial transcripts through LLM-powered conversion. This approach maps tutorial steps directly to n8n nodes and connections, eliminating manual workflow construction and ensuring specs match the tutorial's intended automation logic.

Do I need to manually build n8n workflows from YouTube tutorials?

No. This Skill eliminates manual construction by automatically converting YouTube tutorial transcripts into executable n8n JSON specs. The LLM validates the generated schema and outputs workflows ready to import, reducing setup time and transcription errors.

What limitations should I know about converting transcripts to n8n specs?

Transcript-to-spec conversion accuracy depends on transcript clarity and tutorial structure. Complex multi-step workflows, ambiguous instructions, or non-standard n8n node usage may require manual refinement. Generated specs should be reviewed before deployment in production environments.

How does LLM analysis map YouTube content to n8n workflow nodes?

LLM analysis parses transcript text to identify automation tasks, inputs, and outputs, then structures them as n8n nodes and connections. The system validates the resulting JSON against n8n schema standards, ensuring generated workflows contain properly connected nodes with correct configuration.

Related Skills