destinyfrancis/openclaw-knowledge-distiller

60 stars · Last commit 2026-03-10

Open CLAW Knowledge Distiller · 龍蝦知識蒸餾器 — Turn YouTube/Bilibili videos into structured knowledge articles. Local Qwen3-ASR MLX + AI summarization. MCP server for Claude Code / Open CLAW agents.

README preview

# Open CLAW Knowledge Distiller 🦞📚
### 龙虾知识蒸馏器 · 龍蝦知識蒸餾器

**English** · [繁體中文](#繁體中文) · [简体中文](#简体中文)

> Turn YouTube, Bilibili, and Facebook videos into structured knowledge articles in seconds — locally, for free.
> 秒速将 YouTube、Bilibili、Facebook 视频转化为结构化知识文章 — 本地运行,完全免费。

---

## English

### What is Open CLAW Knowledge Distiller?

Open CLAW Knowledge Distiller(**龍蝦知識蒸餾器**,`kd`)is an open-source CLI tool and MCP server built for the [Open CLAW](https://github.com/destinyfrancis) AI agent ecosystem. It converts YouTube, Bilibili, and Facebook videos into structured knowledge articles — automatically, locally, and for free.

**How it works:**
1. If the video has subtitles → extracts them directly (no transcription needed, faster)
2. If no subtitles → downloads audio and transcribes locally with **Qwen3-ASR MLX** on Apple Silicon (no API key, no cloud cost)
3. Optionally generates a multi-layer AI summary: one-sentence essence + key points + cleaned transcript

View full repository on GitHub →