Log Archiver
Skill by autogame-17
Why use this skill?
Automate your log management with the Log Archiver skill. Efficiently compress, archive, and rotate log files to optimize disk space and maintain system performance.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/log-archiverWhat This Skill Does
The Log Archiver skill, developed by autogame-17, is an automated utility designed to streamline the management, rotation, and archival of system and application logs. In complex environments, log files can grow exponentially, consuming significant disk space and degrading system search performance. This skill mitigates these issues by providing an automated interface to identify stale logs, compress them into designated archive formats, and move them to long-term storage or dedicated archival directories. By leveraging this tool, users can maintain clean working directories, ensure compliance with data retention policies, and maintain system performance without manual intervention.
Installation
To integrate the Log Archiver skill into your OpenClaw environment, ensure you have the necessary permissions and execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/log-archiver
Once the installation completes, verify the installation by checking your active skills list. No additional environment variables are required for basic operation, though you may need to configure specific directory paths upon the first execution.
Use Cases
This skill is highly effective for DevOps engineers managing containerized applications that generate high volumes of ephemeral logs. It is also suitable for local development environments where log spam can quickly fill up storage partitions. Organizations requiring strict audit trails can use this tool to batch move archives into secure, encrypted volumes for long-term retention. Additionally, it serves as an excellent cleanup utility for automated CI/CD pipelines that produce verbose build logs that are no longer needed after a successful deployment.
Example Prompts
- "Log Archiver, locate all log files in /var/logs that are older than 30 days and compress them into a .tar.gz archive in my backups folder."
- "Archive my current application logs to the storage bucket and delete the originals to free up space."
- "Show me a summary of logs that are ready for archival based on the current retention policy set in the config."
Tips & Limitations
Always verify your file paths before running archival commands to prevent accidental deletion of critical system files. This skill is primarily intended for text-based log management; it is not recommended for archiving large binary artifacts or proprietary database files without specific configuration. Ensure that your OpenClaw instance has the appropriate filesystem permissions to read from source folders and write to destination archives. If you are handling sensitive logs, consider adding a post-archive encryption step or moving the final files to a secure, permission-restricted directory.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-log-archiver": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17