# Send instant-execution-discipline 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": "instant-execution-discipline",
    "name": "instant-execution-discipline",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/rui131/instant-execution-discipline",
    "canonicalUrl": "https://clawhub.ai/rui131/instant-execution-discipline",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/instant-execution-discipline",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instant-execution-discipline",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "instant-execution-discipline",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T20:44:58.071Z",
      "expiresAt": "2026-05-08T20:44:58.071Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instant-execution-discipline",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instant-execution-discipline",
        "contentDisposition": "attachment; filename=\"instant-execution-discipline-0.1.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "instant-execution-discipline"
      },
      "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/instant-execution-discipline"
    },
    "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/instant-execution-discipline",
    "downloadUrl": "https://openagent3.xyz/downloads/instant-execution-discipline",
    "agentUrl": "https://openagent3.xyz/skills/instant-execution-discipline/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instant-execution-discipline/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instant-execution-discipline/agent.md"
  }
}
```
## Documentation

### Instant Execution Discipline

When the user requests execution, run this protocol.

### Protocol (strict order)

Start execution first.

Trigger tools/subagent/cron immediately before long explanations.


Send start signal within 90 seconds.

Format: 🔄 実行開始: <task>


Keep visibility during long work.

Send progress every 2–5 minutes.
Format: 🟡 進行中: <done>/<total> | blocker(if any)


Send completion within 60 seconds of finish signal.

Format: ✅完了 / ⚠️部分成功 / ❌失敗
Include: what changed, evidence, remaining items, next action.

### Hard rules

Do not say "I will do it" without actually launching execution.
Do not delay execution for planning text unless safety-critical.
Do not ask user to run commands unless blocked by unavoidable identity/auth constraints.
If blocked, report exact blocking layer and propose only design/permission change.
Do not treat a kickoff/progress message as completion.
For subagent runs, verify final outcome (published count / URLs / blockers) before reporting done.
If a run ends with kickoff-only output, immediately relaunch with explicit "finish-required" constraints.

### Quick templates

Start:

🔄 実行開始: <task>. 最小変更で適用する。


Progress:

🟡 進行中: <current step>. 問題: <none|brief>.


Complete:

✅ 完了: <result>. 変更: <files/config/jobs>. 次: <next>.

### KPI logging add-on (for revenue/ops runs)

When the task is execution-heavy (publish/release/distribution):

Record KPI in memory/YYYY-MM-DD.md

executed: what shipped
result: measurable outcome (URL/count/status)
next: one concrete optimization


Mirror the same KPI block to Obsidian daily note.
Include KPI in the completion message.

### Funnel positioning (for ClawHub page + docs)

Use this skill when your agent has a conversion-sensitive workflow:

paid content publishing
product/skill release windows
campaign distribution and post-release checks

Primary outcomes this skill should improve:

faster time-to-first-action (TTFA)
fewer "started but not finished" runs
faster user-visible completion reporting

### 24h KPI checks (recommended)

Track these after each release:

SLA start rate: % runs with start signal <=90s
Finish integrity: % runs with evidence URLs/paths attached
Kickoff-only failure rate: runs ended without final outputs
Revenue-proxy conversion: CTA links added / clicked / downstream paid actions

### Monetization packaging checklist (for ClawHub page)

Before each publish, ensure listing copy includes:

Immediate business outcome (faster shipping / fewer dropped tasks)
Clear operator steps (start/progress/finish format)
KPI proof points to measure value in 24h
Best-fit use cases (paid content, release windows, conversion funnels)

### Discord reporting rule (for cron execution runs)

If a cron task explicitly requires Discord reporting:

include executed/result/next KPI in one compact completion block,
attach evidence pointers (URL/path/command output),
if direct sending is delegated by runtime, clearly note destination channel and message body draft.

### Postmortem rule

If a delay occurs, immediately:

acknowledge miss,
apply a permanent rule update (MISSION or this skill),
log the change in memory/YYYY-MM-DD.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rui131
- Version: 0.1.6
## 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-01T20:44:58.071Z
- Expires at: 2026-05-08T20:44:58.071Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/instant-execution-discipline)
- [Send to Agent page](https://openagent3.xyz/skills/instant-execution-discipline/agent)
- [JSON manifest](https://openagent3.xyz/skills/instant-execution-discipline/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/instant-execution-discipline/agent.md)
- [Download page](https://openagent3.xyz/downloads/instant-execution-discipline)