← Back to Skills Marketplace
albionaiinc-del

Log Sift

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install log-sift
Description
Filter large log files by keywords and date ranges quickly from the command line for efficient troubleshooting and analysis.
README (SKILL.md)

LogSift

Quickly filter large log files by keyword or date range right from the command line — no more scrolling or manual searching.

Usage

# 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

Price

$2.50

Usage Guidance
This appears to be a straightforward, local log-filtering script. Before installing: (1) verify you trust the source (the package has no homepage and an unknown owner), (2) ensure you install the script intentionally (rename/move tool.py or create a wrapper so the documented 'log_sift' command works), and (3) run it on non-sensitive files first—the tool will read any file you point it at, but it contains no network or credential usage. The listed price ($2.50) is not implemented in the files; confirm payment/installation details with the publisher if you expect to purchase support or binaries.
Capability Analysis
Type: OpenClaw Skill Name: log-sift Version: 1.0.0 The LogSift skill is a standard utility for filtering log files by keyword or date range. The implementation in tool.py uses safe, standard libraries (argparse, re, datetime) and contains no network activity, shell execution, or data exfiltration logic.
Capability Assessment
Purpose & Capability
Name/description ('Log Sift' filter logs) aligns with the included code (tool.py) which implements keyword and date-range filtering. Minor inconsistency: SKILL.md shows a command named 'log_sift' while the included file is tool.py with a shebang—there's no install wrapper provided, so the user must install or rename the script to match the documented command. The SKILL.md also shows a price ($2.50) but provides no purchase/install mechanism.
Instruction Scope
SKILL.md instructs running the CLI against a log file or stdin; the tool's runtime behavior matches that scope. The instructions do not ask the agent to read unrelated system files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (instruction-only + included script). This minimizes risk; the repository provides a simple Python script with a shebang that can be run directly. No downloads or third-party package installs are requested.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access any secrets or environment variables. It only reads the user-specified file or stdin.
Persistence & Privilege
always is false and the skill does not request persistent or elevated presence. There is no code that modifies other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install log-sift
  3. After installation, invoke the skill by name or use /log-sift
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of LogSift. - Filter large log files by keyword(s) or date range from the command line. - Supports both file input and stdin for flexible workflow integration. - Simple, clear syntax for mixed filtering (keywords and dates). - Priced at $2.50.
Metadata
Slug log-sift
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Log Sift?

Filter large log files by keywords and date ranges quickly from the command line for efficient troubleshooting and analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Log Sift?

Run "/install log-sift" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Log Sift free?

Yes, Log Sift is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Log Sift support?

Log Sift is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Log Sift?

It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.

💬 Comments