openlogs-server-logs
Installation
SKILL.md
Openlogs Server Logs
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.
Quick Start
- Run
openlogs tail -n 200to inspect the latest run in the project. - If the user mentions a specific command or service, run
openlogs tail <query> -n 200to get the most recent matching run. - Use
ol tail -n 200if the short alias is preferred. - Read
.openlogs/latest.txtdirectly only when file access is simpler than spawning the command and you specifically want the latest overall run. - Use
openlogs tail --raw -n 200only when color codes, cursor control, or exact terminal output matters. - Use
openlogs tail -ffor live follow mode.