debug-log

Monitor, view, and clear application logs in real-time via SSE streams.

1|1|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/wineast/agent0 --skill debug-log-wineast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-log
Source: https://github.com/wineast/agent0/tree/main/.claude/skills/debug-log
Command: npx skills add https://github.com/wineast/agent0 --skill debug-log-wineast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers and system administrators track and analyze logs during application debugging, reducing troubleshooting time.

Core Features & Use Cases

  • Real-time Log Monitoring: Continuously view client and server logs through an SSE stream.
  • Log Management: Access logs via a dedicated URL or clear existing logs for fresh analysis.
  • Use Case: When debugging an application, start the log stream to observe live activity, or view aggregated logs for troubleshooting errors.

Quick Start

Use the debug-log skill to start real-time log monitoring by running the default command.

Frequently Asked Questions about debug-log

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

FAQPage Schema
How do I monitor real-time application logs for debugging?

Real-time log monitoring is enabled through a continuous SSE stream, allowing developers to view live client and server activity during application debugging to reduce troubleshooting time.

Can I clear existing application logs before starting a fresh debugging session?

Yes, you can clear existing application logs to reset the environment, ensuring that only fresh log data is aggregated for your current troubleshooting and system analysis workflow.

Does this real-time logging tool work with both client and server environments?

Yes, real-time logging works across client-server environments, requiring access to local APIs to continuously stream and manage diagnostic log data for effective system analysis.

How do I view aggregated application logs after an error occurs?

You can view aggregated application logs by accessing a dedicated URL, which provides a collected view of historical log data to help troubleshoot errors that occurred during execution.

What is the best way to stream live debug logs during application development?

The best way to stream live debug logs is by running the default command to initiate an SSE stream, which continuously pushes real-time log updates directly to your interface for immediate observation.

Are there limitations when clearing logs for real-time diagnostic workflows?

Clearing logs removes existing aggregated data, so you should capture or export necessary error history beforehand to avoid losing diagnostic context needed for ongoing client-server system analysis.