{
  "schemaVersion": "1.0",
  "item": {
    "slug": "triage",
    "name": "Triage",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/triage",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/triage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/triage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=triage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "patterns.md",
      "signals.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/triage"
    },
    "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/triage",
    "agentPageUrl": "https://openagent3.xyz/skills/triage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/triage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/triage/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": "Auto-Adaptive Priority Memory",
        "body": "This skill auto-evolves. Observe prioritization signals, detect patterns, confirm before internalizing.\n\nCore Loop:\n\nAssess — When tasks arrive, evaluate urgency + importance\nClassify — Assign priority level (P0-P3)\nRoute — P0 immediately, P1-P3 into queue\nLearn — Notice when user overrides priority → propose pattern\nConfirm — After 2+ corrections, ask: \"Should X always be P[n]?\"\n\nCheck signals.md for urgency indicators. Check patterns.md for learned priority rules."
      },
      {
        "title": "Priority Levels",
        "body": "LevelResponseExamplesP0Interrupt immediatelyServer down, security breach, deadline todayP1Next available slotBlocking work, waiting users, same-day tasksP2Scheduled queueImportant but not urgent, planning, reviewsP3BacklogIdeas, \"someday\", low-impact optimizations\n\nDefault: When uncertain, ask. Start conservative, learn boundaries."
      },
      {
        "title": "Urgency Signals",
        "body": "Automatic P0 triggers:\n\nWords: \"urgent\", \"ASAP\", \"down\", \"broken\", \"emergency\"\nContext: External deadlines, blocked team members\nPattern: User previously escalated similar tasks\n\nAutomatic P3 triggers:\n\nWords: \"when you have time\", \"no rush\", \"idea for later\"\nContext: No deadline mentioned, exploratory"
      },
      {
        "title": "Entry Format",
        "body": "One line: pattern: priority (level) [context]\n\nExamples:\n\ndeploy-issues: P0 (confirmed) [always urgent]\nrefactoring: P2 (pattern) [user deprioritized 3x]\ndocs-updates: P3 (confirmed) [explicit \"low priority\"]"
      },
      {
        "title": "Queue Management",
        "body": "When multiple tasks compete:\n\nGroup by priority — P0 first, always\nWithin same priority — Order by arrival or explicit sequence\nReport queue — \"3 P1 tasks queued, handling X first\"\nRe-triage on change — New P0 interrupts P1 work"
      },
      {
        "title": "Learning Triggers",
        "body": "Phrases that signal priority pattern:\n\n\"This should be higher priority\"\n\"Drop everything and...\"\n\"This can wait\"\n\"Handle [X] before [Y]\"\n\"Not urgent\" / \"No rush\"\n\nAfter hearing these: Update entry, wait for 2nd occurrence, then confirm permanent rule.\n\nEmpty sections = still learning. Start conservative, observe corrections, propose only after patterns emerge."
      }
    ],
    "body": "Auto-Adaptive Priority Memory\n\nThis skill auto-evolves. Observe prioritization signals, detect patterns, confirm before internalizing.\n\nCore Loop:\n\nAssess — When tasks arrive, evaluate urgency + importance\nClassify — Assign priority level (P0-P3)\nRoute — P0 immediately, P1-P3 into queue\nLearn — Notice when user overrides priority → propose pattern\nConfirm — After 2+ corrections, ask: \"Should X always be P[n]?\"\n\nCheck signals.md for urgency indicators. Check patterns.md for learned priority rules.\n\nPriority Levels\nLevel\tResponse\tExamples\nP0\tInterrupt immediately\tServer down, security breach, deadline today\nP1\tNext available slot\tBlocking work, waiting users, same-day tasks\nP2\tScheduled queue\tImportant but not urgent, planning, reviews\nP3\tBacklog\tIdeas, \"someday\", low-impact optimizations\n\nDefault: When uncertain, ask. Start conservative, learn boundaries.\n\nUrgency Signals\n\nAutomatic P0 triggers:\n\nWords: \"urgent\", \"ASAP\", \"down\", \"broken\", \"emergency\"\nContext: External deadlines, blocked team members\nPattern: User previously escalated similar tasks\n\nAutomatic P3 triggers:\n\nWords: \"when you have time\", \"no rush\", \"idea for later\"\nContext: No deadline mentioned, exploratory\nEntry Format\n\nOne line: pattern: priority (level) [context]\n\nExamples:\n\ndeploy-issues: P0 (confirmed) [always urgent]\nrefactoring: P2 (pattern) [user deprioritized 3x]\ndocs-updates: P3 (confirmed) [explicit \"low priority\"]\nWork Categories\n<!-- Task types and default priorities -->\nTime Patterns\n<!-- Time-based rules: mornings, Fridays, etc. -->\nSource Routing\n<!-- Priority by source: Slack vs email vs direct -->\nOverrides\n<!-- User corrections that became patterns -->\nQueue Management\n\nWhen multiple tasks compete:\n\nGroup by priority — P0 first, always\nWithin same priority — Order by arrival or explicit sequence\nReport queue — \"3 P1 tasks queued, handling X first\"\nRe-triage on change — New P0 interrupts P1 work\nLearning Triggers\n\nPhrases that signal priority pattern:\n\n\"This should be higher priority\"\n\"Drop everything and...\"\n\"This can wait\"\n\"Handle [X] before [Y]\"\n\"Not urgent\" / \"No rush\"\n\nAfter hearing these: Update entry, wait for 2nd occurrence, then confirm permanent rule.\n\nEmpty sections = still learning. Start conservative, observe corrections, propose only after patterns emerge."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/triage",
    "publisherUrl": "https://clawhub.ai/ivangdavila/triage",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/triage",
    "downloadUrl": "https://openagent3.xyz/downloads/triage",
    "agentUrl": "https://openagent3.xyz/skills/triage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/triage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/triage/agent.md"
  }
}