From content-creation
Crawls WeChat public account articles, handles login state, searches accounts, fetches article lists and content, exports to Markdown/JSON/CSV by date window.
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-creation:wxmp-crackerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill's real instructions are encrypted. To use it, decrypt them first:
This skill's real instructions are encrypted. To use it, decrypt them first:
uvx lovstudio-skill-helper decrypt wxmp-cracker
What to do:
error: not activated or error: not logged in, tell the user:
这是一个 Lovstudio 付费 skill,请先激活:
npx lovstudio license activate lk-<your-license-key>还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。
error: not entitled, the helper will interactively prompt the user to (a) enter a license key, (b) open the purchase page, or (c) cancel. Just let the user pick.error: skill 'wxmp-cracker' not installed, the encrypted bundle isn't on disk yet. Tell the user:
npx lovstudio skills add wxmp-cracker -g -y # 只装这一个 npx lovstudio skills add skills -g -y # 一次装全部
references/workflow.md, assets/...), DO NOT use the Read tool on them — those paths only exist on disk as encrypted .enc blobs. Instead, decrypt each one on demand by passing its relative path as a second argument:
uvx lovstudio-skill-helper decrypt wxmp-cracker references/workflow.md
Requires lovstudio-skill-helper ≥ 0.9.0. Earlier versions only decrypt SKILL.md.The encrypted payload lives in one of:
~/.claude/skills/wxmp-cracker/~/.claude/skills/lovstudio-wxmp-cracker/
You don't need to touch it directly — just call uvx lovstudio-skill-helper decrypt wxmp-cracker [<rel_path>].npx claudepluginhub lovstudio/skills --plugin generalPublishes Markdown or HTML articles to WeChat Official Account drafts via Python API scripts, with account listing and format conversion.
Posts content to WeChat Official Account via API or Chrome CDP. Supports articles (HTML/markdown/text) and image-text posts. Converts markdown links to citations for WeChat-friendly output.
Fetches WeChat public account articles using Playwright headless mode, extracts title and body, saves as Markdown. Supports dynamic content, retries, and automatic legal text formatting.