kvidai-preset

Manage video project presets via the kvidai Preset API.

Updated May 25, 2026
One-click install
npx skills add https://github.com/kvidai/kvidai-skills --skill kvidai-preset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kvidai-preset
Source: https://github.com/kvidai/kvidai-skills/tree/main/skills/kvidai-preset
Command: npx skills add https://github.com/kvidai/kvidai-skills --skill kvidai-preset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually configuring voice, tone, color palette, and scene defaults for every new video project is time-consuming and prone to inconsistency. This Skill eliminates that repetitive work by letting you manage reusable presets that seed new projects with your preferred settings in one step.

Core Features & Use Cases

  • Full Preset CRUD: List, retrieve, create, update, duplicate, and delete presets via the kvidai Preset API, including looking up presets by human-friendly ID or numeric ID.
  • System Default & Public Sharing: Mark presets as system fallbacks for new projects, or publish them as public presets for team-wide use.
  • Use Case: A video production team can create a branded preset with custom voice settings, brand color palette, and standard scene rules, then duplicate it for different campaign variations without rebuilding the configuration from scratch.

Quick Start

Use the kvidai-preset skill to list all public, owned, and system default presets available for your video projects.

Frequently Asked Questions about kvidai-preset

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

FAQPage Schema
How do I save reusable video project presets for voice, tone, and color settings?

Reusable video project presets capture default voice, tone, color palette, and scene configuration settings to seed new projects consistently. You can create and manage these presets via CRUD operations using the kvidai Preset API.

What do I need to authenticate API requests for video preset configuration?

Video preset configuration API requests require a KVIDAI_API_KEY subscription key to authenticate with the Azure APIM-backed API, running on a standard Node.js runtime with no additional local tooling dependencies needed.

Can I duplicate an existing video preset for different campaign variations?

Yes, you can duplicate existing video presets to create new use cases without rebuilding configuration from scratch. This allows video production teams to quickly branch a branded preset for different campaign variations.

How do I retrieve a specific video preset using a human-friendly ID?

Video presets can be retrieved via the kvidai Preset API using either a numeric ID or a human-friendly presetId. You can also list all accessible public, owned, and system default presets available for your projects.

What is the best way to manage default scene and color configurations across a video production team?

Managing default scene and color configurations is best handled by creating a branded preset and publishing it as a public preset for team-wide use, or marking it as a system fallback for all new video projects.

Can I update individual configuration fields within an existing video preset?

Yes, existing video presets can be updated by modifying specific preset fields via the kvidai Preset API. You can also delete owned presets when they are no longer needed for your video production workflow.