lovstudio-wxmp-cracker
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesewxmp-cracker (encrypted)
wxmp-cracker(已加密)
This skill's real instructions are encrypted. To use it, decrypt them first:
bash
uvx lovstudio-skill-helper decrypt wxmp-crackerWhat to do:
- Run the command above.
- The output is the actual SKILL.md for wxmp-cracker. Read it as if it were these instructions, and follow it to the letter.
- If the command prints or
error: not activated, tell the user:error: not logged in这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):npx lovstudio license <your-license-key>还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。 - If the command prints , 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: not entitled - If the command prints , the encrypted bundle isn't on disk yet. Tell the user:
error: skill 'wxmp-cracker' not installednpx lovstudio skills add wxmp-cracker # recommended: also checks deps npx skills add lovstudio/skills --skill wxmp-cracker # raw alternative - Do NOT cache the decrypted output between invocations — always re-decrypt on each use. The decryption is cheap (one HTTP round-trip) and re-running guarantees the user's license is still valid.
- If the decrypted SKILL.md references additional files (e.g. ,
references/workflow.md), DO NOT use theassets/...tool on them — those paths only exist on disk as encryptedReadblobs. Instead, decrypt each one on demand by passing its relative path as a second argument:.encRequires lovstudio-skill-helper ≥ 0.9.0. Earlier versions only decrypt SKILL.md.bashuvx lovstudio-skill-helper decrypt wxmp-cracker references/workflow.md
The encrypted payload lives in one of:
~/.claude/skills/wxmp-cracker/- You don't need to touch it directly — just call
~/.claude/skills/lovstudio-wxmp-cracker/.uvx lovstudio-skill-helper decrypt wxmp-cracker [<rel_path>]
本 Skill 的真实说明已加密。如需使用,请先解密:
bash
uvx lovstudio-skill-helper decrypt wxmp-cracker操作步骤:
- 运行上述命令。
- 输出内容即为 wxmp-cracker 的实际 SKILL.md 文件。请将其视为当前说明文档,严格按照其中内容执行。
- 如果命令输出 或
error: not activated,请告知用户:error: not logged in这是一个 Lovstudio 付费 Skill,请先激活(CLI 会打开浏览器让您登录,然后绑定您的 license key):npx lovstudio license <your-license-key>还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。 - 如果命令输出 ,工具会交互式提示用户选择:(a) 输入 license key,(b) 打开购买页面,或 (c) 取消。请让用户自行选择。
error: not entitled - 如果命令输出 ,说明加密包尚未存储在本地。请告知用户:
error: skill 'wxmp-cracker' not installednpx lovstudio skills add wxmp-cracker # 推荐方式:同时检查依赖 npx skills add lovstudio/skills --skill wxmp-cracker # 原始替代方式 - 请勿在多次调用之间缓存解密后的输出内容——每次使用时都必须重新解密。解密操作成本很低(仅一次 HTTP 往返),重新执行可确保用户的许可证仍然有效。
- 如果解密后的 SKILL.md 引用了其他文件(例如 、
references/workflow.md),请勿使用assets/...工具读取这些文件——这些路径对应的文件仅以加密的Read格式存储在本地。请通过将相对路径作为第二个参数传入,按需解密每个文件:.enc要求 lovstudio-skill-helper ≥ 0.9.0。早期版本仅支持解密 SKILL.md。bashuvx lovstudio-skill-helper decrypt wxmp-cracker references/workflow.md
加密内容存储在以下路径之一:
~/.claude/skills/wxmp-cracker/- 您无需直接操作该文件——只需调用
~/.claude/skills/lovstudio-wxmp-cracker/即可。uvx lovstudio-skill-helper decrypt wxmp-cracker [<rel_path>]