lovstudio-write-professional-book
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesewrite-professional-book (encrypted)
write-professional-book(已加密)
This skill's real instructions are encrypted. To use it, decrypt them first:
bash
uvx lovstudio-skill-helper decrypt write-professional-bookWhat to do:
- Run the command above.
- The output is the actual SKILL.md for write-professional-book. 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 'write-professional-book' not installednpx lovstudio skills add write-professional-book # recommended: also checks deps npx skills add lovstudio/skills --skill write-professional-book # 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 write-professional-book references/workflow.md
The encrypted payload lives in one of:
~/.claude/skills/write-professional-book/- You don't need to touch it directly — just call
~/.claude/skills/lovstudio-write-professional-book/.uvx lovstudio-skill-helper decrypt write-professional-book [<rel_path>]
此skill的真实说明已加密。如需使用,请先解密:
bash
uvx lovstudio-skill-helper decrypt write-professional-book操作步骤:
- 运行上述命令。
- 输出内容即为write-professional-book对应的实际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 'write-professional-book' not installednpx lovstudio skills add write-professional-book # 推荐:同时检查依赖 npx skills add lovstudio/skills --skill write-professional-book # 原始替代方案 - 请勿在多次调用之间缓存解密后的输出——每次使用时都要重新解密。解密操作成本很低(仅一次HTTP往返),重新运行可确保用户的license仍然有效。
- 如果解密后的SKILL.md引用了其他文件(例如、
references/workflow.md),请勿使用assets/...工具读取这些文件——这些路径仅以加密的Readblob形式存在于磁盘上。相反,可通过将其相对路径作为第二个参数传入,按需解密每个文件:.enc要求lovstudio-skill-helper ≥ 0.9.0。早期版本仅支持解密SKILL.md。bashuvx lovstudio-skill-helper decrypt write-professional-book references/workflow.md
加密 payload 存储在以下位置之一:
~/.claude/skills/write-professional-book/- 您无需直接操作该文件——只需调用
~/.claude/skills/lovstudio-write-professional-book/即可。uvx lovstudio-skill-helper decrypt write-professional-book [<rel_path>]