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

### Transcript Triage

Parse AI conversation transcripts → numbered topics → groom into positions.

### Flow

Trigger: User provides transcript (MD format)
Parse: AI extracts topics, decisions, action items
Triage: Classify by urgency/importance:

NOW - Current epic (immediate)
LATER - Future epics (planned)
BACKLOG - Ideas (someday/maybe)
DECISIONS - What was agreed (log)


Groom: User positions topics in correct places (ROADMAP, epic-notes, memory)

### Triggers

"triage transcript"
"parse conversation"
"organize chat"
"extract action items from [file/paste]"

### Output Format

## Triage Results

### NOW (v1.1.0 Contract Diagram)
1. [Topic] - [Brief description]
2. [Topic] - [Brief description]

### LATER (Future Epics)
3. [Topic] - [Brief description]
4. [Topic] - [Brief description]

### BACKLOG (Ideas)
5. [Topic] - [Brief description]

### DECISIONS (Log to Memory)
- [Decision] - [Context]
- [Decision] - [Context]

### Integration Points

Backstage: Auto-add NOW items to current epic-notes/
ROADMAP: Suggest LATER items as new epics
Memory: Log DECISIONS to memory/YYYY-MM-DD.md

### Notes

Why this skill?

External AI chats (Claude, ChatGPT, etc.) generate valuable insights
Transcripts are hard to parse manually
Need systematic way to extract → classify → act

Similar skills:

Backstage (epic management, checks)
Roadmap (epic planning, grooming)
Memory (decision logging)

Unique value:

Bridges external conversations → internal workflow
Automates triage (urgency + importance)
Preserves context (decisions logged, not lost)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nonlinear
- Version: 1.0.1
## 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-01T05:32:59.964Z
- Expires at: 2026-05-08T05:32:59.964Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/transcript-triage)
- [Send to Agent page](https://openagent3.xyz/skills/transcript-triage/agent)
- [JSON manifest](https://openagent3.xyz/skills/transcript-triage/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/transcript-triage/agent.md)
- [Download page](https://openagent3.xyz/downloads/transcript-triage)