mirra-voice
Provides a consistent interface to interact with Mirra voice call history, transcripts, and metadata via REST.
Install
mkdir -p .claude/skills/mirra-voice && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11295" && unzip -o skill.zip -d .claude/skills/mirra-voice && rm skill.zipInstalls to .claude/skills/mirra-voice
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use Mirra to voice call history, transcripts, and call metadata. Covers all Voice SDK operations via REST API.Key capabilities
- →Retrieve voice call history with filters for scope, status, and date range
- →Get full metadata and participant lists for specific calls
- →Fetch transcript segments for voice calls
- →Generate human-readable formatted transcript summaries
- →Perform full-text search across transcript segments
How it works
The skill uses a single POST endpoint with a specified resource ID and method to access Mirra Voice SDK operations, retrieving call data, transcripts, and summaries.
Inputs & outputs
When to use mirra-voice
- →Retrieve voice call transcripts
- →Get call metadata and participant lists
- →Summarize voice call history
About mirra-voice
Exposes core Mirra SDK functionality, including call history retrieval, transcript fetching, and summary generation using standardized API calls.
Use Mirra to voice call history, transcripts, and call metadata. Covers all Voice SDK operations via REST API.
When not to use it
- →When the user's API key is not provided
- →When only raw transcript segments are needed instead of a summary
- →When searching for active calls without providing chatInstanceId or groupId
Prerequisites
Limitations
- →Requires user's API key
- →Operations use a single POST endpoint with resource ID and method in body
- →Legacy API alternative is not recommended for new integrations
How it compares
This skill centralizes all Mirra Voice SDK operations through a unified REST API call pattern, simplifying access to call history, transcripts, and metadata compared to disparate API endpoints.
Compared to similar skills
mirra-voice side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mirra-voice (this skill) | 0 | 4mo | Review | Intermediate |
| mcli | 0 | 4mo | Review | Beginner |
| korean-public-data-api | 5 | 9mo | No flags | Intermediate |
| segment-cdp | 2 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
mcli
Hey-Mantle
>
korean-public-data-api
swszz
Extract API request/response schema from Korean Public Data Portal (data.go.kr) documentation pages and generate structured JSON representation
segment-cdp
davila7
Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance best practices. Use when: segment, analytics.js, customer data platform, cdp, tracking plan.
developing-in-lightdash
lightdash
Build, configure, and deploy Lightdash analytics projects. Supports both dbt projects with embedded Lightdash metadata and pure Lightdash YAML projects without dbt. Create metrics, dimensions, charts, and dashboards using the Lightdash CLI.
ena-database
davila7
Access European Nucleotide Archive via API/FTP. Retrieve DNA/RNA sequences, raw reads (FASTQ), genome assemblies by accession, for genomics and bioinformatics pipelines. Supports multiple formats.
coingecko
2025Emma
CoinGecko API documentation - cryptocurrency market data API, price feeds, market cap, volume, historical data. Use when integrating CoinGecko API, building crypto price trackers, or accessing cryptocurrency market data.