cd /news/developer-tools/turn-markdown-into-narrated-videos-w… · home topics developer-tools article
[ARTICLE · art-119862] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

🌟Turn Markdown into Narrated Videos with a New AI Skill

A developer has released an open-source Skill that converts Markdown content into narrated videos, producing a complete MP4 with synchronized audio. The tool, available on GitHub under the Apache License 2.0, allows AI agents to generate Markdown that is then transformed into slides, narration, and video without a video editor.

read1 min views9 publishedSep 3, 2026

I’ve been trying out a new Skill that turns Markdown content into narrated videos — and it’s surprisingly practical. The workflow is simple.

The biggest advantage is that it doesn’t just generate slides or audio separately — it can directly produce a complete video with synchronized audio.

In other words, the final output is an actual MP4 video with the generated narration already included:

Markdown → Slides + Audio → MP4 Video

You can also modify and build on top of the Skill to fit your own workflow. It is released under the Apache License 2.0, so you can customize, extend, and integrate it into your own projects, as long as you comply with the license requirements, including preserving the required attribution and license notices.

You write your content in Markdown, and the Skill handles the rest:

This is particularly useful for turning technical content into:

The interesting part is that the input remains just Markdown.

That means an AI agent can generate the Markdown first, and the Skill can take it from there.

For example:


## Self-Attention

Self-attention allows each token to
consider other tokens in the sequence...

## Why does it matter?

It enables the model to capture
relationships between distant tokens.

→ slides

→ narration

→ synchronized video

No video editor required.

The Skill is available here:

https://github.com/70v-Yoyo/md2video-audio-skill

If you regularly turn Markdown, documentation, or technical notes into educational content, this is worth trying.

── more in #developer-tools 4 stories · sorted by recency
── more on @apache license 2.0 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/turn-markdown-into-n…] indexed:0 read:1min 2026-09-03 ·