← 返回 Skills 市场
dalomeve

Blocker Minimum Input

作者 Dalomeve · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
327
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install blocker-min-input
功能描述
When blocked, report exact blocker + attempts made + minimum user input needed. Enable fast unblock without back-and-forth.
使用说明 (SKILL.md)

Blocker Minimum Input

When blocked, provide everything needed for fast unblock. No back-and-forth.

Problem

Agents often:

  • Say "blocked" without specifics
  • Don't report what was tried
  • Ask vague questions
  • Require multiple clarifications

Workflow

1. Blocker Report Format

**Blocker**: Exact error/blocker text
**Attempts Made**: 
- Attempt 1: what + result
- Attempt 2: what + result
**Minimum Unblock Input**: Smallest user action needed
**Fallback Option**: Alternative if user cannot unblock

2. Attempt Requirements

Before reporting blocker:

  • Retry same approach with corrected parameters (1x)
  • Try one fallback path
  • If both fail, report with evidence

3. Minimum Input Examples

Blocker Minimum Input
Missing API key Run: openclaw configure --section web
Permission denied Grant write access to: D:\folder OR Use fallback: C:\workspace\folder
Auth failure Check token in: openclaw.json

Executable Completion Criteria

Criteria Verification
Blocker text exact Quote error message verbatim
Attempts listed At least 2 attempts documented
Minimum input specific Single command or action
Fallback provided Alternative path exists

Privacy/Safety

  • No credentials in blocker reports
  • Redact tokens/keys from error messages
  • Use generic paths when sensitive

Self-Use Trigger

Use when:

  • Any tool call fails twice
  • User input required to proceed
  • Permission/auth issues detected

One report. One input. Unblock fast.

安全使用建议
This skill appears coherent and low-risk: it only contains instructions for how an agent should report blockers and asks for no credentials or installs. Before enabling, consider two practical safeguards: (1) configure the agent to confirm with the user before retrying commands that might change state (to avoid unintentional destructive retries); (2) ensure the agent implements robust redaction when quoting error messages (errors can sometimes include tokens or sensitive paths). If you want stricter behavior, request the skill be modified to refuse automatic retries on potentially unsafe commands and to use a clear redaction routine for secrets.
功能分析
Type: OpenClaw Skill Name: blocker-min-input Version: 1.0.0 The skill `blocker-min-input` is designed to improve an AI agent's reporting when it encounters a blocker. The `SKILL.md` file provides instructions for the agent to format blocker reports with specific details like exact error text, attempts made, minimum user input needed, and fallback options. Crucially, it includes explicit 'Privacy/Safety' guidelines instructing the agent to redact tokens/keys and avoid credentials in reports. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection designed to subvert the agent for harmful purposes; instead, the instructions aim to enhance helpfulness and safety.
能力评估
Purpose & Capability
The name/description promise (report exact blocker, attempts, and minimum input) matches the instructions in SKILL.md. The file-only, instruction-only nature and absence of env vars/binaries/install spec are proportionate to the claimed functionality. Examples referencing openclaw CLI/config are reasonable for an agent-internal unblock helper.
Instruction Scope
Instructions are narrowly focused on retrying once, trying one fallback, and reporting evidence, which stays within the stated purpose. Two cautions: (1) automatic retrying of commands may have side effects if the command is destructive — the skill does not require the agent to confirm with the user before re-running potentially state-changing operations; (2) quoting error messages verbatim can accidentally expose secrets if errors include tokens — the SKILL.md says to redact tokens but does not specify how to reliably detect/redact them. These are operational precautions rather than evidence of malice.
Install Mechanism
No install spec, no code files — instruction-only reduces risk because nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. Examples mention openclaw.json and CLI commands as user actions, but the skill does not ask the agent to read secrets or require platform credentials.
Persistence & Privilege
always:false and no hooks to modify other skills or system config. The skill can be invoked by the agent, which is the platform default and acceptable here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install blocker-min-input
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /blocker-min-input 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release with clear blocker reporting for faster unblocking. - Standardized "Blocker Report" format: exact error, attempts made, minimum user input, and fallback. - Agents must try at least two solutions before reporting a blocker. - Reports include specific minimum input and an alternative option. - Privacy measures: redact credentials and sensitive paths from all outputs.
元数据
Slug blocker-min-input
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Blocker Minimum Input 是什么?

When blocked, report exact blocker + attempts made + minimum user input needed. Enable fast unblock without back-and-forth. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 327 次。

如何安装 Blocker Minimum Input?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install blocker-min-input」即可一键安装,无需额外配置。

Blocker Minimum Input 是免费的吗?

是的,Blocker Minimum Input 完全免费(开源免费),可自由下载、安装和使用。

Blocker Minimum Input 支持哪些平台?

Blocker Minimum Input 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Blocker Minimum Input?

由 Dalomeve(@dalomeve)开发并维护,当前版本 v1.0.0。

💬 留言讨论