What problem does it solve? AI agents often lack access to current, real-time information and struggle to retrieve structured data from specialized domains like finance, academic, or health. This Skill gives agents a unified search interface with cross-platform CLI tools, eliminating the need to configure MCP servers or multiple search integrations. ## Core Features & Use Cases - General & Vertical Search: Run open-ended web searches or structured queries across 16 vertical domains (finance, academic, legal, health, code, travel, and more) with sub-domain discovery via get_sub_domains. - Parallel Batch Search: Execute up to 5 independent queries in a single API call, with shared parameters injected across query items and hybrid general-plus-vertical mixing. - URL Content Extraction: Fetch full web page content as Markdown for fact-checking and deep reading beyond search snippets. - Use Case: An agent researching a stock can call get_sub_domains --domain finance, then run a vertical search for AAPL quotes, and batch-search related news in parallel — all through one CLI. ## Quick Start Ask your agent to search for the latest news on a topic, for example: use anysearch to search "latest AI chip announcements" with 5 results.