log_archive

Compress and summarize system logs for specified dates.

637|105|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Arvincreator/project-golem --skill log-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log_archive
Source: https://github.com/Arvincreator/project-golem/tree/main/src/skills/modules/log-archive
Command: npx skills add https://github.com/Arvincreator/project-golem --skill log-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ChatLogManager, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of compressing and summarizing system logs, saving time and reducing manual effort in log management.

Core Features & Use Cases

  • Log Compression: Automates the aggregation and compression of daily logs for easier storage.
  • Log Summarization: Produces detailed summaries of logs for quick insights and analysis.
  • Use Case: When system logs accumulate over time, use this Skill to archive logs from a specific date and generate a concise report for review.

Quick Start

Ask the AI to perform log compression and summarization for yesterday's logs in the system.

Frequently Asked Questions about log_archive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate system log compression for daily maintenance?

You can automate system log compression by invoking this Skill to aggregate and compress daily logs for specified dates, reducing manual effort in storage management. It programmatically archives logs and generates concise summaries for review.

What is the best way to generate summaries from accumulated system logs?

Generating log summaries is achieved by executing the log summarization feature for a specific date. This produces detailed reports from accumulated logs, providing quick insights into system behavior for administrators.

Does log archiving require a specific log management dependency to work?

Yes, log archiving requires the ChatLogManager dependency to function. You must ensure this log management component is installed and that the Skill has programmatic access to your system's log directories.

Can I archive logs from a specific past date instead of yesterday?

Yes, you can archive logs from a specific past date. The Skill executes log compression and summarization for any specified date you provide, helping you manage storage and analyze historical system behavior.

What are the limitations of using script-based log management for system maintenance?

Script-based log management requires programmatic access to log directories and depends on ChatLogManager to invoke functions. It is limited to archiving and summarizing logs for specified dates rather than providing real-time monitoring.