← 返回 Skills 市场
Wechat Collect
作者
Abigale-cyber
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-collect
功能描述
Fetch a public WeChat article URL, archive the raw HTML, and convert the article into a stage-1 compatible brief in `content-production/inbox/`. Use when Cod...
安全使用建议
This skill appears coherent and limited to collecting public WeChat articles. Before installing, consider: (1) it will fetch arbitrary public URLs you provide and will write raw HTML into content-production/inbox/raw/wechat — treat those archives as potentially sensitive and store them appropriately; (2) there is an optional browser fallback (browser_fetch_html) that may open an interactive browser to solve captchas — enabling that requires installing Playwright/npm per the README and may create a browser profile under the workspace .cache directory; review how the browser fallback is implemented in skill_runtime.wechat_access if you are concerned about cookie/profile usage; (3) the skill imports helper functions from skill_runtime.wechat_access which are not included here — inspect that module for any unexpected network calls or telemetry if you want higher assurance. If you only provide public article URLs and do not enable the browser fallback, the skill's behavior is limited and proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: wechat-collect
Version: 1.0.0
The wechat-collect skill is a legitimate utility designed to scrape public WeChat articles, extract metadata (title, author, date), and generate a structured markdown brief for downstream content production. The code in runtime.py uses standard parsing techniques (lxml/XPath) and includes robust sanitization (slugify) to prevent path traversal when writing files. It handles WeChat-specific challenges like captchas by optionally invoking a browser via Playwright, which is consistent with its stated purpose.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, runtime.py, and skill.json consistently implement a collector that fetches a public mp.weixin.qq.com URL, extracts title/author/date/paragraphs, writes a brief and archives HTML. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions and code limit activity to: read an input file for a URL, fetch that URL (including an optional browser fallback for captcha), parse HTML, and write brief/archive files under content-production/inbox. There are no instructions to read unrelated system files, access other services, or transmit data to endpoints beyond the fetched article URL.
Install Mechanism
The skill is instruction-only (no install spec). README documents an optional Playwright/browser install for captcha fallback; this is not installed automatically by the skill. This is reasonable for the task, but users should be aware that enabling the browser fallback requires installing npm/playwright components outside the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime only uses workspace-relative paths (.cache) and writes outputs to the declared inbox/archive directories — proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request permanent platform presence or modify other skills. It writes files into its workspace/inbox and archive directories only, which is expected behavior for a collector.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-collect - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-collect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wechat-collect 1.0.0 initial release:
- Fetches public WeChat article HTML from a provided URL in a text file.
- Extracts title, author, date, and main content for brief creation.
- Outputs a stage-1 compatible brief for downstream writing workflows.
- Archives the original raw HTML for traceability.
- Handles only publicly accessible articles; may fail on deleted or blocked content.
元数据
常见问题
Wechat Collect 是什么?
Fetch a public WeChat article URL, archive the raw HTML, and convert the article into a stage-1 compatible brief in `content-production/inbox/`. Use when Cod... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Wechat Collect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-collect」即可一键安装,无需额外配置。
Wechat Collect 是免费的吗?
是的,Wechat Collect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wechat Collect 支持哪些平台?
Wechat Collect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wechat Collect?
由 Abigale-cyber(@abigale-cyber)开发并维护,当前版本 v1.0.0。
推荐 Skills