Loading...
Loading...
Convert Markdown content into exquisite image posters. Ideal for turning podcast summaries and article content into social media share images. Fixed 3:4 aspect ratio, supports using YouTube video covers as header images. Trigger phrases: "Convert to Image", "Markdown to Image", "Generate Poster", "Generate Share Image", "Turn this into an Image".
npx skill4agent add zephyrwang6/myskill markdown-to-image# Convert Markdown file to images (auto-paginated)
python3 scripts/md_to_image.py --file /path/to/content.md
# Specify output directory
python3 scripts/md_to_image.py --file /path/to/content.md --output-dir /path/to/output
# Adjust number of items per page
python3 scripts/md_to_image.py --file /path/to/content.md --items-per-page 4| Parameter | Description | Default Value |
|---|---|---|
| Path to Markdown file | Required |
| Output directory | |
| Image width (pixels) | |
| Number of items displayed per page | |
page_1.pngpage_2.pngattachments/MMDD| Topic Keywords | Generated SVG Style |
|---|---|
| Neural network nodes → Brain → Dialogue bubbles |
| Open source symbols → Code brackets → Share icons |
| Others (Default) | Microphone → Sound waves → Character dialogue |
# Podcast Name
> **Guest**: Sebastian Raschka (LLM Researcher)
> **Topic**: AI Technology Trends in 2025Sebastian Raschka: AI Technology Trends in 2025| Format | Rendering Effect |
|---|---|
| Automatically extracted and combined into "Guest: Topic" format |
| Extract guest name (remove |
| Extract topic content |
| Red bold text (remove |
| Red circular numbering |
| Blue highlighted quote |
📱 Short Summary**attachments/MMDD| User Input | Action |
|---|---|
| 「把这个转成图片」 | Convert the currently open Markdown file |
| 「生成分享海报」 | Same as above |
| 「这个播客摘要转图片」 | Convert the podcast summary file |
| 「Markdown 转图片」 | Same as above |
playwrightmarkdownrequestspip3 install playwright markdown requests
playwright install chromium**