Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:312
forks:36
updated:2 mai 2026 à 17:26
Explorateur de fichiers
SKILL.md
Extract text from PDF documents
Extract transcripts from YouTube videos via the YouTube caption system
Search the web and ingest results as wiki pages
Fetch and extract text from web URLs
Extract text from Microsoft Word documents
Extract data from Excel and CSV files
| name | image |
| version | 1.0 |
| description | Extract text from images using a vision LLM |
| entry | {"script":"scripts/main.py","class":"ImageSkill"} |
| triggers | {"extensions":[".png",".jpg",".jpeg",".webp",".gif",".tiff"],"intents":["image","screenshot","diagram","photo"]} |
| requires | [] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Base64-encodes the image and returns it in metadata for the IngestAgent to
process via a vision-capable LLM. The text field is left empty at extract
time and filled in by the agent.
.png, .jpg, .jpeg, .webp, .gif, or .tiffimage, screenshot, diagram, photo