🔍
AutomationHTML

China Search

by dongsheng123132

China Search is an Automation skill for Claude Code, published by dongsheng123132 in u-claw.

1.7K stars414 forkson dongsheng123132/u-clawAdded 2026/08/19Repository updated 2026/08/17
ai-assistantchinachineseclaude-codecodexdeepseekfeishuinternationalkimioffline-aioffline-installeropenclawplug-and-playportableqq-botusbusb-portablevietnam
Install in seconds
Install China Search
Copy China Search into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dongsheng123132/u-claw/tree/main/portable/skills-cn/china-search ~/.claude/skills/china-search

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dongsheng123132/u-claw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
portable/skills-cn/china-search/SKILL.md in dongsheng123132/u-claw
Installs to
~/.claude/skills/china-search
Collection
One of 17 skills cataloged from this repository
Category
Automation1523 skills

What China Search does

China Search queries Baidu, Sogou, and Bing China using curl to retrieve search results when Google is unavailable or for Chinese-specific content. It is useful for finding Chinese internet information, WeChat articles, and content on domestic platforms.

China Search is cataloged under Automation on DirSkills. China Search comes from a repository tagged ai-assistant, china, chinese, claude-code and codex.

Documentation

README

国内搜索引擎助手

在无法访问 Google 的环境下,通过 curl 调用百度、搜狗、Bing 中国等国内搜索引擎获取信息。

功能概述

  • 百度搜索: 中文信息最全的搜索引擎
  • 搜狗搜索: 微信公众号文章搜索利器
  • Bing 中国: 国际信息 + 国内可访问
  • 搜索优化: 帮你构造更精准的搜索关键词
  • 结果整理: 将搜索结果整理为结构化信息

搜索命令

百度搜索

curl -s -L "https://www.baidu.com/s?wd=关键词" \
  -H "User-Agent: Mozilla/5.0" | head -200

搜狗搜索(含微信文章)

# 网页搜索
curl -s -L "https://www.sogou.com/web?query=关键词" \
  -H "User-Agent: Mozilla/5.0"

# 微信文章搜索
curl -s -L "https://weixin.sogou.com/weixin?query=关键词" \
  -H "User-Agent: Mozilla/5.0"

Bing 中国搜索

curl -s -L "https://cn.bing.com/search?q=关键词" \
  -H "User-Agent: Mozilla/5.0"

使用示例

搜索信息

帮我搜索"DeepSeek V3 发布时间和新特性"

搜微信文章

帮我在搜狗搜索最近关于"AI Agent"的微信公众号文章

对比搜索

分别用百度和Bing搜索"2024年中国GDP",对比结果

This is the opening of the README. Read the full README on GitHub.

Frequently asked about China Search

  • What else does dongsheng123132 publish alongside China Search?

    China Search is one of 17 skills that DirSkills catalogs from dongsheng123132/u-claw, the repository it ships in. Its siblings there include Bilibili Helper, China Translate and China Weather. Each one is a separate skill with its own page in this directory, installs the same way China Search does, and is maintained by dongsheng123132 in that same repository. The rest of the collection is listed on the dongsheng123132/u-claw page.

  • How does China Search compare to other Automation skills?

    China Search ranks #552 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of China Search against them. Open each page to compare what they document and how they install.

More from dongsheng123132/u-claw

China Search is one of 17 skills cataloged on DirSkills from dongsheng123132/u-claw.

See all 17 skills
🎬
2w ago

Bilibili Helper

Bilibili Helper optimizes Bilibili video titles, descriptions, tags, covers, and partition selection to improve recommendations and engagement. Use it before posting a Bilibili video or to diagnose why an existing video is underperforming.
Writing
1.7K414
🌐
2w ago

China Translate

China Translate provides Chinese-English translation and localization for technical documents, UI copy, and cultural adaptation. It helps avoid machine translation tone and maintains terminology consistency across projects.
Writing
1.7K414
🌤️
2w ago

China Weather

China Weather queries real-time weather and forecasts for Chinese cities via the wttr.in API, supporting Chinese city names and offering lunar dates and lifestyle advice. Use it to get current conditions or a 3-day forecast when planning travel or deciding what to wear.
Data
1.7K414
🤖
2w ago

DeepSeek API Assistant

DeepSeek API Assistant helps developers choose between deepseek-v4-flash and deepseek-v4-pro, write API call examples in Python, curl, and Node.js, estimate token costs, and troubleshoot common API errors.
AI Engineering
1.7K414
🎬
2w ago

Douyin Script

Douyin Script generates short video scripts for Douyin and Kuaishou platforms, focusing on hooks, structure, music suggestions, and hashtag strategies. Use it to create engaging scripts for short video content, improve retention, and choose appropriate hashtags.
Writing
1.7K414
📊
2w ago

Excel Helper

Excel Helper writes formulas, builds pivot tables, creates charts, automates macros, and cleans data to handle spreadsheet analysis and reporting tasks.
Data
1.7K414