speaker
NewSpeaker is a Codex skill project for academic presentations: read real.pptx, combine text extraction, PPTX structure parsing, page-by-page rendering, OCR, and visual review to generate page-by-page speaker notes, and write a clean version of the lecture into the PowerPoint comment area.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/speaker.md https://raw.githubusercontent.com/AI272/speaker/main/SKILL.md/speakerSecurity Audits
Frequently Asked Questions
What is speaker?
Speaker is a Codex skill project for academic presentations: read real.pptx, combine text extraction, PPTX structure parsing, page-by-page rendering, OCR, and visual review to generate page-by-page speaker notes, and write a clean version of the lecture into the PowerPoint comment area.
How to install speaker?
To install speaker: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/speaker.md https://raw.githubusercontent.com/AI272/speaker/main/SKILL.md. Finally, /speaker in Claude Code.
What is speaker best for?
speaker is a skill categorized under General. It is designed for: code-review. Created by AI272.