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.
curl -O https://raw.githubusercontent.com/kaltura/kaltura-agents-api-guides/main/.agents/skills/kaltura-api/SKILL.mdgit clone --depth 1 https://github.com/kaltura/kaltura-agents-api-guidesWrote 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.
[](https://agentmods.dev/skills/kaltura/kaltura-agents-api-guides/kaltura-api)<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.
<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>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.
| Model | Per session | Once 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 |
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) 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.
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.
- 12d ago First seen · 242 lines · 205 tokens per session scan A 73748d127992
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.
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.
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.
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…
api-documentation
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
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…
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…