← 返回 Skills 市场
dw1161

WeChat to Obsidian

作者 dw1161 · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
272
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wechat-to-obsidian
功能描述
将微信公众号文章剪藏到 Obsidian:使用真实无头浏览器加载页面,按原文顺序保留文字、图片和 Markdown 标题层级,图片自动下载到 attachments 目录。
安全使用建议
This skill appears internally consistent with its purpose, but take these practical precautions before installing/using it: - Review and trust the agent-browser npm package before installing globally (check its npm page, repository, recent activity and any postinstall scripts). Installing global npm packages can add system binaries. - The skill will open web pages and run JavaScript in a headless browser context (agent-browser eval). That is necessary to extract content but means the browser may load third-party resources from the web. - The skill downloads images using curl with a WeChat Referer and will write files into the path you confirm. Always verify the suggested save path before confirming to avoid writing into sensitive directories. - Do not supply cookies, tokens, or private credentials to the skill. If your Obsidian vault contains sensitive files, consider running the skill against a copy or in a sandboxed environment first. - If you need stronger assurance, inspect the agent-browser package source or run it in an isolated environment (container/VM) before allowing it to write into your primary vault.
功能分析
Type: OpenClaw Skill Name: wechat-to-obsidian Version: 1.0.3 The 'wechat-to-obsidian' skill is designed to scrape WeChat articles and save them as Obsidian notes. It uses 'agent-browser' to handle lazy-loaded content and 'curl' to download images with the required Referer headers. The instructions in SKILL.md include explicit safety steps, such as requiring user confirmation before file operations and filtering out non-content images like QR codes. No evidence of data exfiltration, unauthorized execution, or malicious intent was found.
能力评估
Purpose & Capability
Name/description match the requested binaries (agent-browser, curl) and the install spec (npm agent-browser). The skill explicitly uses a real headless browser to fetch mp.weixin.qq.com content and curl to download images — these are proportionate to the stated goal.
Instruction Scope
SKILL.md contains concrete commands (agent-browser open/wait/eval, mkdir, curl) limited to extracting article content, triggering lazy-load, downloading images, and writing a Markdown file after user confirmation. It does not instruct reading unrelated system files, harvesting env vars, or exfiltrating data to unknown endpoints. It enforces a 'HARD STOP' to confirm the save location before writing.
Install Mechanism
Install is an npm package (agent-browser), which is a typical, traceable mechanism. The spec creates an agent-browser binary. No arbitrary downloads, URL shorteners, or extracts from untrusted hosts are present in the skill metadata.
Credentials
The skill declares no required environment variables or secrets. It needs network access to fetch the WeChat page and images and permission to write files into the user-confirmed Obsidian vault, which is expected for this functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide privileges or attempt to modify other skills. The only persistent side-effect is writing files to the user-selected vault directory after confirmation; npm install of agent-browser is a normal dependency step initiated by the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-to-obsidian
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-to-obsidian 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
SKILL.md 改为中文执行说明,面向中文用户;保留命令和关键英文术语,继续支持微信公众号标题层级保留。
v1.0.2
保留微信公众号视觉标题层级,README 改为中文为主、中英对照。 Preserve WeChat visual heading hierarchy and make README Chinese-first bilingual.
v1.0.0
Initial release: headless WeChat article clipper with full image+text fidelity, agent-browser powered
元数据
Slug wechat-to-obsidian
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

WeChat to Obsidian 是什么?

将微信公众号文章剪藏到 Obsidian:使用真实无头浏览器加载页面,按原文顺序保留文字、图片和 Markdown 标题层级,图片自动下载到 attachments 目录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。

如何安装 WeChat to Obsidian?

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

WeChat to Obsidian 是免费的吗?

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

WeChat to Obsidian 支持哪些平台?

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

谁开发了 WeChat to Obsidian?

由 dw1161(@dw1161)开发并维护,当前版本 v1.0.3。

💬 留言讨论