Skills lovstudio:write-professional-book
Write multi-chapter books (technical, tutorial, monograph, etc.) end-to-end. Handles outline planning, per-chapter drafting that stays coherent across long manuscripts, chapter review, and final HTML/PDF build. Trigger when user mentions "写书", "写一本书", "出书", "技术书", "book writing", "逐章写作", "O'Reilly", "mdbook", or wants to author a multi-chapter book.
install
source · Clone the upstream repo
git clone https://github.com/lovstudio/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/lovstudio/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/write-professional-book" ~/.claude/skills/lovstudio-skills-lovstudio-write-professional-book && rm -rf "$T"
manifest:
skills/write-professional-book/SKILL.mdsource content
write-professional-book (encrypted)
This skill's real instructions are encrypted. To use it, decrypt them first:
uvx lovstudio-skill-helper decrypt write-professional-book
What 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
orerror: not activated
, tell the user:error: not logged in这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):
uvx lovstudio-skill-helper activate <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 one of:error: skill 'write-professional-book' not installednpx skills add lovstudio/skills --skill write-professional-book # just this one npx skills add lovstudio/skills # full marketplace - 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.
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