← 返回 Skills 市场
celstnblacc

YouTube Model Feeder

作者 Maxime Roy (new.blacc) · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
209
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install youtube-model-feeder
功能描述
Food for your model — extract transcripts, key frames, OCR, slides, and LLM summaries from YouTube videos into structured AI-ready knowledge.
安全使用建议
This skill appears to do what it says (extracts transcripts, frames, OCR, and summaries), but it relies on cloning and running a GitHub repo via docker-compose which will download and execute code and create persistent services. Before installing: 1) Inspect the repository and docker-compose.yml (images used, volume mounts, environment variables, network settings). 2) Confirm Docker images come from trusted registries and do not mount sensitive host paths. 3) Check where the service stores the Fernet key and any API keys; avoid supplying high-privilege credentials until you review storage/encryption. 4) Run initially in an isolated environment (VM or dedicated host) and restrict network access (firewall) to avoid unintended exposure. 5) Prefer using local-only providers (Ollama) if you want to avoid sending data/keys to external LLM services. If you cannot inspect the repo or are uncomfortable with these risks, do not run docker-compose for this project.
功能分析
Type: OpenClaw Skill Name: youtube-model-feeder Version: 1.0.1 The skill bundle is classified as suspicious primarily because the `SKILL.md` file contains an explicit instruction to bypass VirusTotal security warnings using a `--force` flag, which is a common social engineering tactic used to evade security controls. While the stated purpose of extracting YouTube data is plausible, the documentation describes a complex architecture that handles sensitive LLM API keys and relies on external code hosted at `github.com/celstnblacc/youtube-model-feeder`, which is not included in the bundle for review. Furthermore, the `_meta.json` file contains a future-dated publication timestamp (March 2026) and version inconsistencies that are anomalous.
能力评估
Purpose & Capability
The declared functionality (download video, extract frames, OCR, transcript, slide detection, and LLM summaries) aligns with the tools and binaries mentioned (yt-dlp, ffmpeg, Tesseract, Whisper/Ollama, LLM providers). Required bins (docker, ffmpeg) are reasonable for this task.
Instruction Scope
SKILL.md gives explicit runtime instructions (git clone, docker-compose up, use local FastAPI, submit jobs via API). It does not instruct reading unrelated host files or exfiltrating secrets, but it does expect the user/agent to run and interact with a local service that will process videos and persist data. The document references storing provider API keys (OpenAI/Anthropic) via the service API — this implies the service will accept and store secrets.
Install Mechanism
No formal install spec is bundled; instead the guide instructs cloning a GitHub repo and running docker-compose. That will download and execute code from a remote repository and start multiple persistent containers (api, db, redis, etc.). Running docker-compose on an unreviewed repo is a moderate-to-high risk action because it executes remote code and may pull arbitrary images or mount host resources.
Credentials
The skill itself declares no required env vars, which is consistent because it supports a local Ollama default. It documents optional use of OPENAI_API_KEY and ANTHROPIC_API_KEY for summarization providers — these are reasonable for the stated features. However, the service claims to encrypt API keys at rest (Fernet) without explaining where the encryption key is stored or protected, which merits review before supplying credentials.
Persistence & Privilege
The instructions create persistent services (Postgres, Redis, API server) and expose ports (8000, 3000). Although the skill package itself does not force persistent inclusion in the agent, following the install steps results in long-running components that may store processed data and user API keys. Users should verify network exposure and storage locations in the docker-compose and repo before installing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-model-feeder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-model-feeder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Shorten description to fit ClawHub display limit
v1.0.0
YouTube Model Feeder 1.0.0 – Initial Release - Extracts structured data from any YouTube video: timestamped transcripts, key frame snapshots, OCR text, slide detection, and LLM-generated summaries. - Outputs knowledge bundles ready for Obsidian, including markdown notes with images and timestamps. - Full extraction pipeline includes video/audio download, transcription, smart key frame selection, intelligent slide detection, OCR, and summarization. - Supports multiple LLM providers for summaries (Ollama, OpenAI, Anthropic) with configurable settings. - Provides REST API, web UI, and AI assistant integrations for ease of use. - Designed to pair with obsidian-semantic-search for building a searchable, AI-powered video knowledge base.
元数据
Slug youtube-model-feeder
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

YouTube Model Feeder 是什么?

Food for your model — extract transcripts, key frames, OCR, slides, and LLM summaries from YouTube videos into structured AI-ready knowledge. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 YouTube Model Feeder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-model-feeder」即可一键安装,无需额外配置。

YouTube Model Feeder 是免费的吗?

是的,YouTube Model Feeder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

YouTube Model Feeder 支持哪些平台?

YouTube Model Feeder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YouTube Model Feeder?

由 Maxime Roy (new.blacc)(@celstnblacc)开发并维护,当前版本 v1.0.1。

💬 留言讨论