From content-creation
Crawls WeChat public account articles from mp.weixin.qq.com: handles login/session renewal, searches accounts, fetches lists/content, exports to Markdown/JSON/CSV by date window.
npx claudepluginhub lovstudio/skills --plugin content-creationThis skill uses the workspace's default tool permissions.
This skill's real instructions are encrypted. To use it, decrypt them first:
Publishes Markdown or HTML articles to WeChat Official Account drafts via Python API scripts, with account listing and format conversion.
Posts articles or image-text content to WeChat Official Accounts via API or Chrome CDP. Supports HTML, Markdown, plain text input, and multiple images for 图文/贴图.
Posts articles from HTML, Markdown, or plain text and image-text content with multiple images to WeChat Official Accounts via API or Chrome CDP. Converts Markdown external links to bottom citations.
Share bugs, ideas, or general feedback.
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>].