smart-search

Installation
SKILL.md

Smart Search Guide

Use this skill whenever the user asks you to search for information on the web or a specific platform. Construct the search URL directly and navigate to it instead of using the built-in web_search tool.

Keyword Encoding

  • Spaces: use + for Bing, GitHub, Bilibili; use %20 for Douyin, Twitter, Facebook, Zhihu; either works for Baidu, Quark, YouTube
  • Special characters: URL-encode them (e.g., #%23, &%26, ?%3F)
  • Chinese characters: URL-encode (browsers handle this automatically when you navigate)

Cookie Warmup — CRITICAL for Authenticated Platforms

Many platforms will return empty results or redirect to login if you navigate directly to a search URL without first visiting the home page. Always warm up the session in two steps:

Installs
12
GitHub Stars
8.3K
First Seen
Mar 24, 2026
smart-search — teamwiseflow/wiseflow