🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Log Sift

by @albionaiinc-del

Filter large log files by keywords and date ranges quickly from the command line for efficient troubleshooting and analysis.

Versionv1.0.0
πŸ’‘ Examples

# Filter by keyword
log_sift application.log -k "ERROR" -k "timeout"

Filter by date range

log_sift application.log --since "2023-05-01 14:00:00" --until "2023-05-01 15:00:00"

From stdin

tail -n 1000 app.log | log_sift -k "failed" --since "2023-05-01"

Mixed filtering

log_sift -k "Warning" --since "2023-05-01" server.log

View on ClawHub
TERMINAL
clawhub install log-sift

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’