← 返回 Skills 市场
alienhub

wechat-article-skill

作者 Alien · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-skill
功能描述
微信公众号文章链接处理。当用户发送微信公众号文章链接时,自动获取并提取文章内容。 触发条件:(1) 用户发送 http(s)://mp.weixin.qq.com/s/ 开头的链接 (2) 用户请求获取公众号文章内容
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug wechat-article-skill
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wechat-article-skill 是什么?

微信公众号文章链接处理。当用户发送微信公众号文章链接时,自动获取并提取文章内容。 触发条件:(1) 用户发送 http(s)://mp.weixin.qq.com/s/ 开头的链接 (2) 用户请求获取公众号文章内容. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 wechat-article-skill?

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

wechat-article-skill 是免费的吗?

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

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

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

谁开发了 wechat-article-skill?

由 Alien(@alienhub)开发并维护,当前版本 v0.0.1。

💬 留言讨论