ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

blocker-min-input

When blocked, report exact blocker + attempts made + minimum user input needed. Enable fast unblock without back-and-forth.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dalomeve/blocker-min-input
Or

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

BlockerMinimum Input
Missing API keyRun: openclaw configure --section web
Permission deniedGrant write access to: D:\folder OR Use fallback: C:\workspace\folder
Auth failureCheck token in: openclaw.json

Executable Completion Criteria

CriteriaVerification
Blocker text exactQuote error message verbatim
Attempts listedAt least 2 attempts documented
Minimum input specificSingle command or action
Fallback providedAlternative 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.

Metadata

Author@dalomeve
Stars3376
Views1
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dalomeve-blocker-min-input": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.