wechat-article-search搜索微信公众号文章技能。通过微信搜索获取文章列表,覆盖科技/AI、社会热点、财经、教育、职场等各类中文资讯;可按关键词检索并返回标题、概要、发布时间、来源公众号与链接。当用户需要查找微信公众号文章、整理参考资料或快速获取文章信息时使用此技能。
Install via ClawdBot CLI:
clawdbot install wuchubuzai2018/wechat-article-search该脚本依赖NodeJS依赖包 cheerio,建议先执行全局安装或在项目中安装:
npm install -g cheerio
1、 确认关键词与数量
1、执行常规搜索命令
node scripts/search_wechat.js "关键词"
1) 执行包含数量限制的搜索命令
node scripts/search_wechat.js "关键词" -n 15
2) 如果用户需要保存结果到文件,执行命令
node scripts/search_wechat.js "关键词" -n 20 -o result.json
3) 若想要获取微信文章域名的真实链接”,执行如下命令
node scripts/search_wechat.js "关键词" -n 5 -r
query:搜索关键词(必填)-n, --num:返回数量(默认 10,最大 50)-o, --output:输出 JSON 文件路径(可选)-r, --resolve-url:尝试把中间链接解析成微信文章真实链接(会额外请求每条结果)文章标题、文章地址、文章概要、发布时间、来源公众号名称
Generated Mar 1, 2026
Businesses and analysts can use this skill to search for WeChat articles on specific topics, such as competitor activities or industry trends, to gather insights and monitor market developments. It helps in compiling references and staying updated with the latest news in fields like technology, finance, or education.
Journalists, bloggers, and content creators can quickly find and summarize WeChat articles for research, fact-checking, or creating curated content lists. The skill provides article titles, summaries, and links, enabling efficient sourcing of information for reports or social media posts.
Students, educators, and researchers can search for WeChat articles to gather supplementary materials or references for papers, presentations, or courses. It supports keyword-based retrieval across topics like education and social issues, aiding in the compilation of diverse perspectives.
PR agencies and social media managers can track mentions or discussions about brands, products, or events on WeChat. By searching for relevant keywords, they can assess public sentiment, identify influencers, and respond to trends or crises in real-time.
Offer a paid service that provides regular reports or dashboards with analyzed WeChat article data, such as trending topics or competitor insights. Customers pay a monthly fee for access to curated information and advanced search features tailored to their industry needs.
Provide a basic free version of the search skill with limited queries or results, and charge for premium features like higher result limits, real-time updates, or API access. This model attracts individual users and converts them to paying customers for enhanced functionality.
License the skill to companies for integration into their internal tools or platforms, such as CRM systems or content management software. Offer customization and support services, allowing businesses to leverage WeChat search capabilities under their own branding.
💬 Integration Tip
Ensure Node.js and the cheerio dependency are installed before use, and test with simple keywords to avoid IP blocking from excessive requests.
iMessage/SMS CLI for listing chats, history, watch, and sending.
Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.
Use when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Build or update the BlueBubbles external channel plugin for Clawdbot (extension package, REST send/probe, webhook inbound).
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).