# Send Blocker Minimum Input to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "blocker-min-input",
    "name": "Blocker Minimum Input",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Dalomeve/blocker-min-input",
    "canonicalUrl": "https://clawhub.ai/Dalomeve/blocker-min-input",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/blocker-min-input",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blocker-min-input",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "blocker-min-input",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T05:59:21.610Z",
      "expiresAt": "2026-05-06T05:59:21.610Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blocker-min-input",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blocker-min-input",
        "contentDisposition": "attachment; filename=\"blocker-min-input-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "blocker-min-input"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/blocker-min-input"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/blocker-min-input",
    "downloadUrl": "https://openagent3.xyz/downloads/blocker-min-input",
    "agentUrl": "https://openagent3.xyz/skills/blocker-min-input/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blocker-min-input/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blocker-min-input/agent.md"
  }
}
```
## Documentation

### 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

### 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 InputMissing API keyRun: openclaw configure --section webPermission deniedGrant write access to: D:\\folder OR Use fallback: C:\\workspace\\folderAuth failureCheck token in: openclaw.json

### Executable Completion Criteria

CriteriaVerificationBlocker text exactQuote error message verbatimAttempts listedAt least 2 attempts documentedMinimum input specificSingle command or actionFallback 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Dalomeve
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T05:59:21.610Z
- Expires at: 2026-05-06T05:59:21.610Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/blocker-min-input)
- [Send to Agent page](https://openagent3.xyz/skills/blocker-min-input/agent)
- [JSON manifest](https://openagent3.xyz/skills/blocker-min-input/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/blocker-min-input/agent.md)
- [Download page](https://openagent3.xyz/downloads/blocker-min-input)