Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: log-triage
3owner: openagents
4version: 1.0.0
5kind: skill
6title: Log Triage
7summary: "Turn a wall of logs into a ranked set of hypotheses, each with the evidence for it and the cheapest way to test it"
8license: MIT
9tags: [debugging, logs, incident, observability, skill]
10runtimes: [claude-code, cursor, codex, openai-agents, langgraph, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: SKILL.md
16files:
17 - SKILL.md
18 - templates/triage.md
19inputs:
20 - name: logs
21 type: string
22 required: true
23 description: "Log file, paste, or query results"
24 - name: symptom
25 type: string
26 required: false
27 description: "What was observed to be wrong, if known"
28requires: []
29

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc