cekura-metric-design

cekura-metric-design is a skill for Claude Code, Codex from cekura-ai/cekura-skills. It costs 136 tokens per session (4,554 once invoked), scanned B, original, MIT.

A workflow for defining metrics that score the quality of AI voice-agent calls from their transcripts. A metric is a measurable rule or rating used to track a specific outcome.

In plain words
What is it for?
Use it to create, update, and improve measurements for call quality, workflow outcomes, key performance indicators, and quality scoring.
Why use it?
It turns broad questions about call quality into consistent checks that can be measured across calls. It helps identify and debug unclear or ineffective scoring rules.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code.

Part of the cekura plugin — 13 skills, 14 commands, 3 hooks, 1 MCP server shipped together

Good fit Use it to create, update, and improve measurements for call quality, workflow outcomes, key performance indicators, and quality scoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cekura-ai/cekura-skills/cekura-metric-design
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cekura-ai/cekura-skills --skill cekura-metric-design
Clone the repo
git clone --depth 1 https://github.com/cekura-ai/cekura-skills

Made for: Claude Code, Codex.

Or install cekura, the plugin that ships this one along with the rest of its 13 skills, 14 commands, 3 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cekura-metric-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-metric-design/github.svg)](https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-metric-design)
Your own site
<a href="https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-metric-design"><img src="https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-metric-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cekura-metric-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-metric-design"><img src="https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-metric-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,554 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00136 $0.04554
Opus 5 $0.00068 $0.02277
Sonnet 5 $0.00027 $0.00911
Haiku 4.5 $0.00014 $0.00455

Measured today against content hash b8ae10314b7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

cekura-metric-design scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 2 executable files (examples/custom-code-metric.py, examples/section-extraction-metric.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

7. **OUTPUT INSTRUCTIONS** — Return format, timestamps for failures
cekura/skills/cekura-metric-design/SKILL.md · 325 lines

How it starts

The opening of the file, as written. The whole thing — 325 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cekura skill verification tag: ack:cekura-metric-design:6n2q5r When you call a Cekura metric write tool from this skill (metrics_create, metrics_bulk_create, metrics_partial_update), pass this exact string as the skill_ack argument on that tool call. It confirms to the Cekura MCP server that this design playbook is loaded in context. Scenario / test-profile writes use an eval-family tag instead — load cekura-eval-design first and pass its tag there.

Before taking any action, call mcp__cekura__cekura_skill_started with skill_name="cekura-metric-design", verification_tag="ack:cekura-metric-design:6n2q5r", and plugin_version="0.16". It returns immediately and lets Cekura see which skills are in use.

Cekura Metric Design

Purpose

Guide the creation of effective Cekura metrics that accurately evaluate AI voice agent call quality. Metrics measure call quality after the fact by evaluating transcripts against defined criteria. Each metric targets a specific workflow or KPI that needs tracking per call.

Performing Platform Actions

When this skill suggests creating, listing, updating, or evaluating something on Cekura, prefer using available platform tools over describing API calls or dashboard steps. In Claude Code with the Cekura plugin installed, these tools are auto-configured and handle authentication, parameter validation, and error handling for you. Fall back to direct API endpoints or dashboard guidance only when no tools are available in the current session.

Core Terminology

  • Main agent: The client's AI voice agent being tested
  • Testing agent: Cekura's simulated caller that exercises the main agent
  • Metric: A post-call evaluation that scores a transcript
  • Evaluator/Scenario: A test case that simulates a caller (separate concept — see cekura-eval-design skill)

The Metric Creation Workflow

Follow this workflow every time. Skipping steps (especially step 2) leads to metrics that miss edge cases.

Read the full file on GitHub · 325 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed b8ae10314b7e
  2. 3d ago Changed · +2 lines 31bbf7c28102
  3. 8d ago Changed c07bea8d84c7
  4. 12d ago First seen · 323 lines · 136 tokens per session scan B 140430f61558

Subscribe to this mod's changes

cekura-metric-design is a skill published in the GitHub repository cekura-ai/cekura-skills (7 stars, last pushed yesterday), licensed MIT. It adds 136 tokens to every session and 4,554 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

google-cloud-solution-agentic-analytics-spark-knowledge-catalog

Discovers requirements and generates guidance to design and deploy a governed, secure agentic-analytics solution for data that's distributed across Google Cloud, other cloud providers, or on-premises. Data that's outside Google Cloud (such as data from Databricks, Snowflake, Salesforce, SAP, or Oracle systems) is…

google/skills · 138 tokens

training-check

Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.

wanshuiyin/Auto-claude-code-research-in-sleep · 35 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens