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:12 avril 2026 à 20:22
Explorateur de fichiers
SKILL.md
| name | xlsx |
| version | 1.0 |
| description | Extract data from Excel and CSV files |
| entry | {"script":"scripts/main.py","class":"XlsxSkill"} |
| triggers | {"extensions":[".xlsx",".csv"],"intents":["spreadsheet","excel","csv"]} |
| requires | ["openpyxl"] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Reads .xlsx files using openpyxl and .csv files using the stdlib csv
module, returning all rows as comma-separated text.
.xlsx or .csvspreadsheet, excel, csvExtract 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