{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/instant-execution-discipline",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instant-execution-discipline",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/instant-execution-discipline",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Instant Execution Discipline",
        "body": "When the user requests execution, run this protocol."
      },
      {
        "title": "Protocol (strict order)",
        "body": "Start execution first.\n\nTrigger tools/subagent/cron immediately before long explanations.\n\n\nSend start signal within 90 seconds.\n\nFormat: 🔄 実行開始: <task>\n\n\nKeep visibility during long work.\n\nSend progress every 2–5 minutes.\nFormat: 🟡 進行中: <done>/<total> | blocker(if any)\n\n\nSend completion within 60 seconds of finish signal.\n\nFormat: ✅完了 / ⚠️部分成功 / ❌失敗\nInclude: what changed, evidence, remaining items, next action."
      },
      {
        "title": "Hard rules",
        "body": "Do not say \"I will do it\" without actually launching execution.\nDo not delay execution for planning text unless safety-critical.\nDo not ask user to run commands unless blocked by unavoidable identity/auth constraints.\nIf blocked, report exact blocking layer and propose only design/permission change.\nDo not treat a kickoff/progress message as completion.\nFor subagent runs, verify final outcome (published count / URLs / blockers) before reporting done.\nIf a run ends with kickoff-only output, immediately relaunch with explicit \"finish-required\" constraints."
      },
      {
        "title": "Quick templates",
        "body": "Start:\n\n🔄 実行開始: <task>. 最小変更で適用する。\n\n\nProgress:\n\n🟡 進行中: <current step>. 問題: <none|brief>.\n\n\nComplete:\n\n✅ 完了: <result>. 変更: <files/config/jobs>. 次: <next>."
      },
      {
        "title": "KPI logging add-on (for revenue/ops runs)",
        "body": "When the task is execution-heavy (publish/release/distribution):\n\nRecord KPI in memory/YYYY-MM-DD.md\n\nexecuted: what shipped\nresult: measurable outcome (URL/count/status)\nnext: one concrete optimization\n\n\nMirror the same KPI block to Obsidian daily note.\nInclude KPI in the completion message."
      },
      {
        "title": "Funnel positioning (for ClawHub page + docs)",
        "body": "Use this skill when your agent has a conversion-sensitive workflow:\n\npaid content publishing\nproduct/skill release windows\ncampaign distribution and post-release checks\n\nPrimary outcomes this skill should improve:\n\nfaster time-to-first-action (TTFA)\nfewer \"started but not finished\" runs\nfaster user-visible completion reporting"
      },
      {
        "title": "24h KPI checks (recommended)",
        "body": "Track these after each release:\n\nSLA start rate: % runs with start signal <=90s\nFinish integrity: % runs with evidence URLs/paths attached\nKickoff-only failure rate: runs ended without final outputs\nRevenue-proxy conversion: CTA links added / clicked / downstream paid actions"
      },
      {
        "title": "Monetization packaging checklist (for ClawHub page)",
        "body": "Before each publish, ensure listing copy includes:\n\nImmediate business outcome (faster shipping / fewer dropped tasks)\nClear operator steps (start/progress/finish format)\nKPI proof points to measure value in 24h\nBest-fit use cases (paid content, release windows, conversion funnels)"
      },
      {
        "title": "Discord reporting rule (for cron execution runs)",
        "body": "If a cron task explicitly requires Discord reporting:\n\ninclude executed/result/next KPI in one compact completion block,\nattach evidence pointers (URL/path/command output),\nif direct sending is delegated by runtime, clearly note destination channel and message body draft."
      },
      {
        "title": "Postmortem rule",
        "body": "If a delay occurs, immediately:\n\nacknowledge miss,\napply a permanent rule update (MISSION or this skill),\nlog the change in memory/YYYY-MM-DD.md."
      }
    ],
    "body": "Instant Execution Discipline\n\nWhen the user requests execution, run this protocol.\n\nProtocol (strict order)\nStart execution first.\nTrigger tools/subagent/cron immediately before long explanations.\nSend start signal within 90 seconds.\nFormat: 🔄 実行開始: <task>\nKeep visibility during long work.\nSend progress every 2–5 minutes.\nFormat: 🟡 進行中: <done>/<total> | blocker(if any)\nSend completion within 60 seconds of finish signal.\nFormat: ✅完了 / ⚠️部分成功 / ❌失敗\nInclude: what changed, evidence, remaining items, next action.\nHard rules\nDo not say \"I will do it\" without actually launching execution.\nDo not delay execution for planning text unless safety-critical.\nDo not ask user to run commands unless blocked by unavoidable identity/auth constraints.\nIf blocked, report exact blocking layer and propose only design/permission change.\nDo not treat a kickoff/progress message as completion.\nFor subagent runs, verify final outcome (published count / URLs / blockers) before reporting done.\nIf a run ends with kickoff-only output, immediately relaunch with explicit \"finish-required\" constraints.\nQuick templates\nStart:\n🔄 実行開始: <task>. 最小変更で適用する。\nProgress:\n🟡 進行中: <current step>. 問題: <none|brief>.\nComplete:\n✅ 完了: <result>. 変更: <files/config/jobs>. 次: <next>.\nKPI logging add-on (for revenue/ops runs)\n\nWhen the task is execution-heavy (publish/release/distribution):\n\nRecord KPI in memory/YYYY-MM-DD.md\nexecuted: what shipped\nresult: measurable outcome (URL/count/status)\nnext: one concrete optimization\nMirror the same KPI block to Obsidian daily note.\nInclude KPI in the completion message.\nFunnel positioning (for ClawHub page + docs)\n\nUse this skill when your agent has a conversion-sensitive workflow:\n\npaid content publishing\nproduct/skill release windows\ncampaign distribution and post-release checks\n\nPrimary outcomes this skill should improve:\n\nfaster time-to-first-action (TTFA)\nfewer \"started but not finished\" runs\nfaster user-visible completion reporting\n24h KPI checks (recommended)\n\nTrack these after each release:\n\nSLA start rate: % runs with start signal <=90s\nFinish integrity: % runs with evidence URLs/paths attached\nKickoff-only failure rate: runs ended without final outputs\nRevenue-proxy conversion: CTA links added / clicked / downstream paid actions\nMonetization packaging checklist (for ClawHub page)\n\nBefore each publish, ensure listing copy includes:\n\nImmediate business outcome (faster shipping / fewer dropped tasks)\nClear operator steps (start/progress/finish format)\nKPI proof points to measure value in 24h\nBest-fit use cases (paid content, release windows, conversion funnels)\nDiscord reporting rule (for cron execution runs)\n\nIf a cron task explicitly requires Discord reporting:\n\ninclude executed/result/next KPI in one compact completion block,\nattach evidence pointers (URL/path/command output),\nif direct sending is delegated by runtime, clearly note destination channel and message body draft.\nPostmortem rule\n\nIf a delay occurs, immediately:\n\nacknowledge miss,\napply a permanent rule update (MISSION or this skill),\nlog the change in memory/YYYY-MM-DD.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rui131/instant-execution-discipline",
    "publisherUrl": "https://clawhub.ai/rui131/instant-execution-discipline",
    "owner": "rui131",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}