Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:312
forks:36
updated:2 de mayo de 2026, 17:26
Explorador de archivos
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