This skill supplies a catalog of URL templates and examples for querying 17 different search engines (8 domestic Chinese and 9 international), plus guidance for advanced operators, time filters, privacy engines and WolframAlpha knowledge queries. It's intended for agents that need to fetch results across different search providers without API keys, construct site/file/time-filtered searches, or run privacy-preserving queries.
Use this skill when the agent must perform web lookups across multiple search providers, build site-specific or filetype searches, apply time-range filters, or query WolframAlpha for calculations/knowledge. Especially useful for crawling, research tasks, data enrichment, and cross-index comparisons where API access is unavailable.
references/advanced-search.md and references/international-search.md when present (has_references=true)Works with agents that can perform web_fetch or HTTP requests (Copilot/Codex-like agents, Claude Code, Cursor, and generic headless crawlers).
A reference card listing 17 search engine URL templates with example web_fetch calls and search operator documentation. No scripts or automation — purely a static lookup table. Useful as a quick reference but limited in practical value since agents can already construct search URLs. The Chinese-engine focus adds niche value for CN-specific research.
No security concerns — skill contains only URL templates and documentation, no executable code or network calls. Architecture is flat with no scripts directory or separation of concerns. Frontmatter is minimal (name + description only). The skill is essentially a reference document; an agent could derive the same value from general web search knowledge. Moderate usefulness for CN-specific engines and WolframAlpha templates.