# Send Task Finish Contract 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": "task-finish-contract",
    "name": "Task Finish Contract",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Dalomeve/task-finish-contract",
    "canonicalUrl": "https://clawhub.ai/Dalomeve/task-finish-contract",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/task-finish-contract",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-finish-contract",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/privacy-checklist.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "task-finish-contract",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T01:23:04.683Z",
      "expiresAt": "2026-05-11T01:23:04.683Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-finish-contract",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-finish-contract",
        "contentDisposition": "attachment; filename=\"task-finish-contract-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "task-finish-contract"
      },
      "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/task-finish-contract"
    },
    "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/task-finish-contract",
    "downloadUrl": "https://openagent3.xyz/downloads/task-finish-contract",
    "agentUrl": "https://openagent3.xyz/skills/task-finish-contract/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task-finish-contract/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task-finish-contract/agent.md"
  }
}
```
## Documentation

### Task Finish Contract

Prevent mid-task stalls. Every task must finish with explicit state and evidence.

### Problem

Agents often:

Stop mid-task without explanation
Output plans without execution
Lack clear completion criteria
Missing evidence artifacts

### 1. State Output (Each Substantial Step)

**Goal**: What finished looks like
**Progress**: What has been done
**Next**: One concrete action executing now

### 2. Completion Proof Format

For tasks with 2+ steps, include:

**DONE_CHECKLIST**:
- [ ] Item 1 completed
- [ ] Item 2 completed

**EVIDENCE**:
- Executed: command/action summary
- Artifact: path/URL/id
- Verified: check command result

**NEXT_AUTONOMOUS_STEP**:
- One follow-up that runs without user input

### 3. Anti-Stall Rule

Planning-only replies: max 1
Next reply MUST contain execution evidence
Never end with "I will now..." without tool result

### Executable Completion Criteria

CriteriaVerificationGoal statedSelect-String "Goal" memory/{date}.md matchesProgress trackedSelect-String "Progress" memory/{date}.md matchesNext action definedSelect-String "Next" memory/{date}.md matchesEvidence presentArtifact path/URL existsNo unresolved markers\`Select-String "TODO

### Privacy/Safety

No sensitive data in completion evidence
Artifact paths use relative or workspace paths
No credentials in task logs

### Self-Use Trigger

Use when:

Starting any multi-step task
Resuming after interruption
Handoff to another agent

Finish what you start. Prove it with evidence.
## 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-05-04T01:23:04.683Z
- Expires at: 2026-05-11T01:23:04.683Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/task-finish-contract)
- [Send to Agent page](https://openagent3.xyz/skills/task-finish-contract/agent)
- [JSON manifest](https://openagent3.xyz/skills/task-finish-contract/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/task-finish-contract/agent.md)
- [Download page](https://openagent3.xyz/downloads/task-finish-contract)