write-professional-book (encrypted)
This skill's real instructions are encrypted. To use it, decrypt them first:
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
error: not activatedorerror: not logged in, tell the user: 这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):npx lovstudio license <your-license-key>还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。 - 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. - 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 - 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,assets/...), DO NOT use theReadtool on them — those paths only exist on disk as encrypted.encblobs. Instead, decrypt each one on demand by passing its relative path as a second argument:uvx lovstudio-skill-helper decrypt write-professional-book references/workflow.mdRequires 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 calluvx lovstudio-skill-helper decrypt write-professional-book [<rel_path>].