process-ngm-lectures

Process Google Docs through a VectorShift pipeline into lecture JSON for NGM.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/greatxrider/nomanuAI --skill process-ngm-lectures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-ngm-lectures
Source: https://github.com/greatxrider/nomanuAI/tree/main/.claude/skills/process-ngm-lectures
Command: npx skills add https://github.com/greatxrider/nomanuAI --skill process-ngm-lectures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex, multi-step process of converting raw Google Docs lectures into a structured, preview-ready format for the NGM system, eliminating manual conversion and publishing bottlenecks.

Core Features & Use Cases

  • End-to-End Automation: Manages the entire workflow from Google Drive to the NGM preview system.
  • Content Transformation: Leverages the VectorShift pipeline to convert HTML content into structured lecture JSON and other formats.
  • Bulk Processing: Efficiently handles multiple lectures within a module, processing them in parallel.
  • Use Case: A curriculum developer needs to update Module 5 of the NGM course. They can use this Skill to automatically re-process all Google Docs for Module 5, transform them using VectorShift, and update the preview system with the latest content.

Quick Start

Process all Google Docs in the specified Drive folder for module-id 'module-1' and publish them to the NGM preview system.

Frequently Asked Questions about process-ngm-lectures

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

FAQPage Schema
How do I convert Google Docs lectures to JSON automatically?

Google Docs lectures can be converted to JSON automatically by submitting HTML exports from Drive to a VectorShift pipeline, which extracts structured lecture JSON for the NGM preview system.

What do I need to set up before processing Google Drive files through VectorShift?

Before processing Google Drive files through VectorShift, you need to configure a Google Drive MCP server and obtain a VectorShift API key to enable the automated job submission and status polling workflow.

Can I bulk process multiple lecture Google Docs from a single Drive folder?

Yes, you can bulk process multiple lecture Google Docs from a single Drive folder. The Skill lists files within a specified module and handles parallel processing of all available lectures.

How does the NGM lecture processing pipeline handle HTML to JSON transformation?

The NGM lecture processing pipeline handles HTML to JSON transformation by exporting Google Docs as HTML, submitting the content to VectorShift via API, polling for job completion, and extracting the resulting structured JSON.

What is the best way to automate publishing lecture content to the NGM preview system?

The best way to automate publishing lecture content to the NGM preview system is using this end-to-end workflow, which manages Drive file listing, HTML conversion, API job submission, JSON extraction, and automatic registry updates.