{"skill":{"slug":"tail-tool","displayName":"Tail Tool","summary":"Display the last lines of files. Use for monitoring log files, checking recent entries, and following file growth in real-time.","description":"---\nname: tail-tool\ndescription: Display the last lines of files. Use for monitoring log files, checking recent entries, and following file growth in real-time.\n---\n\n# File Tail Viewer\n\nShow the end of files, defaulting to the last 10 lines. Includes follow-mode for watching files that grow in real-time.\n\n## Usage\n\n```bash\ntail-tool [options] [file...]\n```\n\n## Options\n\n- `-n N`: Show last N lines\n- `-f`: Follow file growth (watch mode)\n- `-c N`: Show last N bytes\n- `-q`: Suppress filename headers\n\n## Examples\n\n```bash\n# Show last 10 lines\ntail-tool log.txt\n\n# Show last 50 lines\ntail-tool -n 50 access.log\n\n# Follow log in real-time\ntail-tool -f /var/log/syslog\n```","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":380,"installsAllTime":14,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1777930218701,"updatedAt":1778492846193},"latestVersion":{"version":"1.0.0","createdAt":1777930218701,"changelog":"Initial release","license":"MIT-0"},"metadata":null,"owner":{"handle":"dinghaibin","userId":"s170ed26v1mh4qzy7v9cnn7msx85mrn1","displayName":"BIN","image":"https://avatars.githubusercontent.com/u/9191597?v=4"},"moderation":null}