← 返回 Skills 市场
Log Sift
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install log-sift
功能描述
Filter large log files by keywords and date ranges quickly from the command line for efficient troubleshooting and analysis.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install log-sift - 安装完成后,直接呼叫该 Skill 的名称或使用
/log-sift触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Log Sift 是什么?
Filter large log files by keywords and date ranges quickly from the command line for efficient troubleshooting and analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 Log Sift?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install log-sift」即可一键安装,无需额外配置。
Log Sift 是免费的吗?
是的,Log Sift 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Log Sift 支持哪些平台?
Log Sift 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Log Sift?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills