← 返回
沟通协作 中文

Chinese Search Enhancement

Chinese search enhancement: search Baidu, Zhihu, and WeChat articles. Returns AI-optimized structured results in Chinese. Paid skill (0.001 USDT/call via Ski...
中文搜索增强:搜索百度、知乎及微信公众号文章,返回AI优化的中文结构化结果。付费技能(0.001 USDT/次)
jinp0830
沟通协作 clawhub v1.0.0 1 版本 99881.8 Key: 无需
★ 0
Stars
📥 845
下载
💾 115
安装
1
版本
#latest

概述

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 : Comma-separated sources — baidu, zhihu, wechat (default: all three)
  • -n, --limit : 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:09 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,462
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,599
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,746