wavecap-events

Trace WaveCap system events and analyze SQLite event data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TobiasWooldridge/WaveCap --skill wavecap-events
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wavecap-events
Source: https://github.com/TobiasWooldridge/WaveCap/tree/main/.claude/skills/wavecap-events
Command: npx skills add https://github.com/TobiasWooldridge/WaveCap --skill wavecap-events

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps diagnose and trace system events within the WaveCap application, addressing issues like duplicate events, unclear event sources, or problems with recording start/stop functionality.

Core Features & Use Cases

  • Event Tracing: Monitor the flow of system events such as recording start/stop, upstream disconnections, and reconnections.
  • Root Cause Analysis: Investigate the source and trigger of specific events to pinpoint the origin of bugs or unexpected behavior.
  • Use Case: If recordings are unexpectedly stopping and starting, use this skill to query for recording_started and recording_stopped events for the affected stream to understand the sequence and triggers.

Quick Start

Use the wavecap-events skill to view recent system events with metadata.

Frequently Asked Questions about wavecap-events

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

FAQPage Schema
How do I trace WaveCap system events to find why a recording unexpectedly stopped?

Trace WaveCap system events by querying the SQLite runtime database for `recording_started` and `recording_stopped` records. This retrieves event sequences and trigger types to pinpoint why a stream's recording stopped or started unexpectedly.

What is the best way to diagnose duplicate events in a WaveCap application?

Diagnose duplicate WaveCap events by analyzing event sources, trigger types, and timestamps within the runtime database. Querying this data reveals repeating patterns and clarifies the origin of duplicated system event records.

How does event tracing work for upstream connectivity issues in WaveCap?

Event tracing for upstream connectivity works by monitoring the flow of system events like disconnections and reconnections. It analyzes event metadata to track connection status changes and identify the root cause of network failures.

Can I use SQLite queries to filter system events by trigger type and timestamp?

Yes, you can use SQLite queries to retrieve and filter system event data by trigger type and timestamp. This allows you to isolate specific event sources and analyze the exact sequence of recording status changes.

Why does my WaveCap event tracing return unclear event sources?

Event tracing might return unclear sources if the runtime database lacks specific trigger metadata. Analyzing the available event sources and timestamps helps correlate the records and clarify the origin of the ambiguous system events.