wavecap-database

Query and inspect WaveCap SQLite database tables for transcription records.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides direct access to query and inspect the WaveCap SQLite database, enabling users to retrieve specific information, analyze historical data, and troubleshoot database-related issues.

Core Features & Use Cases

  • Direct SQL Querying: Execute custom SQL queries against the WaveCap database.
  • Data Inspection: Examine tables like streams and transcriptions to understand stored data.
  • Use Case: A user needs to find all transcriptions from a specific stream that occurred in the last hour and have a confidence score above 0.9.

Quick Start

Use the wavecap-database skill to count the total number of transcriptions in the database.

Frequently Asked Questions about wavecap-database

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

FAQPage Schema
How do I query a SQLite database for audio transcription records?

To query a SQLite database for audio transcription records, you can execute custom SQL operations directly against the WaveCap database to retrieve specific stream metadata, event data, and historical transcriptions.

What tables are available to inspect in the WaveCap SQLite database?

The WaveCap SQLite database contains tables like `streams` and `transcriptions` for data inspection, allowing you to examine stored stream metadata and historical audio transcription events.

Can I filter transcriptions by confidence score using SQL queries?

Yes, you can filter transcriptions by confidence score using SQL queries, enabling you to retrieve specific records such as all transcriptions from a stream with a confidence score above 0.9.

Do I need the sqlite3 command-line tool to inspect the WaveCap database?

Yes, you need the `sqlite3` command-line tool installed and direct access to the SQLite database file to query and inspect the WaveCap transcription records.

What is the best way to debug historical audio transcription events in SQLite?

The best way to debug historical audio transcription events in SQLite is by running direct SQL queries against the WaveCap database to analyze stream metadata and audit past transcription data.

Are there limitations when querying the WaveCap SQLite database directly?

A key limitation is that direct querying requires local access to the SQLite database file and the `sqlite3` command-line tool, restricting use to environments where these are available.