什么是 user-input-protocol?
用于请求人工输入的结构化检查点格式。当代理需要做出决定时,它必须停下来,呈现上下文,显示选项,然后等待。当委派给子代理、运行后台任务或遇到任何需要人工判断的决策点时激活。 来源:jwilger/agent-skills。
用于请求人工输入的结构化检查点格式。当代理需要做出决定时,它必须停下来,呈现上下文,显示选项,然后等待。当委派给子代理、运行后台任务或遇到任何需要人工判断的决策点时激活。
通过命令行快速安装 user-input-protocol AI 技能到你的开发环境
来源:jwilger/agent-skills。
Value: Respect -- the developer's judgment governs all consequential decisions. The agent never assumes when it should ask.
Defines a structured format for agents to request human input at decision points. Prevents agents from making assumptions on the developer's behalf, ensures questions include enough context for informed decisions, and provides a pause-and-resume pattern for subagents that cannot directly prompt the user.
When you encounter a decision that requires human judgment, stop working immediately. Do not guess. Do not pick the "most likely" option. Present the decision clearly and wait.
用于请求人工输入的结构化检查点格式。当代理需要做出决定时,它必须停下来,呈现上下文,显示选项,然后等待。当委派给子代理、运行后台任务或遇到任何需要人工判断的决策点时激活。 来源:jwilger/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/jwilger/agent-skills --skill user-input-protocol用于请求人工输入的结构化检查点格式。当代理需要做出决定时,它必须停下来,呈现上下文,显示选项,然后等待。当委派给子代理、运行后台任务或遇到任何需要人工判断的决策点时激活。 来源:jwilger/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jwilger/agent-skills --skill user-input-protocol 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jwilger/agent-skills