kaltura-agents-api-guides: Skill for Claude Code

.agents/skills/kaltura-api/SKILL.md

kaltura-api is a skill for Claude Code, Codex from kaltura/kaltura-agents-api-guides. It costs 205 tokens per session (5,652 once invoked), scanned A, original, MIT.

A reference guide for connecting applications to Kaltura, a platform for managing, creating, playing, and analyzing video and other media.

In plain words
What is it for?
Use it to add video uploads, search, captions, translations, playback, virtual events, content permissions, analytics, or user management to an application.
Why use it?
It gathers guidance for working with Kaltura’s many REST APIs, so developers do not have to piece together authentication, content, playback, and user-management details themselves.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is kaltura/kaltura-agents-api-guides's own configuration. It tells Claude Code and Codex how to work on kaltura-agents-api-guides itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kaltura-agents-api-guides configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kaltura/kaltura-agents-api-guides. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kaltura/kaltura-agents-api-guides/main/.agents/skills/kaltura-api/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kaltura/kaltura-agents-api-guides

Made for: Claude Code, Codex.

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 kaltura-api

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaltura/kaltura-agents-api-guides/kaltura-api"><img src="https://agentmods.dev/badge/skills/kaltura/kaltura-agents-api-guides/kaltura-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 205 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,652 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.00205 $0.05652
Opus 5 $0.00102 $0.02826
Sonnet 5 $0.00041 $0.01130
Haiku 4.5 $0.00020 $0.00565

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

Security

Grade A, and why

kaltura-api scanned grade A 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

description: Build applications on Kaltura — The Agentic Digital Experience Platform. 52 guides covering authentication (sessions, AppTokens, SSO/SAML), content management (upload, search, categories, metadata, captions)
.agents/skills/kaltura-api/SKILL.md · 242 lines

How it starts

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

Kaltura API Integration

Kaltura — The Agentic Digital Experience Platform. Kaltura is powering rich, agentic digital experiences across organizational journeys for customers, employees, learners, and audiences. The Kaltura platform combines intelligent content creation, enterprise-grade content management and intelligence, and multimodal conversational engagement capabilities. Kaltura serves leading enterprises, financial institutions, educational institutions, media and telecom providers, and other organizations worldwide.

This skill gives you the knowledge map to build any integration on Kaltura's 100+ REST API services.

Platform Overview

The platform is built on three core layers:

  • Intelligent Content Creation — Recording, editing, AI-assisted content generation (transcription, translation, captioning, dubbing, summarization, chaptering, clipping, quiz generation), and avatar-based video creation
  • Enterprise-Grade Content Management and Intelligence — Centralized management of live and on-demand content with metadata, permissions, workflows, analytics, and AI-driven workflow agents for automated content lifecycle operations
  • Multimodal Conversational Engagement — Content hubs, virtual events and webinars, player embeds, LMS/CMS integrations, conversational AI agents (Kaltura Genies and Agentic Avatars), and TV streaming applications

Content is organized as entries (media objects with metadata, flavors, thumbnails, and captions). Every API call requires a Kaltura Session (KS) — a signed, time-limited auth token.

Authentication

Two auth methods, depending on context:

Method When to Use How
session.start Internal backend tools where you control the environment POST with partnerId + adminSecret → returns KS
appToken.startSession Production integrations, partner apps, microservices HMAC exchange with a pre-created token — no admin secret exposed

KS types: USER (type=0) for end-user operations, ADMIN (type=2) for backend-only management.

Read the full file on GitHub · 242 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. 12d ago First seen · 242 lines · 205 tokens per session scan A 73748d127992

Subscribe to this mod's changes

kaltura-api is a skill published in the GitHub repository kaltura/kaltura-agents-api-guides (4 stars, last pushed 3d ago), licensed MIT. It adds 205 tokens to every session and 5,652 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

openapi-expert

Expert-level OpenAPI/Swagger specification for API design, documentation, and code generation. Use when the user mentions swagger, API specs, REST, API design, or documentation, or when the task involves OpenAPI Specification, Webhooks, or Polymorphism.

personamanagmentlayer/pcl · 57 tokens

api-documenter-v2

This public intake copy packages plugins/antigravity-awesome-skills/skills/api-documenter from https://github.com/sickn33/antigravity-awesome-skills into the native Omni Skills editorial shape without hiding its origin.

diegosouzapw/awesome-omni-skills · 74 tokens

api-documentation-v2

API Documentation Workflow workflow skill. Use this skill when the user needs API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 58 tokens

api-documentation

Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.

bobmatnyc/claude-mpm-skills · 20 tokens

documentator-api-docs

Build, change, diagnose, or verify Laravel API endpoints documented by tsitsishvili/documentator. Use for routes, controllers, closures, FormRequests, inline validation, API Resources, Eloquent models, Spatie Data, Laravel Actions, HTTP QUERY operations, callbacks, webhooks, streaming responses, recorded examples…

tsitsishvili/documentator · 107 tokens

api-documentation-generator-v2

API Documentation Generator workflow skill. Use this skill when the user needs Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 61 tokens