com um clique
web-search
Search the web for information. Use when you need to find current information, research topics, or fetch web content.
Menu
Search the web for information. Use when you need to find current information, research topics, or fetch web content.
Fetch web pages and convert HTML to clean Markdown. Use when you need to read article content, documentation, or any web page as structured text.
Create, read, and modify PowerPoint (.pptx) presentations. Use when the user wants to build or edit slide decks, add charts, images, tables, or formatted text to presentations.
Create, read, and modify Word (.docx) and Excel (.xlsx/.xls) documents. Use when the user wants to work with office documents.
Conversational task management and automation control. Use when the user wants to create, manage, monitor, or query scheduled tasks and background jobs via natural language.
Analyze code structure and quality. Use when reviewing code for bugs, anti-patterns, security issues, or best practices.
Process and analyze structured data. Use when working with CSV, JSON, or other structured data formats for transformation, filtering, or analysis.
| name | web_search |
| description | Search the web for information. Use when you need to find current information, research topics, or fetch web content. |
This skill enables you to search the web for information using the built-in searxng_web_search tool.
Use this skill when:
searxng_web_search toolsearxng_web_searchThe built-in tool for all web searches.
Parameters:
query (required): the user search querypageno (optional): page number for pagination (starts at 1)time_range (optional): filter by time — day, month, or yearlanguage (optional): language code such as en, ru, or all (default: all)For fetching a specific page after finding its URL via search:
curl -L "URL"
The tool reads the SEARXNG_URL environment variable to determine which SearXNG instance to use.
SEARXNG_URLhttps://searx.example.com (your instance URL)searxng_web_search tool for web searchesUser: "What is the current weather in Tokyo?"
Your approach:
searxng_web_search with query "current weather Tokyo"User: "Find recent news about AI"
Your approach:
searxng_web_search with query "recent news AI" and time_range: month