vivreal-client-stack-knowledge

Analyze VR_Client_API and VR_Client_Auth operations for API-key validation and content delivery.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill vivreal-client-stack-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vivreal-client-stack-knowledge
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-knowledge/skills/vivreal-client-stack-knowledge
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill vivreal-client-stack-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides in-depth knowledge and troubleshooting assistance for the Vivreal public content-delivery stack, specifically focusing on VR_Client_API and VR_Client_Auth, simplifying API-key authentication, content delivery, and related operations.

Core Features & Use Cases

  • API-KeY Auth: Validates API keys and injects tenant context for the public API.
  • Content Delivery: Manages the distribution of content to customer sites via VR_Client_API.
  • Use Case: Quickly diagnose issues with signed URLs, media distribution, or API-key authentication in the public content-delivery stack.

Quick Start

Run the 'vivreal-client-stack-knowledge' skill to analyze a specific issue in the public content-delivery stack.

Frequently Asked Questions about vivreal-client-stack-knowledge

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

FAQPage Schema
How does API-key authentication work in the Vivreal public content-delivery stack?

API-key authentication in the Vivreal content-delivery stack validates provided API keys and injects tenant context into the public API. The VR_Client_Auth component handles this validation to ensure secure access for media serving operations.

How do I troubleshoot signed URL generation issues for media distribution?

To troubleshoot signed URL generation issues for media distribution, analyze the VR_Client_API operations and frozenCheck middleware. This skill diagnoses problems with content delivery and URL signing to resolve public API media serving failures.

What is the frozenCheck middleware used for in a content delivery stack?

The frozenCheck middleware is used within the Vivreal content-delivery stack to validate and process requests during media distribution. It operates alongside VR_Client_API operations to manage secure content delivery and API-key authentication flows.

Why is my Vivreal public API not serving media content correctly?

Your Vivreal public API may not be serving media content correctly due to API-key validation failures or signed URL generation errors. Analyzing the VR_Client_API and VR_Client_Auth operations helps identify tenant context injection or content delivery issues.

Do I need specific tenant context setup to use the Vivreal content delivery public API?

Yes, you need tenant context setup because the Vivreal content delivery public API relies on API-key authentication to inject tenant context. The VR_Client_Auth component validates your API keys to properly route and serve media content to customer sites.

What is the best way to optimize content distribution via CloudFront for the Vivreal stack?

The best way to optimize content distribution via CloudFront for the Vivreal stack is to ensure proper API-key validation and signed URL generation. Analyzing VR_Client_API operations helps troubleshoot media serving and content delivery bottlenecks.