cekura-predefined-metrics

Selects and configures Cekura's built-in evaluation metrics for voice agent testing.

7|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cekura-ai/cekura-skills --skill cekura-predefined-metrics-cekura-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cekura-predefined-metrics
Source: https://github.com/cekura-ai/cekura-skills/tree/main/cekura/skills/cekura-predefined-metrics
Command: npx skills add https://github.com/cekura-ai/cekura-skills --skill cekura-predefined-metrics-cekura-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing which of Cekura's built-in metrics to enable for a voice agent is confusing — metrics differ in cost, simulation vs observability support, audio requirements, and required configuration, and missing an activation step means the metric never fires. ## Core Features & Use Cases - Full metric catalog: Documents every predefined metric across accuracy, conversation quality, customer experience, and speech quality, with output types, credit costs, and Sim/Obs availability. - Configuration guidance: Provides payload examples for configurable metrics such as silence thresholds, dropoff/topic node lists, spelling categories, and IPA pronunciation pairs. - Use Case: A team launching a healthcare voice agent uses the selection-by-use-case reference to enable Hallucination, Pronunciation Check, and Letterwise Pronunciation Detection, then attaches them to evaluators via the Cekura API with correct configuration. ## Quick Start Ask which predefined metrics to enable for a customer support voice agent and how to configure them on Cekura.

Frequently Asked Questions about cekura-predefined-metrics

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

FAQPage Schema
How do I enable predefined metrics on Cekura?

Enabling a predefined metric requires two steps: toggle it on at the project level for simulation or observability, then attach it to individual evaluators by its code. Missing either step means the metric appears available but never fires.

Which Cekura metrics are free to use?

Free metrics include Expected Outcome, Tool Call Success, Mock Tool Call Accuracy, Latency, Detect Silence, Infrastructure Issues, Interruption Score, Repetition Score, Average Pitch, Talk Ratio, and Words Per Minute. Most others cost 0.2 credits per call, while Hallucination costs 0.6 credits.

What is the difference between Detect Silence and Infrastructure Issues?

Detect Silence returns False when neither speaker talks for longer than the configured threshold, measuring mutual silence. Infrastructure Issues measures only main-agent silence, isolating agent-side outages from natural conversation pauses.

Which Cekura metrics require stereo audio recordings?

For observability calls, AI Interrupting User, User Interrupting AI, Talk Ratio, and Gibberish Detection require stereo recordings with separate speaker channels. Transcription Accuracy and Gibberish Detection also require audio data and cannot run on text-only calls.

Why is my predefined metric not producing results?

Common causes include missing the project-level toggle or evaluator attachment, omitting required configuration keys like dropoff_nodes or topic_nodes, or using a metric outside its supported mode such as Transcription Accuracy on observability calls.

When should I use custom metrics instead of predefined ones?

Use custom metrics when evaluating business-specific workflows, checking behavior against your own system prompt, or combining multiple signals into one score. Predefined metrics cover common quality dimensions with no prompt engineering required.