← 返回 Skills 市场
ccmagia2-gif

wechat-article-search-api-skill

作者 Maggia · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
815
总下载
3
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install wechat-article-search-api-skill
功能描述
This skill helps users extract full article contents from WeChat using the BrowserAct API. The Agent should proactively apply this skill when users express n...
安全使用建议
This skill appears to do what it says: it will call BrowserAct (api.browseract.com) using your BROWSERACT_API_KEY and print returned article content. Before installing, confirm you trust BrowserAct and are comfortable the API key will be used to fetch article text. Ensure the agent runtime has Python and the 'requests' package available. Be aware the script prints full API responses to stdout (which may include sensitive data), so protect logs and the API key. Finally, if you want to restrict autonomous runs, note that agents can invoke skills by default—disable or limit invocation in your agent settings if you prefer manual control.
功能分析
Type: OpenClaw Skill Name: wechat-article-search-api-skill Version: 1.0.1 The skill is a legitimate API wrapper for the BrowserAct service, designed to search and extract WeChat articles. The Python script (wechat_article_search_api.py) uses standard requests to interact with the browseract.com API, handling task creation, status polling, and result retrieval without any signs of malicious intent, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
The name/description match the implementation: the script calls BrowserAct API endpoints on api.browseract.com using a TEMPLATE_ID and requires BROWSERACT_API_KEY. Required binary (python) and the single env var are appropriate for the declared task.
Instruction Scope
SKILL.md limits actions to running the included Python script, checking BROWSERACT_API_KEY, monitoring task logs, and parsing API results. It does not instruct reading unrelated files, other environment variables, or contacting endpoints outside BrowserAct.
Install Mechanism
No install spec (instruction-only + included script) is low risk. Minor note: the script imports the 'requests' library but the skill does not document or install Python dependencies; the runtime environment must have 'requests' available or the script will fail.
Credentials
Only BROWSERACT_API_KEY is required, which is proportionate and expected for an API client. No unrelated secrets or additional credentials are requested.
Persistence & Privilege
The skill is not force-included (always: false), does not request system-wide configuration changes, and does not modify other skills or agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-search-api-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-search-api-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Fixed a typo in the required binaries from "pyhon" to "python" in skill metadata. - No changes to code or feature set.
v1.0.0
- Initial release of the WeChat Article Search API Skill. - Enables automated extraction of full WeChat article contents (title, body, author, date, images) using the BrowserAct API. - Supports keyword searches, result limits, and publication date filters for targeted article retrieval. - Provides clear API key setup guidance and robust error/retry logic for smooth user experience. - Designed for use cases such as content monitoring, industry trend tracking, brand analysis, and competitor research.
元数据
Slug wechat-article-search-api-skill
版本 1.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 2
常见问题

wechat-article-search-api-skill 是什么?

This skill helps users extract full article contents from WeChat using the BrowserAct API. The Agent should proactively apply this skill when users express n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 815 次。

如何安装 wechat-article-search-api-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-article-search-api-skill」即可一键安装,无需额外配置。

wechat-article-search-api-skill 是免费的吗?

是的,wechat-article-search-api-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

wechat-article-search-api-skill 支持哪些平台?

wechat-article-search-api-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 wechat-article-search-api-skill?

由 Maggia(@ccmagia2-gif)开发并维护,当前版本 v1.0.1。

💬 留言讨论