lovstudio-write-professional-book

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

write-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-book
What to do:
  1. Run the command above.
  2. 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.
  3. If the command prints
    error: not activated
    or
    error: not logged in
    , tell the user:
    这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):
    npx lovstudio license <your-license-key>
    还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。
  4. If the command prints
    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.
  5. If the command prints
    error: skill 'write-professional-book' not installed
    , the encrypted bundle isn't on disk yet. Tell the user:
    npx lovstudio skills add write-professional-book                      # recommended: also checks deps
    npx skills add lovstudio/skills --skill write-professional-book       # raw alternative
  6. 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.
  7. If the decrypted SKILL.md references additional files (e.g.
    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:
    bash
    uvx lovstudio-skill-helper decrypt write-professional-book 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/write-professional-book/
  • ~/.claude/skills/lovstudio-write-professional-book/
    You don't need to touch it directly — just call
    uvx lovstudio-skill-helper decrypt write-professional-book [<rel_path>]
    .
此skill的真实说明已加密。如需使用,请先解密:
bash
uvx lovstudio-skill-helper decrypt write-professional-book
操作步骤:
  1. 运行上述命令。
  2. 输出内容即为write-professional-book对应的实际SKILL.md文件。请将其视为当前说明并严格遵循。
  3. 如果命令输出
    error: not activated
    error: not logged in
    ,请告知用户:
    这是一个Lovstudio付费skill,请先激活(CLI会打开浏览器让您登录,然后绑定您的license key):
    npx lovstudio license <your-license-key>
  4. 如果命令输出
    error: not entitled
    ,助手会交互式提示用户选择:(a) 输入license key,(b) 打开购买页面,或(c) 取消。请让用户自行选择。
  5. 如果命令输出
    error: skill 'write-professional-book' not installed
    ,说明加密包尚未存储在本地磁盘。请告知用户:
    npx lovstudio skills add write-professional-book                      # 推荐:同时检查依赖
    npx skills add lovstudio/skills --skill write-professional-book       # 原始替代方案
  6. 请勿在多次调用之间缓存解密后的输出——每次使用时都要重新解密。解密操作成本很低(仅一次HTTP往返),重新运行可确保用户的license仍然有效。
  7. 如果解密后的SKILL.md引用了其他文件(例如
    references/workflow.md
    assets/...
    ),请勿使用
    Read
    工具读取这些文件——这些路径仅以加密的
    .enc
    blob形式存在于磁盘上。相反,可通过将其相对路径作为第二个参数传入,按需解密每个文件:
    bash
    uvx lovstudio-skill-helper decrypt write-professional-book references/workflow.md
    要求lovstudio-skill-helper ≥ 0.9.0。早期版本仅支持解密SKILL.md。
加密 payload 存储在以下位置之一:
  • ~/.claude/skills/write-professional-book/
  • ~/.claude/skills/lovstudio-write-professional-book/
    您无需直接操作该文件——只需调用
    uvx lovstudio-skill-helper decrypt write-professional-book [<rel_path>]
    即可。