Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities with compliance-focused design.
49
53%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-search/SKILL.mdSearch for WeChat Official Account (微信公众号) articles using a compliant, three-layer approach that prioritizes legal search APIs and falls back to respectful web scraping when needed.
web_search, web_fetch tools to be availablewechat-search "人工智能"# Return 10 results instead of default 5
wechat-search "机器学习" --max-results 10
# Search within past week
wechat-search "大模型" --past-week
# Custom date range
wechat-search "AI应用" --from 2026-01-01 --to 2026-02-01
# JSON output format
wechat-search "开源AI" --output json
# Force specific strategy
wechat-search "最新技术" --strategy tavily_onlyCreate ~/.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)"
}site:mp.weixin.qq.com filterThis skill is designed to be both useful and responsible, providing access to valuable WeChat Official Account content while respecting platform rules and legal requirements.
f618458
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.