logs-management

Tail, list, view, clean, and export gateway and agent logs via RPC and CLI.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill logs-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logs-management
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/operations/logs-management
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill logs-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

实时查看、跟踪、清理与导出系统日志是运维与诊断的核心,本技能提供完整的日志管理链路,提升故障排查与审计的效率。

Core Features & Use Cases

  • 实时跟踪 gateway 与智能体日志,快速定位问题根源
  • 列出日志文件、查看指定日志条目,支持按需筛选
  • 清理历史日志并导出日志存档,便于留存与合规审计

Quick Start

在需要时启动本技能来实时跟踪日志、查看特定日志并导出日志存档。

Frequently Asked Questions about logs-management

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

FAQPage Schema
How do I tail real-time system logs for gateway and agent environments?

Use the logs.tail RPC interface to stream live log output for gateway and agent environments, enabling immediate fault diagnosis and system monitoring.

What is the best way to export logs for compliance audits and archival storage?

Use the safe export workflow to package historical log archives from gateway and agent environments for retention and compliance audits.

Can I list log files and view specific log entries on demand?

Yes, structured log operation interfaces enable listing log file inventories and viewing specific log entries with selective filtering to locate exact diagnostic data.

Does this log management tool support cleanup workflows for historical logs?

Yes, it supports cleanup workflows for historical logs, allowing operators to safely clear outdated log files and maintain storage efficiency across platforms.

What limitations exist when diagnosing issues with log file categorization across platforms?

Log file categorization and robust error handling depend on structured log operation interfaces, requiring proper RPC access and CLI command execution for accurate log output across platforms.