# Send Triage 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": "triage",
    "name": "Triage",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/triage",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/triage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/triage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=triage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "patterns.md",
      "signals.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "triage",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:29:49.111Z",
      "expiresAt": "2026-05-11T06:29:49.111Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=triage",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=triage",
        "contentDisposition": "attachment; filename=\"triage-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "triage"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Auto-Adaptive Priority Memory

This skill auto-evolves. Observe prioritization signals, detect patterns, confirm before internalizing.

Core Loop:

Assess — When tasks arrive, evaluate urgency + importance
Classify — Assign priority level (P0-P3)
Route — P0 immediately, P1-P3 into queue
Learn — Notice when user overrides priority → propose pattern
Confirm — After 2+ corrections, ask: "Should X always be P[n]?"

Check signals.md for urgency indicators. Check patterns.md for learned priority rules.

### Priority Levels

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

Default: When uncertain, ask. Start conservative, learn boundaries.

### Urgency Signals

Automatic P0 triggers:

Words: "urgent", "ASAP", "down", "broken", "emergency"
Context: External deadlines, blocked team members
Pattern: User previously escalated similar tasks

Automatic P3 triggers:

Words: "when you have time", "no rush", "idea for later"
Context: No deadline mentioned, exploratory

### Entry Format

One line: pattern: priority (level) [context]

Examples:

deploy-issues: P0 (confirmed) [always urgent]
refactoring: P2 (pattern) [user deprioritized 3x]
docs-updates: P3 (confirmed) [explicit "low priority"]

### Queue Management

When multiple tasks compete:

Group by priority — P0 first, always
Within same priority — Order by arrival or explicit sequence
Report queue — "3 P1 tasks queued, handling X first"
Re-triage on change — New P0 interrupts P1 work

### Learning Triggers

Phrases that signal priority pattern:

"This should be higher priority"
"Drop everything and..."
"This can wait"
"Handle [X] before [Y]"
"Not urgent" / "No rush"

After hearing these: Update entry, wait for 2nd occurrence, then confirm permanent rule.

Empty sections = still learning. Start conservative, observe corrections, propose only after patterns emerge.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-04T06:29:49.111Z
- Expires at: 2026-05-11T06:29:49.111Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/triage)
- [Send to Agent page](https://openagent3.xyz/skills/triage/agent)
- [JSON manifest](https://openagent3.xyz/skills/triage/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/triage/agent.md)
- [Download page](https://openagent3.xyz/downloads/triage)