ai
Video summarization, moderation, chapters, captions, and semantic search
All Skills in This Repository (3)
Pure Emerald Level Indicatorscapture-api-response-test-fixture
Capture and store AI provider API responses as structured test fixtures.
ai-sdk
Document AI SDK functions, providers, and troubleshooting guidance.
develop-ai-functions-example
Develop and test AI SDK functions with provider-specific example scripts.
Frequently Asked Questions
FAQPage SchemaHow to install Mux AI?โผ
Run `npx skills add muxinc/ai --all -g -y` in your terminal to install all skills in this suite globally.
How to summarize a video automatically?โผ
Call the getSummaryAndTags workflow with your Mux asset ID to get a title, description, and tags in one typed result. It handles transcript fetching and provider calls for you.
Which AI providers does Mux AI support?โผ
It supports OpenAI, Anthropic, Google, Baseten, ElevenLabs, and any OpenAI-compatible endpoint. You switch providers through a simple workflow option without changing your code.
Can Mux AI moderate video content?โผ
Yes. The getModerationScores workflow detects inappropriate content with configurable thresholds and flags assets that exceed your limits.
Does Mux AI work with audio-only files?โผ
Yes. Most workflows, including summarization, moderation, chapters, and embeddings, work with both video and audio-only Mux assets.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core