← Back to Skills Marketplace
815
Downloads
3
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install wechat-article-search-api-skill
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-article-search-api-skill - After installation, invoke the skill by name or use
/wechat-article-search-api-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 815 downloads so far.
How do I install wechat-article-search-api-skill?
Run "/install wechat-article-search-api-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is wechat-article-search-api-skill free?
Yes, wechat-article-search-api-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does wechat-article-search-api-skill support?
wechat-article-search-api-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created wechat-article-search-api-skill?
It is built and maintained by Maggia (@ccmagia2-gif); the current version is v1.0.1.
More Skills