xiaoyuzhou-transcribe

Download a Xiaoyuzhou (小宇宙) episode from a public URL and generate subtitles (.srt) plus transcript (.txt) using faster-whisper. Use when a user provides a xiaoyuzhoufm episode URL and wants full transcript text with timestamps, or needs to convert the audio into SRT/TXT files.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xiaoyuzhou-transcribe" with this command: npx skills add weifenghuang/skillvault/weifenghuang-skillvault-xiaoyuzhou-transcribe

Xiaoyuzhou Transcribe

Overview

Generate SRT and TXT transcripts from a Xiaoyuzhou episode URL by downloading the audio and running faster-whisper locally. Use the bundled script to keep the workflow deterministic and repeatable.

Quick Start

  • Install dependency: python3 -m pip install -U faster-whisper
  • Run: python3 scripts/xiaoyuzhou_transcribe.py "<episode-url>" --output-dir .
  • Expect outputs: xiaoyuzhou-<eid>.mp3, xiaoyuzhou-<eid>.srt, xiaoyuzhou-<eid>.txt

Workflow

  • Fetch the episode page and parse __NEXT_DATA__ to locate the audio URL.
  • Download the audio (resume supported) unless --audio-path is provided.
  • Transcribe audio with faster-whisper and write SRT + TXT.

Script Usage

scripts/xiaoyuzhou_transcribe.py accepts:

  • --output-dir: write outputs to a specific directory
  • --model: whisper model size (tiny by default; use base or small for higher accuracy)
  • --language: force a language code or allow auto-detect
  • --audio-path: transcribe a local audio file instead of downloading
  • --force-download: re-download the audio even if it exists
  • --no-vad: disable VAD filtering if segments are too aggressive

Notes

  • If the episode is private or requires login, the script cannot access it.
  • Xiaoyuzhou does not expose public transcripts for many episodes; this workflow generates subtitles via speech-to-text instead.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated
General

Roast Generator

吐槽生成器。温和吐槽、毒舌模式、朋友互怼、名人吐槽、自嘲、Battle模式。Roast generator with gentle, savage modes. 吐槽、毒舌、搞笑。

Registry SourceRecently Updated
General

Unixtime

Quick Unix timestamp utility. Get current Unix time, convert timestamps to dates and back, show relative time (how long ago), and display time in different f...

Registry SourceRecently Updated