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:29 avril 2026 à 22:22
Explorateur de fichiers
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
Fetch and extract text from web URLs
Extract text from Microsoft Word documents
Extract data from Excel and CSV files
| name | web_search |
| version | 0.1 |
| description | Search the web and ingest results as wiki pages |
| entry | {"script":"scripts/main.py","class":"WebSearchSkill"} |
| triggers | {"extensions":[],"intents":["search for","find on the web","look up","web search","browse","youtube","查找","搜索","网络搜索","在网上查","查一下"]} |
| requires | ["httpx","beautifulsoup4"] |
| author | axoviq.com |
| license | AGPL-3.0-or-later |
Accepts a natural language query, calls a configured search API, fetches the top results, and returns extracted text to the IngestAgent for wiki compilation.
v1 stub — extract() raises NotImplementedError. Full implementation
is scheduled for v2.
search for, find on the web, look up,
web search, browsescripts/main.py — WebSearchSkill (stub)scripts/fetcher.py — HTTP + HTML cleaning helper (v2)assets/search-providers.json — search API endpoint configuration (v2)