Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:312
forks:36
updated:April 12, 2026 at 20:20
File Explorer
SKILL.md
Extract text from PDF documents
Extract transcripts from YouTube videos via the YouTube caption system
Extract text from images using a vision LLM
Search the web and ingest results as wiki pages
Fetch and extract text from web URLs
Extract text from Microsoft Word documents
| name | pptx |
| version | 1.0 |
| description | Extract text from Microsoft PowerPoint presentations |
| entry | {"script":"scripts/main.py","class":"PptxSkill"} |
| triggers | {"extensions":[".pptx"],"intents":["powerpoint","presentation","pptx"]} |
| requires | ["python-pptx"] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Extracts text from .pptx files using python-pptx. Each slide is rendered as a titled section; speaker notes are appended when present.
.pptxpowerpoint, presentation, pptx