video-podcast-maker-lite

video-podcast-maker-lite is a skill for Claude Code from Agents365-ai/video-podcast-maker. It costs 96 tokens per session (4,715 once invoked), scanned A, original, MIT.

A small pipeline for turning a topic into a narrated explainer video without showing a presenter. It creates a script, converts it to speech with Azure Text to Speech, and renders an MP4 with Remotion.

In plain words
What is it for?
Use it to create a talking-head-free explainer video from a topic, including the script, narration, and rendered video.
Why use it?
It provides a defined way to make a narrated video without the larger video-podcast workflow or its extra outputs.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to create a talking-head-free explainer video from a topic, including the script, narration, and rendered video.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite
About the project

Video Podcast Maker is an automated pipeline that turns a topic into a narrated video by researching it, writing a script, generating speech, assembling media, and rendering the result. It is for people publishing video podcasts to services such as Bilibili, YouTube, Xiaohongshu, Douyin, and WeChat Channels through a coding agent. The catalogue entries are the agent skills and instruction used to run this production workflow.

Agents365-ai/video-podcast-maker · 1,608 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Agents365-ai/video-podcast-maker --skill video-podcast-maker-lite
Clone the repo
git clone --depth 1 https://github.com/Agents365-ai/video-podcast-maker

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for video-podcast-maker-lite

README.md
[![agentmods](https://agentmods.dev/badge/skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite/github.svg)](https://agentmods.dev/skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite)
Your own site
<a href="https://agentmods.dev/skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite"><img src="https://agentmods.dev/badge/skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for video-podcast-maker-lite

Your own site · 80×15
<a href="https://agentmods.dev/skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite"><img src="https://agentmods.dev/badge/skills/agents365-ai/video-podcast-maker/video-podcast-maker-lite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,715 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 70
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium MCP Rug Pull · line 118
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 128
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 156
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.04715
Opus 5 $0.00048 $0.02357
Sonnet 5 $0.00019 $0.00943
Haiku 4.5 $0.00010 $0.00471

Measured 7d ago against content hash 9474e09ee8d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

video-podcast-maker-lite scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/tts.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

How to fetch (verified 2026-08-25): Pixabay's search/list pages are client-rendered and Cloudflare-gated for non-browser clients, but a single-track page opened in a real browser embeds the full-track download URL in its
skills/video-podcast-maker-lite/SKILL.md · 205 lines

The source is not reproduced here

Licensed MIT

The repository is licensed MIT, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 205 lines · 96 tokens per session scan A 9474e09ee8d9

Subscribe to this mod's changes

video-podcast-maker-lite is a skill published in the GitHub repository Agents365-ai/video-podcast-maker (1,608 stars, last pushed 7d ago), licensed MIT. It adds 96 tokens to every session and 4,715 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

video-gen

Use when generate videos with AI models — Runway, Kling, Sora, Pika, Seedance 2.0, Grok Imagine, Veo. Text-to-video, image-to-video, video extension, multi-modal references. Use when generating video from text prompts, animating images, or creating AI video content.

oyi77/1ai-skills · 69 tokens

muapi-director

Turn ONE topic, talking-head video, or photo into a finished Vox-style paper-collage explainer / ad video on the MuAPI platform (api.muapi.ai) + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Three input modalities: a topic (B-roll), a talking-head video (A-roll mode), or…

Anil-matcha/vox-ai-motion-graphics-generator · 99 tokens

short-drama

A production workflow for making multi-episode AI short dramas, covering story planning, character consistency, scripts, generated video shots, voices, sound, subtitles, and final assembly.

ZJU-REAL/Easel · 124 tokens

clipify

A video-editing workflow that finds notable moments in a long English video and turns them into separate short clips. It can change widescreen video to vertical format and add word-by-word captions.

ZJU-REAL/Easel · 131 tokens

ecom-details-image

A planning tool for e-commerce product visuals, including main-image concepts, scene ideas, detail-page directions, and prompts for image-generation systems.

ZJU-REAL/Easel · 101 tokens

multi-voice-dubbing

A script-to-audio workflow that gives different characters different voices and emotions, then combines their lines into one audio track with subtitles naming each speaker.

ZJU-REAL/Easel · 111 tokens