Install
openclaw skills install @nishant-clawit/openclaw-web-search-mcpProvides AI agents with web search, page and PDF extraction, YouTube transcripts, summarization, semantic search, and automated research workflows.
openclaw skills install @nishant-clawit/openclaw-web-search-mcpThis MCP provides comprehensive web browsing, search, and research capabilities for AI agents, including PDF extraction, YouTube transcripts, summarization, and semantic search.
This MCP implements a full suite of tools for AI agents to interact with the web:
search - Google search with resultsopen_page - Extract text from web pagesextract_links - Get links from pagesextract_pdf - Extract text from PDFsyoutube_transcript - Get YouTube video transcriptssummarize - Summarize text contentembed - Store text embeddingssemantic_search - Search stored embeddingsresearch - Conduct automated researchnpm install
Run the MCP server:
node index.js <tool_name> <json_input>
Example:
node index.js search '{"query":"artificial intelligence"}'