wavecap-search

Search WaveCap transcriptions by text, time range, and stream ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to efficiently search through historical audio transcriptions generated by WaveCap, making it easy to find specific information within recorded conversations or audio streams.

Core Features & Use Cases

  • Keyword Searching: Find specific words or phrases within transcriptions.
  • Time-Based Filtering: Search for transcriptions within specific date and time ranges.
  • Stream-Specific Search: Narrow down searches to individual audio streams.
  • Cross-Stream Search: Query across all available streams for comprehensive results.
  • Use Case: A security team needs to review all mentions of "unauthorized access" in the last week across all security camera audio feeds.

Quick Start

Search for the word "fire" in stream "stream-123" and display the results.

Frequently Asked Questions about wavecap-search

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

FAQPage Schema
How do I search audio transcriptions for specific text content?

You can search audio transcriptions for specific text content by querying WaveCap transcriptions with keywords, filtering results by time range and stream ID, and using pagination to retrieve historical audio data for review.

Can I filter transcription searches by timestamp and audio stream?

Yes, you can filter transcription searches by timestamp and audio stream. The search supports time-based filtering to narrow results to specific date ranges and stream-specific queries to target individual audio streams.

What is needed to query historical audio transcriptions across multiple streams?

Querying historical audio transcriptions across multiple streams requires accessible API endpoints for stream and transcription data. These endpoints support cross-stream text search, timestamp filtering, and pagination to retrieve results.

How do I find specific keywords in recorded conversations over a time range?

Finding specific keywords in recorded conversations over a time range involves searching WaveCap transcriptions with your target phrase, applying time-based filters to limit the window, and reviewing the paginated results.

Does WaveCap search support pagination for large transcription results?

Yes, WaveCap search supports pagination for large transcription results. The search mechanism handles pagination alongside text queries, timestamp filtering, and stream ID narrowing to manage extensive historical audio data retrieval.

When should I use stream-specific search instead of cross-stream search?

Use stream-specific search when you need to narrow down results to a single audio stream for targeted review. Use cross-stream search when you need to query across all available streams for comprehensive transcription results.