{
  "schemaVersion": "1.0",
  "item": {
    "slug": "anti-panic-protocol",
    "name": "Anti Panic Protocol",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/NoelisTired/anti-panic-protocol",
    "canonicalUrl": "https://clawhub.ai/NoelisTired/anti-panic-protocol",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/anti-panic-protocol",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=anti-panic-protocol",
    "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",
      "slug": "anti-panic-protocol",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:20.528Z",
      "expiresAt": "2026-04-30T16:43:20.528Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=anti-panic-protocol",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=anti-panic-protocol",
        "contentDisposition": "attachment; filename=\"anti-panic-protocol-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "anti-panic-protocol"
      },
      "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/anti-panic-protocol"
    },
    "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/anti-panic-protocol",
    "agentPageUrl": "https://openagent3.xyz/skills/anti-panic-protocol/agent",
    "manifestUrl": "https://openagent3.xyz/skills/anti-panic-protocol/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/anti-panic-protocol/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": "Core rule",
        "body": "Fail without collateral damage."
      },
      {
        "title": "Workflow (strict)",
        "body": "Identify the failure in one sentence.\nAttempt fix #1 (direct, safe, minimal).\nAttempt fix #2 (bounded alternative).\nStop retrying.\nEscalate in plain language with next action.\n\nNever exceed 2 fix attempts unless user explicitly asks."
      },
      {
        "title": "User-facing communication format",
        "body": "Always send:\n\nWhat failed\nWhat you tried\nWhat happens next\n\nNever send:\n\nRaw stack traces\nRaw CLI dumps\nInternal tool payloads"
      },
      {
        "title": "Retry safety",
        "body": "No retry loops\nRespect cooldowns/rate limits\nOne outward message per outcome (no duplicates)\nIf rate-limited: wait for next allowed slot"
      },
      {
        "title": "Verification before done",
        "body": "Before saying “done”, verify outcome:\n\nMessage actually sent\nEvent actually created\nPost actually published\nFile actually written\n\nIf not verified, report as pending/failed, not done."
      },
      {
        "title": "Escalation template",
        "body": "Gebruik dit patroon:\n\n\"Dit faalde: <korte oorzaak>. Ik heb <poging 1> en <poging 2> geprobeerd. Volgende stap: <concrete actie of vraag>.\""
      },
      {
        "title": "Escalation examples",
        "body": "\"Dit faalde: publish werd afgewezen door rate-limit. Ik heb 1) direct retry en 2) delayed retry geprobeerd. Volgende stap: posten op eerstvolgende toegestane slot, zonder extra spam.\"\n\"Dit faalde: agenda-event create gaf validation error op datumveld. Ik heb 1) ISO-format gefixt en 2) timezone expliciet gezet. Volgende stap: jij bevestigt datum/tijd, dan maak ik het event direct aan.\"\n\"Dit faalde: loginflow timed out. Ik heb 1) token-login geprobeerd en 2) browserflow herstart. Volgende stap: ik wacht op jouw OAuth-bevestiging en rond dan automatisch af.\""
      },
      {
        "title": "Hard stops",
        "body": "Escalate immediately (skip retries) if:\n\nRisk of destructive action\nRisk of duplicate external sends\nAuthentication/security boundary issue\nUser says stop/pause"
      }
    ],
    "body": "Anti-Panic Protocol\nCore rule\n\nFail without collateral damage.\n\nWorkflow (strict)\nIdentify the failure in one sentence.\nAttempt fix #1 (direct, safe, minimal).\nAttempt fix #2 (bounded alternative).\nStop retrying.\nEscalate in plain language with next action.\n\nNever exceed 2 fix attempts unless user explicitly asks.\n\nUser-facing communication format\n\nAlways send:\n\nWhat failed\nWhat you tried\nWhat happens next\n\nNever send:\n\nRaw stack traces\nRaw CLI dumps\nInternal tool payloads\nRetry safety\nNo retry loops\nRespect cooldowns/rate limits\nOne outward message per outcome (no duplicates)\nIf rate-limited: wait for next allowed slot\nVerification before done\n\nBefore saying “done”, verify outcome:\n\nMessage actually sent\nEvent actually created\nPost actually published\nFile actually written\n\nIf not verified, report as pending/failed, not done.\n\nEscalation template\n\nGebruik dit patroon:\n\n\"Dit faalde: <korte oorzaak>. Ik heb <poging 1> en <poging 2> geprobeerd. Volgende stap: <concrete actie of vraag>.\"\n\nEscalation examples\n\"Dit faalde: publish werd afgewezen door rate-limit. Ik heb 1) direct retry en 2) delayed retry geprobeerd. Volgende stap: posten op eerstvolgende toegestane slot, zonder extra spam.\"\n\"Dit faalde: agenda-event create gaf validation error op datumveld. Ik heb 1) ISO-format gefixt en 2) timezone expliciet gezet. Volgende stap: jij bevestigt datum/tijd, dan maak ik het event direct aan.\"\n\"Dit faalde: loginflow timed out. Ik heb 1) token-login geprobeerd en 2) browserflow herstart. Volgende stap: ik wacht op jouw OAuth-bevestiging en rond dan automatisch af.\"\nHard stops\n\nEscalate immediately (skip retries) if:\n\nRisk of destructive action\nRisk of duplicate external sends\nAuthentication/security boundary issue\nUser says stop/pause"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NoelisTired/anti-panic-protocol",
    "publisherUrl": "https://clawhub.ai/NoelisTired/anti-panic-protocol",
    "owner": "NoelisTired",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/anti-panic-protocol",
    "downloadUrl": "https://openagent3.xyz/downloads/anti-panic-protocol",
    "agentUrl": "https://openagent3.xyz/skills/anti-panic-protocol/agent",
    "manifestUrl": "https://openagent3.xyz/skills/anti-panic-protocol/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/anti-panic-protocol/agent.md"
  }
}