wechat-search
SKILL.md
WeChat Search Skill
Search 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.
Features
- Compliant Design: Prioritizes legal search APIs, respects robots.txt and rate limits
- Three-Layer Strategy:
- Primary: OpenClaw web_search (Brave Search API)
- Secondary: Tavily Search API (if Brave unavailable)
- Fallback: Direct page fetching from WeChat search
- Recent Results: Returns the 5 most recent articles by default (configurable)
- Time Filtering: Support for date range and recency filters
- Multiple Output Formats: Text, JSON, and markdown formats available
Prerequisites
- OpenClaw Web Tools: Requires
web_search,web_fetchtools to be available - API Keys (optional but recommended):
- Brave Search API Key (for primary search)
- Tavily API Key (for secondary search, already configured in your environment)