Logclip
/install logclip
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install logclip - After installation, invoke the skill by name or use
/logclip - Provide required inputs per the skill's parameter spec and get structured output
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.