🦀 ClawHub
Wechat Search Release
by @jixsonwang
Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused design.
TERMINAL
clawhub install wechat-search-release📖 About This Skill
name: wechat-search description: Search WeChat Official Account articles using OpenClaw's web search and fetch capabilities with compliance-focused design.
WeChat Search Skill
Search for WeChat Official Account (微信公众号) articles using a compliant, two-layer approach that prioritizes legal search APIs and falls back to respectful web scraping when needed.
Features
site:mp.weixin.qq.com filter
- Fallback: Direct page fetching with proper delays and headers
Prerequisites
web_search and web_fetch tools to be availableUsage
Basic Search
wechat-search "人工智能"
Advanced Options
# Return 10 results instead of default 5
wechat-search "机器学习" --max-results 10Search within past week
wechat-search "大模型" --past-weekCustom date range
wechat-search "AI应用" --from 2026-01-01 --to 2026-02-01JSON output format
wechat-search "开源AI" --output jsonForce web fetch strategy
wechat-search "最新技术" --strategy web_fetch
Configuration
Create~/.openclaw/wechat-search-config.json to customize behavior:{
"defaultMaxResults": 5,
"maxResultsLimit": 20,
"requestDelayMs": 5000,
"cacheDurationHours": 1,
"userAgent": "OpenClaw-WeChat-Search-Bot/1.0 (+https://github.com/your-username/wechat-search-skill)"
}
Compliance & Ethics
Error Handling
Future Enhancements
This skill is designed to be both useful and responsible, providing access to valuable WeChat Official Account content while respecting platform rules and legal requirements.
💡 Examples
Basic Search
wechat-search "人工智能"
Advanced Options
# Return 10 results instead of default 5
wechat-search "机器学习" --max-results 10Search within past week
wechat-search "大模型" --past-weekCustom date range
wechat-search "AI应用" --from 2026-01-01 --to 2026-02-01JSON output format
wechat-search "开源AI" --output jsonForce web fetch strategy
wechat-search "最新技术" --strategy web_fetch
⚙️ Configuration
Create ~/.openclaw/wechat-search-config.json to customize behavior:
{
"defaultMaxResults": 5,
"maxResultsLimit": 20,
"requestDelayMs": 5000,
"cacheDurationHours": 1,
"userAgent": "OpenClaw-WeChat-Search-Bot/1.0 (+https://github.com/your-username/wechat-search-skill)"
}