vault-ingress

Analyzes presentation talks for rhetoric, style, and visual design from PPTX, PDFs, and YouTube transcripts.

17|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/jbaruch/speaker-toolkit --skill vault-ingress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-ingress
Source: https://github.com/jbaruch/speaker-toolkit/tree/main/skills/vault-ingress
Command: npx skills add https://github.com/jbaruch/speaker-toolkit --skill vault-ingress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, Pillow, ffmpeg, whisper, yt-dlp, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the analysis of presentation talks to extract rhetoric patterns, style, and visual design, streamlining the process of creating and refining presentations.

Core Features & Use Cases

  • Talk Analysis: Categorizes rhetoric patterns, humor style, pacing, transitions, audience interaction, slide design, and verbal signatures.
  • Slide Analysis: Extracts visual design data from PPTX and PDFs, including slide layouts, typography, and imagery.
  • Transcript Processing: Analyzes YouTube transcripts and extracts slides from videos or PPTX files.
  • Use Case: Imagine you have a series of talks and want to analyze their style and rhetoric to improve future presentations. Use this Skill to automatically analyze the talks, generate a rhetoric summary, and extract design elements.

Quick Start

Run the 'vault-ingress' skill to analyze a presentation talk and generate a rhetoric summary.

Frequently Asked Questions about vault-ingress

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

FAQPage Schema
How do I automate presentation analysis and rhetoric extraction from slides?

To automate presentation analysis, you can process PPTX and PDF files to extract visual design data, categorize rhetoric patterns, and generate a summary of pacing, transitions, and slide layouts.

Can I extract visual design data and slide layouts directly from a PPTX file?

Yes, you can extract visual design data from a PPTX file by processing slide layouts, typography, and imagery to analyze the presentation style. Use python-pptx and Pillow to extract slides.

How do I analyze a YouTube video transcript for talk style and verbal signatures?

You can analyze a YouTube video transcript for talk style by processing the video URL with yt-dlp and Whisper to extract text, which is then evaluated for humor style, pacing, and verbal signatures.

Do I need ffmpeg and Whisper to process YouTube videos and extract transcripts?

Yes, you need ffmpeg and Whisper to process YouTube videos and extract transcripts. These dependencies are required to handle the video processing and text extraction for rhetoric analysis.

What is the best way to batch analyze multiple presentation talks?

The best way to batch analyze multiple presentation talks is to use parallel processing to evaluate slides and transcripts, automatically extracting rhetoric patterns and visual design data from multiple sources.