lovstudio-proposal

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

proposal (encrypted)

proposal (encrypted)

This skill's real instructions are encrypted. To use it, decrypt them first:
bash
uvx lovstudio-skill-helper decrypt proposal
What to do:
  1. Run the command above.
  2. The output is the actual SKILL.md for proposal. 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):
    uvx lovstudio-skill-helper activate <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 'proposal' not installed
    , the encrypted bundle isn't on disk yet. Tell the user one of:
    npx skills add lovstudio/skills --skill proposal -y -g   # just this one
    npx skills add lovstudio/skills --all -g                 # full marketplace
  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.
The encrypted payload lives in one of:
  • ~/.claude/skills/proposal/
  • ~/.claude/skills/lovstudio-proposal/
    You don't need to touch it directly — just call
    uvx lovstudio-skill-helper decrypt proposal
    .
该Skill的实际指令已加密。如需使用,请先解密:
bash
uvx lovstudio-skill-helper decrypt proposal
操作步骤:
  1. 运行上述命令。
  2. 输出内容即为proposal对应的实际SKILL.md文件。请将其视为当前指令,严格按照要求执行。
  3. 如果命令输出
    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 购买,或关注 #公众号:手工川 购买。
  4. 如果命令输出
    error: not entitled
    ,助手会交互式提示用户选择:(a) 输入许可证密钥,(b) 打开购买页面,或(c) 取消。请让用户自行选择。
  5. 如果命令输出
    error: skill 'proposal' not installed
    ,说明加密包尚未存储在本地。请告知用户执行以下命令之一:
    npx skills add lovstudio/skills --skill proposal -y -g   # 仅安装该Skill
    npx skills add lovstudio/skills --all -g                 # 安装全部市场Skill
  6. 请勿在多次调用之间缓存解密后的输出内容——每次使用时都必须重新解密。解密操作成本很低(仅一次HTTP往返),重新执行可确保用户的许可证仍然有效。
加密 payload 存储在以下路径之一:
  • ~/.claude/skills/proposal/
  • ~/.claude/skills/lovstudio-proposal/
    你无需直接操作该文件——只需调用
    uvx lovstudio-skill-helper decrypt proposal
    即可。