universal-intake

Process and summarize content from URLs, files, and media.

2|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/codysumpter-cloud/buddy-brain --skill universal-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: universal-intake
Source: https://github.com/codysumpter-cloud/buddy-brain/tree/main/skills/universal-intake
Command: npx skills add https://github.com/codysumpter-cloud/buddy-brain --skill universal-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, ffmpeg, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a solution to quickly analyze and summarize user-provided links, files, and media, extracting key information and actionable summaries without direct access or when blocked.

Core Features & Use Cases

  • Link Analysis: Summarize content from web pages.
  • File Handling: Analyze local files and convert them into actionable information.
  • Video Summarization: Extract keyframes from videos and summarize content.
  • Use Case: When a user shares a video and requests analysis, the Skill automatically processes it and returns a summary of key points, timestamps, and next actions.

Quick Start

Process the link to this article: https://example.com/article and summarize the main points.

Frequently Asked Questions about universal-intake

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

FAQPage Schema
How do I summarize video content from a user-provided link?

To summarize user-provided video content, this Skill processes the link using yt-dlp and ffmpeg to extract keyframes and generate actionable summaries with timestamps and key points.

Can I extract key information from web pages when direct access is blocked?

Yes, you can extract key information from blocked web pages by using fallback mechanisms like browser relay and yt-dlp to fetch and analyze the content.

What is the best way to analyze local files and convert them into actionable summaries?

The best way to analyze local files is to process them through the Skill's file handling component, which converts local media and documents into key information and actionable summaries.

Does video summarization work with ffmpeg and yt-dlp dependencies?

Yes, video summarization works by utilizing ffmpeg and yt-dlp as core dependencies to download media, extract keyframes, and summarize the content.

Why does media processing fail on user-provided links without fallbacks?

Media processing fails without fallbacks because direct access is often blocked, requiring yt-dlp and browser relay mechanisms to intercept and process the content successfully.