refactor: delegate pptx rendering to ai-nuts/pptx2video - #43
Merged
LingAo Xiao (ArmandXiao) merged 1 commit intoAug 20, 2026
Merged
Conversation
This was referenced Aug 20, 2026
LingAo Xiao (ArmandXiao)
force-pushed
the
codex/pptx2video-standalone
branch
from
August 20, 2026 08:39
371b7e0 to
0c823b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ppt-masterskill, install thepptx2videoskill, then install the publicpptx2videoCLI runtime./pptx2videoskill invocation and publicpptx2video renderCLI usage.Repository boundary
This PR contains no
agents/, notests/or test files, and no in-treepptx2video/runtime.Install and invoke
npx skills add hugohe3/ppt-master --skill ppt-master npx skills add ai-nuts/pptx2video --skill pptx2video python -m pip install \ "pptx2video[svg] @ git+https://github.com/ai-nuts/pptx2video.git@v0.5.0" python -m playwright install chromium pptx2video doctor --svgThen invoke
/pptx2videoin the agent host, or callpptx2video renderdirectly.Validation
quick_validate.py.npx skills add ai-nuts/pptx2video --skill pptx2videoinstallation succeeds.pipinstallation from tagv0.5.0succeeds and reportspptx2video 0.5.0.git diff --checkpasses.Supersedes
Supersedes #25 and #29.