← 返回 Skills 市场
albionaiinc-del

Logclip

作者 albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install logclip
功能描述
Extract and reformat timestamped log entries from text within a specified date range using custom patterns and output formats.
使用说明 (SKILL.md)

LogClip

Quickly extract and reformat timestamped log entries from raw text using a simple date range filter. Perfect for developers who need to isolate log events from unstructured or mixed log data.

Usage

# Filter logs from stdin between two dates
echo -e "2023-10-05 13:45:10 Error connecting\
2023-10-06 10:11:12 OK" | python logclip.py "2023-10-05" "2023-10-05"

# Filter logs from a file and reformat timestamps
python logclip.py "2023-10-01" "2023-10-31" -i app.log -f '%b %d %H:%M'

# Use custom timestamp pattern
python logclip.py "2023-10-01" "2023-10-31" -i server.log -r '(\d{4})/(\d{2})/(\d{2})\s+(\d{2}):(\d{2})'

Price

$2.50

安全使用建议
This skill appears to be a simple, local log-processing CLI. Before installing or running: (1) rename or invoke the provided script correctly (SKILL.md uses logclip.py but the file is tool.py), (2) review any custom regex you supply to ensure it matches your timestamps, and (3) avoid piping extremely sensitive logs into third-party or unknown code without inspection (the script runs locally and has no network calls, but you should still review code before use).
功能分析
Type: OpenClaw Skill Name: logclip Version: 1.0.0 The LogClip skill is a straightforward utility for filtering and reformatting log entries based on a date range. The Python script (tool.py) uses standard libraries (argparse, re, datetime) to process input from files or stdin and contains no evidence of malicious execution, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The name/description match the included Python CLI tool which extracts and reformats timestamped log entries by date range. Required capabilities are minimal and appropriate for the stated purpose.
Instruction Scope
Runtime instructions and the code operate only on provided input (stdin or a file) and produce stdout. No external network I/O, credential access, or unrelated filesystem reads occur. Note: SKILL.md examples call python logclip.py but the provided script filename is tool.py — this is an inconsistency that could confuse users.
Install Mechanism
There is no install spec; the skill is instruction/code-only. The included Python script is self-contained and does not download or install external packages.
Credentials
The skill requests no environment variables or credentials and the code does not read env vars or other config. The level of access requested is minimal and appropriate.
Persistence & Privilege
The skill does not request persistent presence, does not modify agent/system settings, and has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install logclip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /logclip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of LogClip. - Enables filtering of timestamped log entries between specific date ranges from raw or unstructured log text. - Supports custom timestamp patterns for flexible log parsing. - Allows output timestamp reformatting with user-defined formats. - Works with both stdin and file inputs for convenient integration. - Simple command-line interface for fast and easy usage.
元数据
Slug logclip
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Logclip 是什么?

Extract and reformat timestamped log entries from text within a specified date range using custom patterns and output formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Logclip?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install logclip」即可一键安装,无需额外配置。

Logclip 是免费的吗?

是的,Logclip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Logclip 支持哪些平台?

Logclip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Logclip?

由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论