cekura-onboarding

cekura-onboarding is a skill for Claude Code, Codex from cekura-ai/cekura-skills. It costs 156 tokens per session (1,450 once invoked), scanned A, original, MIT.

A setup guide for connecting an AI agent to Cekura, a platform for testing and monitoring AI voice agents. It takes a new user through setup until a real test or scored call is visible.

In plain words
What is it for?
Use it to start with Cekura, connect an agent, choose testing or monitoring, and reach the first verified test transcript or scored production call.
Why use it?
It prevents setup from appearing complete when the agent is only configured on paper. The first working call reveals connection or phone-number problems early.

Skill for Claude CodeCodex

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

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

Good fit Use it to start with Cekura, connect an agent, choose testing or monitoring, and reach the first verified test transcript or scored production call.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cekura-ai/cekura-skills/cekura-onboarding
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-onboarding
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-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-onboarding/github.svg)](https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-onboarding)
Your own site
<a href="https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-onboarding"><img src="https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-onboarding/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-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/cekura-ai/cekura-skills/cekura-onboarding"><img src="https://agentmods.dev/badge/skills/cekura-ai/cekura-skills/cekura-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 156 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,450 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00156 $0.01450
Opus 5 $0.00078 $0.00725
Sonnet 5 $0.00031 $0.00290
Haiku 4.5 $0.00016 $0.00145

Measured 3d ago against content hash 81b7f54f438c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cekura-onboarding scanned grade A with 0 findings 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 3d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cekura/skills/cekura-onboarding/SKILL.md · 81 lines

How it starts

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

Cekura Platform Onboarding

Walk a new user from account to their first verified result — a completed test call with a visible transcript (testing) or a scored production call (observability).

The One Principle

Keep onboarding minimal, but it may only end at a verified working loop — never at "records created".

  • Minimal: one high-leverage connection step per provider; everything else (SDK, mock tools, KB, dynamic variables, custom metrics) is deferred to after the first result.
  • Verified: onboarding is NOT done when the agent/scenario rows exist. It is done when one test call completed and its transcript is visible (testing), or one call log is ingested and scored (observability). A misconfigured SIP endpoint or unsupported phone number must surface during onboarding, not days later.

Two Paths

Both paths share Phases 0 and 2 (path choice, agent connection) and diverge after that. The first objective is always connecting the agent — there is no separate account/project phase: working tools prove auth, and a missing project is handled inline (projects_list / projects_create) on the way into Phase 2.

  • Testing (default) — generate evaluators, run them against the agent in simulation, review results.
  • Observability — ingest production call logs, attach metrics, evaluate, review.

Execution Model — Read This First

This skill executes one phase at a time, in order. For each phase:

  1. Announce the step in plain words (e.g. "Let's connect your agent") — phase numbers are internal navigation, never user-facing.
  2. Read the phase file (phaseN-*.md in this skill directory). Do not rely on memory of its contents.
  3. Complete every task in the file and satisfy its gate condition.
  4. Confirm the step in plain words and move on without waiting for the user (no "Phase N complete").

Ask questions ONLY to collect missing inputs or resolve genuine ambiguity (provider choice, credentials, phone number, self-hosted confirmation). Don't pause to re-confirm an action the flow already implies — the user invoked onboarding, which is a request to create the agent, enable metrics, generate evaluators, and start the first verification run. (Your client's own tool-permission prompts still apply as normal.) No "ready to continue?", no "shall I create it?", no "want me to proceed?" — just do the step and narrate it. The one exception: when a gate is blocked (e.g. the testing-path description gate) present the blocker and the options.

Read the full file on GitHub · 81 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. 3d ago Changed · +2 lines · +35 tokens per session 81b7f54f438c
  2. 12d ago First seen · 79 lines · 121 tokens per session scan A 12b5384f636f

Subscribe to this mod's changes

cekura-onboarding is a skill published in the GitHub repository cekura-ai/cekura-skills (7 stars, last pushed yesterday), licensed MIT. It adds 156 tokens to every session and 1,450 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. 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

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

tika-eval-compare

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

apache/tika · 50 tokens

neuron-evaluation-engineer

Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…

neuron-core/neuron-ai · 77 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

skill-benchmark

Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.

HoangNguyen0403/agent-skills-standard · 16 tokens