用技能生成人工安装向导
Skill that builds setup wizards
要点
- 先安装官方技能 official/devops/setup-wizard-generator,再调用它把必须人工完成的步骤做成逐步向导。
- 向导会打开目标页面、指引点击位置、安全写入 .env 或 GitHub secrets,并记住进行到哪一步。
- 内置规则:代理自己能做的步骤不得丢给向导,向导只覆盖密钥、OAuth、控制台登录这类人活。
- 目前只支持 Linux 和 macOS,原生 Windows 不可用;适合任何会卡在第三方控制台的安装流程。
原帖开头
Hermes just added an optional Skill that can turn the human-only parts of a setup into an interactive wizard. The new Setup Wizard Generator is for those moments when Hermes can handle most of the work, but eventually reaches something only you can do. Creating an API key. Log …







