Browser Web Search
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_2c495456/browser-web-search.
About this skill
Problem
Browser Web Search targets a specific agent workflow: when an AI agent needs to search multiple sites, each platform exposes different endpoints, auth states, and response shapes. Scraping them directly is fragile, hard to parse, and often produces unstable input for downstream model reasoning.
How It Works
It wraps 55 platforms into one CLI search interface, outputs structured JSON without requiring API keys, and supports --jq and --count to trim fields at the source. Public sites can be queried directly, with commands covering search, hot lists, details, comments, and history, including examples such as Toutiao, Zhihu, GitHub, Hacker News, and arXiv. Sites such as WeChat, Xiaohongshu, Weibo, Douban, X, and LinkedIn can reuse an authenticated browser session, but sensitive adapters are denied by default and require explicit opt-in before accessing account-related, comment, history, or user-activity endpoints.
Boundaries
It fits agents that need cross-site retrieval, especially public information, community trends, developer resources, papers, and product databases. Before use, separate public adapters from sensitive ones, reduce returned fields with --jq, and only enable account-facing access when necessary. The underlying package runs JavaScript in an authenticated browser tab context and can theoretically read visible session data. Use an isolated browser profile, pin the version, keep audit logs, and avoid forwarding full responses to other services.
Use Cases
- Research AI agent competitors by searching Zhihu, Juejin, and Product Hunt, then output JSON summaries
- Track LLM discussions on Hacker News, Reddit, and V2EX hot lists and keep the top 10 items
- Collect ai search resources from arXiv, GitHub, and Stack Overflow, keeping only titles and links with `--jq`
- Query Douban and IMDb Top250 films and filter rating, year, and genre fields
Best For
- Competitive research analysts who need content on one topic from Zhihu, Weibo, and Xiaohongshu
- Tooling engineers who need unified JSON results from multiple sites for LLM tool calling
- Technical news editors who batch-fetch latest items from Hacker News, GitHub, and arXiv
- Film and media researchers who query Douban and IMDb rating lists and filter selected fields
Related Skills
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.
A fully local-run WeChat chat analysis tool with MBTI personality inference, sentiment analysis, risk detection, relationship health assessment, and conversation prediction, emphasizing privacy.
Fetches the top 20 A-share stocks by trading volume from Wencai, including ranking, price changes, and sectors, with sector analysis.
Automatically fetches A-share closing indices, sector moves, market sentiment, commodities, and global events to generate a daily recap.