paper-talker

Automates end-to-end creation of subtitled academic videos for multi-platform publishing.

6|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/HorizonGazer/PaperTalker-CLI --skill paper-talker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-talker
Source: https://github.com/HorizonGazer/PaperTalker-CLI/tree/main/skills/paper-talker
Command: npx skills add https://github.com/HorizonGazer/PaperTalker-CLI --skill paper-talker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires imageio-ffmpeg, faster-whisper, biliup, playwright, python-dotenv, requests, jieba, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of creating academic科普 videos, from researching a topic to publishing a subtitled video on multiple platforms, saving researchers and educators significant time and effort.

Core Features & Use Cases

  • End-to-End Pipeline: Handles research, video generation, subtitling, and multi-platform publishing.
  • Automated Content Creation: Generates videos from a topic using AI, leveraging NotebookLM for deep research.
  • Multi-Platform Publishing: Supports uploading to Bilibili, WeChat Channels, and potentially others.
  • Use Case: A researcher wants to create a short video explaining a complex topic like "Quantum Computing" for a general audience. They can use this Skill to automatically generate the video, add accurate subtitles, and publish it on Bilibili and WeChat Video Channels.

Quick Start

Use the paper-talker skill to generate an academic video about 'Quantum Computing' and publish it to Bilibili.

Frequently Asked Questions about paper-talker

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

FAQPage Schema
How do I automate academic video production from research to multi-platform publishing?

Automate academic video production by using an AI pipeline that researches topics via NotebookLM, generates subtitles with faster-whisper, processes video through imageio-ffmpeg, and uploads to Bilibili.

How does automated subtitle generation work for AI content creation pipelines?

Automated subtitle generation for AI content creation works by using faster-whisper to transcribe the video audio, which is then processed by imageio-ffmpeg to burn the subtitles directly into the final video file.

Can I automatically publish generated videos to Bilibili and WeChat Channels?

You can automatically publish generated videos to Bilibili and WeChat Channels. The pipeline uses the biliup dependency and platform-specific APIs to handle the automated upload after video processing completes.

Does this video pipeline require API credentials for NotebookLM and Bilibili?

This video pipeline requires API credentials and environment variables for NotebookLM and Bilibili. It relies on python-dotenv to manage these configurations securely for automated research and multi-platform uploads.

What is the best way to turn a research topic into a subtitled academic video?

The best way to turn a research topic into a subtitled academic video is using an end-to-end AI pipeline, which handles deep research, automated video generation, transcription, and multi-platform publishing seamlessly.

Are there limitations when using faster-whisper for academic video transcription?

When using faster-whisper for academic video transcription, limitations may arise with highly technical terminology or overlapping speech, requiring manual review to ensure subtitle accuracy before final video processing and upload.