zhsearch

Chinese search enhancement: search Baidu, Zhihu, and WeChat articles. Returns AI-optimized structured results in Chinese. Paid skill (0.001 USDT/call via SkillPay).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zhsearch" with this command: npx skills add jinp0830/zhsearch

Chinese Search Enhancement (中文搜索增强)

Search Chinese-language content across Baidu, Zhihu, and WeChat public accounts in a single command. Returns structured, AI-friendly JSON results.

This skill fills the gap left by English-centric search tools (Brave, Perplexity, etc.) that return poor results for Chinese queries.

Usage

Search all sources (default)

node {baseDir}/search.mjs "人工智能最新进展"

Search specific sources

node {baseDir}/search.mjs "新能源汽车" -s baidu
node {baseDir}/search.mjs "React性能优化" -s zhihu
node {baseDir}/search.mjs "大模型应用" -s wechat
node {baseDir}/search.mjs "量子计算" -s baidu,zhihu

Control result count

node {baseDir}/search.mjs "ChatGPT" -n 10
node {baseDir}/search.mjs "深度学习" -s baidu,zhihu -n 3

Options

  • First argument (required): search query in Chinese or English
  • -s, --sources <sources>: Comma-separated sources — baidu, zhihu, wechat (default: all three)
  • -n, --limit <count>: Results per source, 1-20 (default: 5)
  • --no-billing: Skip billing check (local testing only, do not use in production)

Sources

SourceWhat it searchesBest for
baiduBaidu web searchGeneral Chinese web content, news, tech articles
zhihuZhihu Q&A platformExpert opinions, in-depth discussions, how-to guides
wechatWeChat public account articles via SogouOriginal analysis, industry insights, opinion pieces

Output Format

Returns JSON with results grouped by source:

{
  "query": "人工智能",
  "total": 15,
  "sources": ["baidu", "zhihu", "wechat"],
  "results": {
    "baidu": [
      { "title": "...", "snippet": "...", "url": "..." }
    ],
    "zhihu": [
      { "title": "...", "snippet": "...", "url": "..." }
    ],
    "wechat": [
      { "title": "...", "snippet": "...", "url": "...", "account": "...", "date": "..." }
    ]
  }
}

When to use this skill

  • User asks a question that requires Chinese-language information
  • You need to find Chinese news, articles, or expert discussions
  • The built-in web_search tool returns poor results for Chinese queries
  • You need information from Chinese platforms (Baidu, Zhihu, WeChat)

Billing

This is a paid skill. Each search call costs 0.001 USDT (about 0.007 RMB). If the user's balance is insufficient, the skill returns a payment_url — show it to the user so they can top up.

Setup

No configuration needed. Billing is handled automatically by the skill publisher via SkillPay. Just install and use.

Security & Privacy

  • External endpoints accessed: Baidu (baidu.com), Sogou (sogou.com, weixin.sogou.com), Zhihu (zhihu.com), SkillPay (skillpay.me)
  • Local files: None read or written
  • Data handling: Search queries are sent to the above search engines. No user data is stored. Billing is processed via SkillPay with anonymous caller IDs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

low-carbon-medicine

低碳生活方式医学咨询。当用户提到低碳饮食、生酮饮食、减肥控糖、糖尿病逆转、代谢综合征、胰岛素抵抗时触发。

Registry SourceRecently Updated
General

x0x-api-smoketest-1777556197822

Scratch skill used to validate CI API publish flow before merge.

Registry SourceRecently Updated
General

java-circular-dependency-breaker

Break circular dependencies in Java multi-module Gradle/Maven projects using interface extraction and business service separation. Triggers: 'circular depend...

Registry SourceRecently Updated
General

Options Trading Brain

Professional options trading intelligence system. Monitors whale flow (Unusual Whales), counts Elliott Waves, analyzes Bollinger Bands, multi-timeframe trend...

Registry SourceRecently Updated