lovstudio-event-curator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

event-curator (encrypted)

event-curator (已加密)

This skill's real instructions are encrypted. To use it, decrypt them first:
bash
uvx lovstudio-skill-helper decrypt event-curator
What to do:
  1. Run the command above.
  2. The output is the actual SKILL.md for event-curator. 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-curator' not installed
    , the encrypted bundle isn't on disk yet. Tell the user one of:
    npx skills add lovstudio/skills --skill event-curator   # just this one
    npx skills add lovstudio/skills                          # full marketplace
本技能的真实说明已加密。如需使用,请先解密:
bash
uvx lovstudio-skill-helper decrypt event-curator
操作步骤:
  1. 运行上述命令。
  2. 输出内容即为event-curator对应的实际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) 输入license key,(b) 打开购买页面,或(c) 取消。请让用户自行选择即可。
  5. 若命令输出
    error: skill 'event-curator' not installed
    ,说明加密包尚未存储在本地。请告知用户以下命令之一:
    npx skills add lovstudio/skills --skill event-curator   # 仅安装此技能
    npx skills add lovstudio/skills                          # 安装全市场技能