lovstudio-proposal
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseproposal (encrypted)
proposal (encrypted)
This skill's real instructions are encrypted. To use it, decrypt them first:
bash
uvx lovstudio-skill-helper decrypt proposalWhat to do:
- Run the command above.
- The output is the actual SKILL.md for proposal. 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):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 'proposal' not installednpx skills add lovstudio/skills --skill proposal -y -g # just this one npx skills add lovstudio/skills --all -g # 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/proposal/- You don't need to touch it directly — just call
~/.claude/skills/lovstudio-proposal/.uvx lovstudio-skill-helper decrypt proposal
该Skill的实际指令已加密。如需使用,请先解密:
bash
uvx lovstudio-skill-helper decrypt proposal操作步骤:
- 运行上述命令。
- 输出内容即为proposal对应的实际SKILL.md文件。请将其视为当前指令,严格按照要求执行。
- 如果命令输出或
error: not activated,请告知用户:error: not logged in这是一个 Lovstudio 付费 skill,请先激活(CLI 会打开浏览器让你登录,然后绑定你的 license key):uvx lovstudio-skill-helper activate <your-license-key>还没有 license key?前往 https://lovstudio.ai 购买,或关注 #公众号:手工川 购买。 - 如果命令输出,助手会交互式提示用户选择:(a) 输入许可证密钥,(b) 打开购买页面,或(c) 取消。请让用户自行选择。
error: not entitled - 如果命令输出,说明加密包尚未存储在本地。请告知用户执行以下命令之一:
error: skill 'proposal' not installednpx skills add lovstudio/skills --skill proposal -y -g # 仅安装该Skill npx skills add lovstudio/skills --all -g # 安装全部市场Skill - 请勿在多次调用之间缓存解密后的输出内容——每次使用时都必须重新解密。解密操作成本很低(仅一次HTTP往返),重新执行可确保用户的许可证仍然有效。
加密 payload 存储在以下路径之一:
~/.claude/skills/proposal/- 你无需直接操作该文件——只需调用
~/.claude/skills/lovstudio-proposal/即可。uvx lovstudio-skill-helper decrypt proposal