← Back to Skills Marketplace
alienhub

wechat-article-skill

by Alien · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ Security Clean
271
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-skill
Description
微信公众号文章链接处理。当用户发送微信公众号文章链接时,自动获取并提取文章内容。 触发条件:(1) 用户发送 http(s)://mp.weixin.qq.com/s/ 开头的链接 (2) 用户请求获取公众号文章内容
Usage Guidance
This skill appears to do exactly what it says: run the included Python script to fetch a WeChat article and extract the #page-content. Before installing/using: (1) run the script source locally to verify behavior; (2) pip install dependencies inside a virtualenv to avoid affecting your system Python; (3) be aware that falling back to the agent's browser tool may cause the page (and any content you request) to be rendered/handled by the platform's browser service—consider privacy of article contents and images; (4) if you need stricter guarantees, inspect/modify the script to limit what is fetched or to redact sensitive content before sending to the model.
Capability Analysis
Type: OpenClaw Skill Name: wechat-article-skill Version: 0.0.1 The skill bundle is a legitimate tool for extracting text content from WeChat Official Account articles. The Python script (scripts/get_content.py) uses standard libraries like urllib and BeautifulSoup to fetch and parse HTML, and the SKILL.md instructions correctly guide the AI agent to handle link recognition and fallback mechanisms without any signs of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included script and instructions: a small CLI that fetches mp.weixin.qq.com/s/ pages and extracts #page-content. No unrelated environment variables, binaries, or external services are requested.
Instruction Scope
SKILL.md restricts operations to running the local get_content.py script (preferred) and, only if that fails, using the agent's browser tool to navigate and snapshot the page. This stays within the stated purpose. Note: using the browser tool may cause the page and its resources to be rendered/handled by the platform's browser service (possible third-party exposure depending on the platform).
Install Mechanism
No automated install spec in the registry; the README/SKILL.md instructs users to pip install the listed Python dependencies (beautifulsoup4, certifi). This is proportionate and expected for a Python parsing script; nothing is downloaded from unknown/personal URLs.
Credentials
No credentials, secret environment variables, or config paths are requested. The script only uses standard HTTP requests + certifi and parses HTML—no disproportionate access is required.
Persistence & Privilege
Skill is not forced-always (always: false) and does not request persistent privileges or modify other skills. Autonomous invocation is allowed by default but is normal for skills and not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-skill
  3. After installation, invoke the skill by name or use /wechat-article-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
wechat-article-fetcher v0.0.1 - Initial release for WeChat public article content extraction. - Automatically detects and processes links starting with https://mp.weixin.qq.com/s/. - Primary extraction uses a custom get_content.py script with real browser User-Agent and retry logic. - Fallback to browser tool only if script fails and recommends browser usage. - Documentation includes extraction flow, structure of article pages, and usage notes for handling login, time limits, and media.
Metadata
Slug wechat-article-skill
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is wechat-article-skill?

微信公众号文章链接处理。当用户发送微信公众号文章链接时,自动获取并提取文章内容。 触发条件:(1) 用户发送 http(s)://mp.weixin.qq.com/s/ 开头的链接 (2) 用户请求获取公众号文章内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.

How do I install wechat-article-skill?

Run "/install wechat-article-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wechat-article-skill free?

Yes, wechat-article-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wechat-article-skill support?

wechat-article-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wechat-article-skill?

It is built and maintained by Alien (@alienhub); the current version is v0.0.1.

💬 Comments