lovstudio-event-poster

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

event-poster (encrypted)

event-poster(已加密)

This skill's real instructions are encrypted. To use it, decrypt them first:
bash
uvx lovstudio-skill-helper decrypt event-poster
What to do:
  1. Run the command above.
  2. The output is the actual SKILL.md for event-poster. 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 'event-poster' not installed
    , the encrypted bundle isn't on disk yet. Tell the user one of:
    npx skills add lovstudio/skills --skill event-poster -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/event-poster/
  • ~/.claude/skills/lovstudio-event-poster/
    You don't need to touch it directly — just call
    uvx lovstudio-skill-helper decrypt event-poster
    .
该Skill的真实使用说明已加密。使用前请先解密:
bash
uvx lovstudio-skill-helper decrypt event-poster
操作步骤:
  1. 运行上述命令。
  2. 输出内容即为event-poster对应的实际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 'event-poster' not installed
    ,说明加密包尚未存储在本地。请告知用户执行以下命令之一:
    npx skills add lovstudio/skills --skill event-poster -y -g   # 仅安装该Skill
    npx skills add lovstudio/skills --all -g                 # 安装全部市场Skill
  6. 请勿在多次调用之间缓存解密后的输出内容——每次使用时都必须重新解密。解密操作成本很低(仅一次HTTP往返),重新执行可确保用户的许可证仍然有效。
加密内容存储在以下路径之一:
  • ~/.claude/skills/event-poster/
  • ~/.claude/skills/lovstudio-event-poster/
    你无需直接操作该文件——只需调用
    uvx lovstudio-skill-helper decrypt event-poster
    即可。