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:26 de abril de 2026, 21:42
Explorador de archivos
SKILL.md
| name | url |
| version | 1.0 |
| description | Fetch and extract text from web URLs |
| entry | {"script":"scripts/main.py","class":"UrlSkill"} |
| triggers | {"extensions":["https://","http://"],"intents":["fetch url","web page","website"]} |
| requires | ["httpx","beautifulsoup4"] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Fetches a web URL using httpx, strips navigation/script/style tags with
BeautifulSoup, and returns clean body text.
https:// or http://fetch url, web page, websiteExtract 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
Extract text from Microsoft Word documents
Extract data from Excel and CSV files