log-viewer

Community

Diagnose WaveCap-SDR issues with logs fast.

AuthorTobiasWooldridge
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill makes it easy to view, filter, and analyze WaveCap-SDR server logs (API, SDR messages, and debug output) to quickly identify failures and performance issues, saving time during troubleshooting.

Core Features & Use Cases

  • View Recent Logs: Display recent API, startup, and error messages from server stdout and stderr, along with debug traces.
  • Search & Filter: Filter logs by keyword or time window to pinpoint root causes.
  • Troubleshooting Guidance: Correlate log patterns across sources (API errors with SDR messages) to diagnose issues faster.

Quick Start

Run the log viewer to inspect recent errors:

  • Use the helper view_logs.py script to show errors: PYTHONPATH=backend backend/.venv/bin/python .claude/skills/log-viewer/view_logs.py --errors
  • Check server status: PYTHONPATH=backend backend/.venv/bin/python .claude/skills/log-viewer/view_logs.py --status
  • Inspect API requests: PYTHONPATH=backend backend/.venv/bin/python .claude/skills/log-viewer/view_logs.py --requests

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: log-viewer
Download link: https://github.com/TobiasWooldridge/WaveCap-SDR/archive/main.zip#log-viewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository