weixin-article-to-obsidianlisted
Install: claude install-skill YangsonHung/awesome-agent-skills
# Weixin Article to Obsidian
## Overview
Capture a Weixin Official Account article into an Obsidian vault with local image assets. Prefer `opencli weixin download` for the initial article fetch, then verify and supplement the result by parsing the page source for picture-page images and article metadata.
## When to Use
Use this skill when the user:
- Provides an `mp.weixin.qq.com` article URL
- Wants the article body saved as a Markdown note in an Obsidian vault
- Wants article images downloaded locally instead of referenced from remote CDN URLs
- Wants Obsidian image links such as `![[assets/title/image.png]]`
- Wants a repeatable workflow for Weixin article clipping
## Do not use
Do not use this skill when:
- The URL is not a Weixin Official Account article
- The user only wants a visual theme extracted from the article
- The user wants to publish Markdown back to Weixin
- The target is not a local Markdown or Obsidian knowledge base
## Instructions
1. Read the target vault guidance first, especially directory rules, asset rules, and index maintenance rules.
2. Choose the semantic note directory from the article topic. Do not default to a generic clipping folder when the vault has a more specific category.
3. Run `opencli weixin download` if available:
```bash
opencli weixin download --url "https://mp.weixin.qq.com/s/example" --output /tmp/weixin-article --download-images true -f yaml
```
4. If `opencli` misses images, or if the article is a picture-page article,