wechat-search
Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities with compliance-focused design.
npx skills add wechat-search
wechat-search
Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities with compliance-focused design.
npx skills add wechat-search
wechat-search
Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities with compliance-focused design.
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:
- 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
- OpenClaw Web Tools: Requires
web_search,web_fetchtools to be available - API Keys (optional but recommended):
- Primary: OpenClaw web_search (Brave Search API)
- Secondary: Tavily Search API (if Brave unavailable)
- Fallback: Direct page fetching from WeChat search
Prerequisites
- Brave Search API Key (for primary search)
- Tavily API Key (for secondary search, already configured in your environment)
Usage
Basic Search
wechat-search "人工智能"
Advanced Options
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_only
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)"
}
Search Strategy Details
Layer 1: OpenClaw Web Search (Brave Search)
site:mp.weixin.qq.com filterLayer 2: Tavily Search API
Layer 3: Direct Web Fetch
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.
Reviews
Write a Review
- No reviews yet. Be the first to review!
Get Weekly AI Skills
Join 500+ one-person companies receiving curated AI tools every week.
Reviews
Write a Review
- No reviews yet. Be the first to review!
Get Weekly AI Skills
Join 500+ one-person companies receiving curated AI tools every week.
Comments & Discussion
Add a comment