Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Agentic Voice Video Ad Skill

FreeNot checked

Agentic Voice & Video Ad creator skill designed to generate interactive voice dialogue scripts and cinematic video prompts.

GitHubEmbed

About

Agentic Voice & Video Ad creator skill designed to generate interactive voice dialogue scripts and cinematic video prompts.

README

Python 3.9+ License MIT MCP Compatible GenPark AI

genpark-agentic-voice-video-ad-skill

GenPark AI Agent Skill -- # Agentic Voice & Video Ad Creator Skill

This repository contains the Agentic Voice & Video Ad Creator Skill — an agent skill configuration interface (skill.json), developer SDK client (voice_video_ad.py), and validation script for generating interactive audio/voice loops (Alexa+ style) and cinematic visual scene description prompts.


🚀 Capabilities

  • Interactive Voice Assistant Flow: Generates voice dialogue loops prompting user engagement, mapping possible answers (yes, info, decline) to shopping cart transactions and assistant audio cues.
  • Cinematic Video Prompt Synthesizer: Creates descriptive, highly detailed styling instructions (lighting, angles, textures) optimized for AI video models (Runway Gen-3, Grok Imagine, Sora).
  • Atmospheric Cohesion: Automatically aligns visual prompts and voice scripts with a defined campaign mood (e.g. futuristic, comfort, luxury).

🛠️ Setup & Installation

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Configuration: Set your API environment variables if executing requests against the live production server (otherwise, client executes in mock mode):

    • PowerShell:
      $env:AD_CREATOR_API_KEY="your_api_key"
      
    • bash:
      export AD_CREATOR_API_KEY="your_api_key"
      

💻 SDK Usage Reference

from voice_video_ad import VoiceVideoAdClient

# Initialize Client (mock mode by default)
client = VoiceVideoAdClient()

# Generate Alexa+ style voice script
voice = client.generate_interactive_script(
    product_name="Zenith Speaker",
    pitch="Great sound.",
    mood="futuristic"
)
print(voice["voice_script"])
print(voice["user_replies_mapped"])

# Generate cinematic video scene prompts
prompts = client.generate_video_prompts(
    product_name="Zenith Speaker",
    mood="futuristic"
)
print(prompts[0]["visual_prompt"])

📜 License

This project is licensed under the MIT License.

📊 Agentic Architecture Flowchart

graph LR
  User([User / AI Agent]) -->|JSON Request| Skill[GenPark AI Skill]
  Skill -->|Execution Logic| CoreEngine[Core Analytics & Processing]
  CoreEngine -->|Structured Output| User

🔌 MCP (Model Context Protocol) Integration

Run natively as an MCP server for Cursor, Claude Desktop & LLM frameworks:

python mcp_server.py

from github.com/alphaparkinc/genpark-agentic-voice-video-ad-skill

Installing Genpark Agentic Voice Video Ad Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-agentic-voice-video-ad-skill

FAQ

Is Genpark Agentic Voice Video Ad Skill MCP free?

Yes, Genpark Agentic Voice Video Ad Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Agentic Voice Video Ad Skill need an API key?

No, Genpark Agentic Voice Video Ad Skill runs without API keys or environment variables.

Is Genpark Agentic Voice Video Ad Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Agentic Voice Video Ad Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Agentic Voice Video Ad Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Agentic Voice Video Ad Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs