☰
Current Page
Main Menu
Home
Home
Editing README
Edit
Preview
H1
H2
H3
default
Set your preferred keybinding
default
vim
emacs
markdown
Set this page's format to
Markdown
Plain Text
Pod
RDoc
reStructuredText
Rendering unavailable for
AsciiDoc
BibTeX
Creole
MediaWiki
Org-mode
Textile
Help 1
Help 1
Help 1
Help 2
Help 3
Help 4
Help 5
Help 6
Help 7
Help 8
Autosaved text is available. Click the button to restore it.
Restore Text
# WeChat Article Reader An OpenClaw skill for reading WeChat official account articles. ## Features - Auto-normalizes WeChat article URLs (appends `?scene=1` to bypass CAPTCHA) - Extracts article body text using the built-in browser tool - Cascading content selectors (`#js_content` → `.rich_media_content` → `body`) ## Install ```bash # From local directory openclaw skill install ./skills/wechat-article-reader # From GitHub openclaw skill install https://github.com/bernylinville/my-skills/blob/main/skills/wechat-article-reader/SKILL.md ``` ## Usage In OpenClaw, simply ask: ``` Read this WeChat article https://mp.weixin.qq.com/s/xxx ``` ## File Structure ``` wechat-article-reader/ ├── SKILL.md # Skill definition └── README.md # This file ```
Uploading file...
Edit message:
Cancel