← Back to Skills Marketplace
albionaiinc-del

Logclip

by albionaiinc-del · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install logclip
Description
Extract and reformat timestamped log entries from text within a specified date range using custom patterns and output formats.
README (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

Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install logclip
  3. After installation, invoke the skill by name or use /logclip
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug logclip
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Logclip?

Extract and reformat timestamped log entries from text within a specified date range using custom patterns and output formats. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Logclip?

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

Is Logclip free?

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

Which platforms does Logclip support?

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

Who created Logclip?

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

💬 Comments