PPT 路演视频全流程生成器,支持品牌风格学习、智能配音、音效音乐、字幕和一键视频合成。可一次性生成 15-100 页风格统一的完整路演视频。
npx skills add https://github.com/anbeime/skill --skill ppt-roadshow-generator
moviepy>=1.0.3
pillow>=9.0.0
pydub>=0.25.1
requests>=2.28.0
# Ubuntu/Debian
sudo apt-get install ffmpeg
# macOS
brew install ffmpeg
web-design-analyzer 导出的 brand_style.json,直接导入scripts/style_learner.py --load-json ./brand_style.json 加载配置scripts/audio_processor.py: python scripts/audio_processor.py \
--script ./roadshow_script.txt \
--style-brand ./brand_style.json \
--output ./audio/
scripts/subtitle_generator.py: python scripts/subtitle_generator.py \
--script ./roadshow_script.txt \
--style-brand ./brand_style.json \
--output ./subtitles.srt
scripts/roadshow_composer.py: python scripts/roadshow_composer.py \
--images ./images/ \
--audio ./audio/ \
--subtitles ./subtitles.srt \
--style-brand ./brand_style.json \
--output ./roadshow_video.mp4
当用户希望保持品牌风格一致时:
convert_to_roadshow_style.py)skill_credentials 工具配置Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.
Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.
Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.
This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.
Take anbeime/ppt-roadshow-generator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference brew, apt.
Without those the skill loads but fails at the first command.