📦 WeChat Article to Obsidian — 微信文章转笔记
v1.1.2一键将微信公众号文章(mp.weixin.qq.com)保存为干净 Markdown 笔记并自动同步到 Obsidian,无需手动复制粘贴,保留原文排版与图片,方便知识管理与离线阅读。
0· 127·1 当前·1 累计
下载技能包
最后更新
2026/4/13
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and implements exactly what it promises. Before installing: 1) Ensure you only set vault_disk_root to a folder you explicitly want the skill to write into (it enforces staying inside the vault root, but the path is still user-provided). 2) Be aware Playwright (if used) will require additional packages and may download Chromium binaries on first run; adjust the Python shebang (scripts/fetch-browser.py) or run it with your system python if the bundled path doesn't exist...详细分析 ▾
✓ 用途与能力
Name/description match the actual code and runtime instructions. The scripts implement fetching (curl + optional Playwright fallback), parsing to Markdown, and safe direct-write saving to an Obsidian vault. No unrelated credentials, cloud APIs, or binaries are required.
✓ 指令范围
SKILL.md and the scripts only read the provided article URL(s), temporary files, and the skill's config.json, and then write Markdown into the user's configured vault root. The browser fallback uses Playwright to evaluate page DOM and embed the article content; no external tracking or remote exfil endpoints are present in the scripts. The skill does instruct the agent to write persistent config to <skill-path>/config.json and to write notes into vault_disk_root (user-supplied).
ℹ 安装机制
This is instruction-only (no packaged installer). Dependencies are Node >=18, curl, and optionally Playwright + a Chromium/Chrome runtime. Playwright itself typically downloads browser binaries at first-run; the scripts attempt to require-playwright from local or global installs but do not fetch arbitrary code from unknown URLs. The Python fallback script uses a hardcoded Homebrew Python shebang which is non-portable and may require adjustment on some systems.
✓ 凭证需求
The skill requests no environment variables or secrets. The only persistent configuration is a user-supplied vault path and default save location (config.json). These are reasonable and proportional to the stated task of saving notes to an on-disk Obsidian vault.
ℹ 持久化与权限
always:false (normal). The skill writes a per-skill config.json in its own path and can perform direct writes into a user-specified vault_disk_root. This is expected behavior for a clipping/save-to-vault skill but means the agent—if allowed to run the skill autonomously—can create files in the configured vault without an additional prompt. There is no evidence the skill alters other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.22026/4/1
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install wechat-article-to-obsidian
镜像加速npx clawhub@latest install wechat-article-to-obsidian --registry https://cn.longxiaskill.com镜像同步中