{"skill":{"slug":"log-tail-sr","displayName":"LogTail Smart Log Monitor & Analyzer","summary":"Monitor log files in real-time. Filter noise, surface errors, summarize patterns, alert on anomalies. Makes logs readable.","description":"---\nname: \"LogTail Smart Log Monitor & Analyzer\"\ndescription: \"Monitor log files in real-time. Filter noise, surface errors, summarize patterns, alert on anomalies. Makes logs readable.\"\nauthor: \"@TheShadowRose\"\nversion: \"1.0.0\"\ntags: [\"log-tail\"]\nlicense: \"MIT\"\n---\n\n# LogTail Smart Log Monitor & Analyzer\n\nMonitor log files in real-time. Filter noise, surface errors, summarize patterns, alert on anomalies. Makes logs readable.\n\n---\n\nLogs are noisy. LogTail finds the signal.\n\n## Usage\n\n```javascript\nconst { LogTail } = require('./src/log-tail');\nconst tail = new LogTail({\n  files: ['./logs/app.log', './logs/error.log'],\n  filters: {\n    ignore: ['DEBUG', 'health_check'],\n    highlight: ['ERROR', 'FATAL', 'timeout']\n  }\n});\n\ntail.watch((entry) => {\n  if (entry.severity === 'error') console.log('🔴', entry.message);\n});\n\nconst summary = await tail.summarize({ period: '1h' });\n```\n\n## Summary Output\n\n```\n📋 Log Summary — Last Hour\n\nTotal: 12,847 entries\nErrors: 23 (0.18%)\nWarnings: 156 (1.2%)\n\nTop errors:\n  1. \"Connection timeout\" — 12x (clustered 2:15-2:20 PM)\n  2. \"Rate limit exceeded\" — 8x (spread)\n  3. \"File not found\" — 3x\n\nPattern: Timeout spike correlates with backup job at 2:15 PM\n```\n\n## Features\n\n- **Real-time tailing** with smart filtering\n- **Pattern detection** — recurring errors, time correlations\n- **Noise reduction** — configurable ignore patterns\n- **Anomaly detection** — \"Error rate 3x normal\"\n- **Multi-file** — multiple log files simultaneously\n- **Format agnostic** — JSON, plaintext, syslog, custom\n---\n\n## ⚠️ Disclaimer\n\nThis software is provided \"AS IS\", without warranty of any kind, express or implied.\n\n**USE AT YOUR OWN RISK.**\n\n- The author(s) are NOT liable for any damages, losses, or consequences arising from \n  the use or misuse of this software — including but not limited to financial loss, \n  data loss, security breaches, business interruption, or any indirect/consequential damages.\n- This software does NOT constitute financial, legal, trading, or professional advice.\n- Users are solely responsible for evaluating whether this software is suitable for \n  their use case, environment, and risk tolerance.\n- No guarantee is made regarding accuracy, reliability, completeness, or fitness \n  for any particular purpose.\n- The author(s) are not responsible for how third parties use, modify, or distribute \n  this software after purchase.\n\nBy downloading, installing, or using this software, you acknowledge that you have read \nthis disclaimer and agree to use the software entirely at your own risk.\n\n\n**DATA DISCLAIMER:** This software processes and stores data locally on your system. \nThe author(s) are not responsible for data loss, corruption, or unauthorized access \nresulting from software bugs, system failures, or user error. Always maintain \nindependent backups of important data. This software does not transmit data externally \nunless explicitly configured by the user.\n\n---\n\n## Support & Links\n\n| | |\n|---|---|\n| 🐛 **Bug Reports** | TheShadowyRose@proton.me |\n| ☕ **Ko-fi** | [ko-fi.com/theshadowrose](https://ko-fi.com/theshadowrose) |\n| 🛒 **Gumroad** | [shadowyrose.gumroad.com](https://shadowyrose.gumroad.com) |\n| 🐦 **Twitter** | [@TheShadowyRose](https://twitter.com/TheShadowyRose) |\n| 🐙 **GitHub** | [github.com/TheShadowRose](https://github.com/TheShadowRose) |\n| 🧠 **PromptBase** | [promptbase.com/profile/shadowrose](https://promptbase.com/profile/shadowrose) |\n\n*Built with [OpenClaw](https://github.com/openclaw/openclaw) — thank you for making this possible.*\n\n---\n\n🛠️ **Need something custom?** Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → [Hire me on Fiverr](https://www.fiverr.com/s/jjmlZ0v)","tags":{"debugging":"1.0.0","latest":"1.0.0","log-tail":"1.0.0","logs":"1.0.0","monitoring":"1.0.0","streaming":"1.0.0","system":"1.0.0"},"stats":{"comments":0,"downloads":867,"installsAllTime":3,"installsCurrent":3,"stars":0,"versions":1},"createdAt":1773190816343,"updatedAt":1778491816516},"latestVersion":{"version":"1.0.0","createdAt":1773190816343,"changelog":"Initial upload","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"theshadowrose","userId":"s1736mx5m1zt9qzh6fvzvffnhh83hgf8","displayName":"Shadow Rose","image":"https://avatars.githubusercontent.com/u/262919821?v=4"},"moderation":null}