tag

logs

5 indexed skills · max 10 per page

skills (5)

session-logs

steipete/clawdis · Productivity

0

Search and analyze your complete conversation history using jq and rg. \n \n Session logs stored as append-only JSONL files at ~/.openclaw/agents/<agentId>/sessions/ , indexed by session ID with full message transcripts including role, timestamp, content type, and token cost \n Extract user messages, assistant responses, tool calls, and metadata using jq filters; search across all sessions or within specific files using rg for keyword matching \n Common patterns provided for listing session

observability-logs-search

elastic/agent-skills · Productivity

0

Search and filter logs to support incident investigation. The workflow mirrors Kibana Discover: apply a time range and scope filter, then iteratively add exclusion filters (NOT) until a small, interesting subset of logs remains—either the root cause or the key document. Optionally view logs in context (preceding and following that document) or pivot to another entity and start a fresh search. Use ES|QL only (POST /_query); do not use Query DSL.

dd-logs

datadog-labs/agent-skills · Productivity

0

Search, process, and archive logs with cost awareness.

analyze-logs

hugorcd/evlog · Productivity

0

Read and analyze structured wide-event logs from the local .evlog/logs/ directory to debug errors, investigate performance issues, and understand application behavior.

openlogs-server-logs

charlietlamb/openlogs · Backend

0

Use openlogs tail to retrieve recent server logs before asking the user to paste anything. Prefer the cleaned text log unless ANSI or raw terminal bytes matter.