Skip to content
Skill

video-podcast-maker

by majiayu000

AI Summary

Frontmatter fields above are primarily for Claude Code / OpenClaw. author: Agents365-ai category: Content Creation

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "video-podcast-maker" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/video-podcast-maker && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/video-podcast-maker/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/other/video-podcast-maker/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/video-podcast-maker/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/other/video-podcast-maker/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Use when user provides a topic and wants an automated video podcast created, OR when user wants to learn/analyze video design patterns from reference videos — handles research, script writing, TTS audio synthesis, Remotion video creation, and final MP4 output with background music. Also supports design learning from reference videos (learn command), style profile management, and design reference library. Supports Bilibili, YouTube, Xiaohongshu, Douyin, and WeChat Channels platforms with independent language configuration (zh-CN, en-US).

Pre-Workflow Usage

When the user provides a reference video or image alongside a video creation request, extract design patterns before Step 1 and apply them as session overrides. See references/workflow-steps.md → Pre-workflow section for the full extraction flow.

Prerequisites Check

!( missing=""; node -v >/dev/null 2>&1 || missing="$missing node"; python3 --version >/dev/null 2>&1 || missing="$missing python3"; ffmpeg -version >/dev/null 2>&1 || missing="$missing ffmpeg"; [ -n "$AZURE_SPEECH_KEY" ] || missing="$missing AZURE_SPEECH_KEY"; if [ -n "$missing" ]; then echo "MISSING:$missing"; else echo "ALL_OK"; fi ) If MISSING reported above, see README.md for full setup instructions (install commands, API key setup, Remotion project init). ---

Overview

Automated pipeline for professional Bilibili horizontal knowledge videos from a topic. > Target: Bilibili horizontal video (16:9) > - Resolution: 3840×2160 (4K) or 1920×1080 (1080p) > - Style: Clean white (default) Tech stack: Coding agent + TTS backend + Remotion + FFmpeg

Other agents such as Codex should ignore unknown fields and follow the workflow below. ---

author: Agents365-ai category: Content Creation version: 2.0.0 created: 2025-01-27 updated: 2026-04-03 bilibili: https://space.bilibili.com/441831884 github: https://github.com/Agents365-ai/video-podcast-maker dependencies: • remotion-best-practices metadata: openclaw: requires: bins: • python3 • ffmpeg • node • npx primaryEnv: AZURE_SPEECH_KEY emoji: "🎬" homepage: https://github.com/Agents365-ai/video-podcast-maker os: ["macos", "linux"] install: • kind: brew formula: ffmpeg bins: [ffmpeg] • kind: uv package: edge-tts bins: [edge-tts] --- > REQUIRED: Load Remotion Best Practices First > > This skill depends on remotion-best-practices. You MUST invoke it before proceeding: > ` > Invoke the skill/tool named: remotion-best-practices > `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
209 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars209
Forks42
Issues1
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code