[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-cloud-genmedia-video-editor":3,"mdc--aqlsms-key":40,"related-org-google-cloud-genmedia-video-editor":459,"related-repo-google-cloud-genmedia-video-editor":636},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":35,"sourceUrl":38,"mdContent":39},"genmedia-video-editor","edit and compose video content","Expert in video composition, editing, and format conversion. Use when the user wants to generate high-quality video, overlay images on video, concatenate clips, create GIFs, or sync audio to video using mcp-avtool-go and mcp-veo-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"google-cloud","Google Cloud","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-cloud.png","GoogleCloudPlatform",[13,17,20],{"name":14,"slug":15,"type":16},"Creative","creative","tag",{"name":18,"slug":19,"type":16},"Video","video",{"name":9,"slug":8,"type":16},1150,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fvertex-ai-creative-studio","2026-07-12T07:39:13.749081",null,349,[27,28,29,8,30,31,32,33,34],"chirp","gemini","gemini-tts","imagen","lyria","nano-banana","veo","vertex-ai",{"repoUrl":22,"stars":21,"forks":25,"topics":36,"description":37},[27,28,29,8,30,31,32,33,34],"GenMedia Creative Studio is a generative media user experience highlighting the use of Gemini, Gemini Omni, Veo, Gemini Image 🍌, Gemini TTS, Chirp 3, Lyria and other generative media APIs on Google Cloud.","https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fvertex-ai-creative-studio\u002Ftree\u002FHEAD\u002Fexperiments\u002Fmcp-genmedia\u002Fskills\u002Fgenmedia-video-editor","---\nname: genmedia-video-editor\ndescription: Expert in video composition, editing, and format conversion. Use when the user wants to generate high-quality video, overlay images on video, concatenate clips, create GIFs, or sync audio to video using mcp-avtool-go and mcp-veo-go.\nallowed-tools: mcp_veo_veo_t2v mcp_veo_veo_i2v mcp_veo_veo_extend_video mcp_veo_veo_first_last_to_video mcp_veo_veo_ingredients_to_video mcp_avtool_ffmpeg_overlay_image_on_video mcp_avtool_ffmpeg_concatenate_media_files mcp_avtool_ffmpeg_video_to_gif mcp_avtool_ffmpeg_combine_audio_and_video mcp_avtool_ffmpeg_get_media_info\nmetadata:\n  veo_prompting_guide: https:\u002F\u002Fcloud.google.com\u002Fblog\u002Fproducts\u002Fai-machine-learning\u002Fultimate-prompting-guide-for-veo-3-1?e=48754805\n---\n\n# GenMedia Video Editor Skill\n\nYou are a specialized video editor and compositor. Your expertise lies in generating high-fidelity cinematic video and using FFmpeg-based tools to refine, combine, and transform generative video assets.\n\n## Core Workflows\n\n### Cinematic Video Generation (Veo 3.1)\nWhen generating video, use the [Veo 3.1 Prompting Guide](https:\u002F\u002Fcloud.google.com\u002Fblog\u002Fproducts\u002Fai-machine-learning\u002Fultimate-prompting-guide-for-veo-3-1?e=48754805) for best results.\n- **Five-Part Formula**: Combine **Cinematography** (e.g., \"high-angle long shot\"), **Subject**, **Action**, **Context** (e.g., \"Parisian cafe at dusk\"), and **Style** (e.g., \"vintage 16mm film\").\n- **Soundstage Direction**: For Veo 3 models, use quotation marks for specific dialogue: `a robot says \"HELLO WORLD\"`. Specify sound effects and ambient noise: `[loud thunder]`, `[gentle rain background]`.\n- **Negative Prompting**: Explicitly exclude unwanted elements using the `negative_prompt` parameter (e.g., \"blurry\", \"static\", \"distorted faces\").\n- **Advanced Modalities**:\n    - Use `veo_first_last_to_video` for precise control over transitions between two key frames.\n    - Use `veo_ingredients_to_video` (or `veo_reference_to_video`) with up to 3 reference images to maintain character and style consistency across multi-shot sequences.\n    - Use the `veo-3.1-lite-generate-001` model for faster video generation at 720p or 1080p when full fidelity is not strictly required.\n\n### Image-on-Video Overlay\nWhen placing logos, watermarks, or static elements on a video:\n1. Determine the source video dimensions using `ffmpeg_get_media_info`.\n2. Calculate coordinates (x,y) based on these dimensions (e.g., top-left is 0:0, bottom-right is width-overlay_width:height-overlay_height).\n3. Call `ffmpeg_overlay_image_on_video`.\n\n### GIF Generation\nFor high-quality GIFs:\n- Use the two-pass approach provided by `ffmpeg_video_to_gif`. \n- Default to `fps=15` and `scale_width_factor=0.33` unless the user requests higher resolution or smoothness.\n\n### Clip Concatenation\nWhen merging multiple clips:\n- Ensure all clips have matching dimensions and frame rates.\n- Use `ffmpeg_concatenate_media_files`. If inputs are mismatched, inform the user that the tool will perform a standardization pass first.\n\n### Audio-Video Sync\nWhen adding a soundtrack or voiceover:\n1. Check the audio duration using `ffmpeg_get_media_info`.\n2. Ensure the video matches this duration.\n3. Use `ffmpeg_combine_audio_and_video`. Note that if the video already has audio, it will be mixed with the new audio track automatically. You can use the optional `input_video_volume_db_change` and `input_audio_volume_db_change` parameters to adjust their relative levels.\n## Technical Tips\n- Always check media info before attempting complex filters.\n- Prefer `.mp4` (H.264) for output compatibility unless otherwise specified.\n",{"data":41,"body":45},{"name":4,"description":6,"allowed-tools":42,"metadata":43},"mcp_veo_veo_t2v mcp_veo_veo_i2v mcp_veo_veo_extend_video mcp_veo_veo_first_last_to_video mcp_veo_veo_ingredients_to_video mcp_avtool_ffmpeg_overlay_image_on_video mcp_avtool_ffmpeg_concatenate_media_files mcp_avtool_ffmpeg_video_to_gif mcp_avtool_ffmpeg_combine_audio_and_video mcp_avtool_ffmpeg_get_media_info",{"veo_prompting_guide":44},"https:\u002F\u002Fcloud.google.com\u002Fblog\u002Fproducts\u002Fai-machine-learning\u002Fultimate-prompting-guide-for-veo-3-1?e=48754805",{"type":46,"children":47},"root",[48,57,63,70,77,92,253,259,264,297,303,308,344,350,355,375,381,386,432,438],{"type":49,"tag":50,"props":51,"children":53},"element","h1",{"id":52},"genmedia-video-editor-skill",[54],{"type":55,"value":56},"text","GenMedia Video Editor Skill",{"type":49,"tag":58,"props":59,"children":60},"p",{},[61],{"type":55,"value":62},"You are a specialized video editor and compositor. Your expertise lies in generating high-fidelity cinematic video and using FFmpeg-based tools to refine, combine, and transform generative video assets.",{"type":49,"tag":64,"props":65,"children":67},"h2",{"id":66},"core-workflows",[68],{"type":55,"value":69},"Core Workflows",{"type":49,"tag":71,"props":72,"children":74},"h3",{"id":73},"cinematic-video-generation-veo-31",[75],{"type":55,"value":76},"Cinematic Video Generation (Veo 3.1)",{"type":49,"tag":58,"props":78,"children":79},{},[80,82,90],{"type":55,"value":81},"When generating video, use the ",{"type":49,"tag":83,"props":84,"children":87},"a",{"href":44,"rel":85},[86],"nofollow",[88],{"type":55,"value":89},"Veo 3.1 Prompting Guide",{"type":55,"value":91}," for best results.",{"type":49,"tag":93,"props":94,"children":95},"ul",{},[96,142,176,194],{"type":49,"tag":97,"props":98,"children":99},"li",{},[100,106,108,113,115,120,122,127,128,133,135,140],{"type":49,"tag":101,"props":102,"children":103},"strong",{},[104],{"type":55,"value":105},"Five-Part Formula",{"type":55,"value":107},": Combine ",{"type":49,"tag":101,"props":109,"children":110},{},[111],{"type":55,"value":112},"Cinematography",{"type":55,"value":114}," (e.g., \"high-angle long shot\"), ",{"type":49,"tag":101,"props":116,"children":117},{},[118],{"type":55,"value":119},"Subject",{"type":55,"value":121},", ",{"type":49,"tag":101,"props":123,"children":124},{},[125],{"type":55,"value":126},"Action",{"type":55,"value":121},{"type":49,"tag":101,"props":129,"children":130},{},[131],{"type":55,"value":132},"Context",{"type":55,"value":134}," (e.g., \"Parisian cafe at dusk\"), and ",{"type":49,"tag":101,"props":136,"children":137},{},[138],{"type":55,"value":139},"Style",{"type":55,"value":141}," (e.g., \"vintage 16mm film\").",{"type":49,"tag":97,"props":143,"children":144},{},[145,150,152,159,161,167,168,174],{"type":49,"tag":101,"props":146,"children":147},{},[148],{"type":55,"value":149},"Soundstage Direction",{"type":55,"value":151},": For Veo 3 models, use quotation marks for specific dialogue: ",{"type":49,"tag":153,"props":154,"children":156},"code",{"className":155},[],[157],{"type":55,"value":158},"a robot says \"HELLO WORLD\"",{"type":55,"value":160},". Specify sound effects and ambient noise: ",{"type":49,"tag":153,"props":162,"children":164},{"className":163},[],[165],{"type":55,"value":166},"[loud thunder]",{"type":55,"value":121},{"type":49,"tag":153,"props":169,"children":171},{"className":170},[],[172],{"type":55,"value":173},"[gentle rain background]",{"type":55,"value":175},".",{"type":49,"tag":97,"props":177,"children":178},{},[179,184,186,192],{"type":49,"tag":101,"props":180,"children":181},{},[182],{"type":55,"value":183},"Negative Prompting",{"type":55,"value":185},": Explicitly exclude unwanted elements using the ",{"type":49,"tag":153,"props":187,"children":189},{"className":188},[],[190],{"type":55,"value":191},"negative_prompt",{"type":55,"value":193}," parameter (e.g., \"blurry\", \"static\", \"distorted faces\").",{"type":49,"tag":97,"props":195,"children":196},{},[197,202,204],{"type":49,"tag":101,"props":198,"children":199},{},[200],{"type":55,"value":201},"Advanced Modalities",{"type":55,"value":203},":\n",{"type":49,"tag":93,"props":205,"children":206},{},[207,220,240],{"type":49,"tag":97,"props":208,"children":209},{},[210,212,218],{"type":55,"value":211},"Use ",{"type":49,"tag":153,"props":213,"children":215},{"className":214},[],[216],{"type":55,"value":217},"veo_first_last_to_video",{"type":55,"value":219}," for precise control over transitions between two key frames.",{"type":49,"tag":97,"props":221,"children":222},{},[223,224,230,232,238],{"type":55,"value":211},{"type":49,"tag":153,"props":225,"children":227},{"className":226},[],[228],{"type":55,"value":229},"veo_ingredients_to_video",{"type":55,"value":231}," (or ",{"type":49,"tag":153,"props":233,"children":235},{"className":234},[],[236],{"type":55,"value":237},"veo_reference_to_video",{"type":55,"value":239},") with up to 3 reference images to maintain character and style consistency across multi-shot sequences.",{"type":49,"tag":97,"props":241,"children":242},{},[243,245,251],{"type":55,"value":244},"Use the ",{"type":49,"tag":153,"props":246,"children":248},{"className":247},[],[249],{"type":55,"value":250},"veo-3.1-lite-generate-001",{"type":55,"value":252}," model for faster video generation at 720p or 1080p when full fidelity is not strictly required.",{"type":49,"tag":71,"props":254,"children":256},{"id":255},"image-on-video-overlay",[257],{"type":55,"value":258},"Image-on-Video Overlay",{"type":49,"tag":58,"props":260,"children":261},{},[262],{"type":55,"value":263},"When placing logos, watermarks, or static elements on a video:",{"type":49,"tag":265,"props":266,"children":267},"ol",{},[268,280,285],{"type":49,"tag":97,"props":269,"children":270},{},[271,273,279],{"type":55,"value":272},"Determine the source video dimensions using ",{"type":49,"tag":153,"props":274,"children":276},{"className":275},[],[277],{"type":55,"value":278},"ffmpeg_get_media_info",{"type":55,"value":175},{"type":49,"tag":97,"props":281,"children":282},{},[283],{"type":55,"value":284},"Calculate coordinates (x,y) based on these dimensions (e.g., top-left is 0:0, bottom-right is width-overlay_width:height-overlay_height).",{"type":49,"tag":97,"props":286,"children":287},{},[288,290,296],{"type":55,"value":289},"Call ",{"type":49,"tag":153,"props":291,"children":293},{"className":292},[],[294],{"type":55,"value":295},"ffmpeg_overlay_image_on_video",{"type":55,"value":175},{"type":49,"tag":71,"props":298,"children":300},{"id":299},"gif-generation",[301],{"type":55,"value":302},"GIF Generation",{"type":49,"tag":58,"props":304,"children":305},{},[306],{"type":55,"value":307},"For high-quality GIFs:",{"type":49,"tag":93,"props":309,"children":310},{},[311,323],{"type":49,"tag":97,"props":312,"children":313},{},[314,316,322],{"type":55,"value":315},"Use the two-pass approach provided by ",{"type":49,"tag":153,"props":317,"children":319},{"className":318},[],[320],{"type":55,"value":321},"ffmpeg_video_to_gif",{"type":55,"value":175},{"type":49,"tag":97,"props":324,"children":325},{},[326,328,334,336,342],{"type":55,"value":327},"Default to ",{"type":49,"tag":153,"props":329,"children":331},{"className":330},[],[332],{"type":55,"value":333},"fps=15",{"type":55,"value":335}," and ",{"type":49,"tag":153,"props":337,"children":339},{"className":338},[],[340],{"type":55,"value":341},"scale_width_factor=0.33",{"type":55,"value":343}," unless the user requests higher resolution or smoothness.",{"type":49,"tag":71,"props":345,"children":347},{"id":346},"clip-concatenation",[348],{"type":55,"value":349},"Clip Concatenation",{"type":49,"tag":58,"props":351,"children":352},{},[353],{"type":55,"value":354},"When merging multiple clips:",{"type":49,"tag":93,"props":356,"children":357},{},[358,363],{"type":49,"tag":97,"props":359,"children":360},{},[361],{"type":55,"value":362},"Ensure all clips have matching dimensions and frame rates.",{"type":49,"tag":97,"props":364,"children":365},{},[366,367,373],{"type":55,"value":211},{"type":49,"tag":153,"props":368,"children":370},{"className":369},[],[371],{"type":55,"value":372},"ffmpeg_concatenate_media_files",{"type":55,"value":374},". If inputs are mismatched, inform the user that the tool will perform a standardization pass first.",{"type":49,"tag":71,"props":376,"children":378},{"id":377},"audio-video-sync",[379],{"type":55,"value":380},"Audio-Video Sync",{"type":49,"tag":58,"props":382,"children":383},{},[384],{"type":55,"value":385},"When adding a soundtrack or voiceover:",{"type":49,"tag":265,"props":387,"children":388},{},[389,400,405],{"type":49,"tag":97,"props":390,"children":391},{},[392,394,399],{"type":55,"value":393},"Check the audio duration using ",{"type":49,"tag":153,"props":395,"children":397},{"className":396},[],[398],{"type":55,"value":278},{"type":55,"value":175},{"type":49,"tag":97,"props":401,"children":402},{},[403],{"type":55,"value":404},"Ensure the video matches this duration.",{"type":49,"tag":97,"props":406,"children":407},{},[408,409,415,417,423,424,430],{"type":55,"value":211},{"type":49,"tag":153,"props":410,"children":412},{"className":411},[],[413],{"type":55,"value":414},"ffmpeg_combine_audio_and_video",{"type":55,"value":416},". Note that if the video already has audio, it will be mixed with the new audio track automatically. You can use the optional ",{"type":49,"tag":153,"props":418,"children":420},{"className":419},[],[421],{"type":55,"value":422},"input_video_volume_db_change",{"type":55,"value":335},{"type":49,"tag":153,"props":425,"children":427},{"className":426},[],[428],{"type":55,"value":429},"input_audio_volume_db_change",{"type":55,"value":431}," parameters to adjust their relative levels.",{"type":49,"tag":64,"props":433,"children":435},{"id":434},"technical-tips",[436],{"type":55,"value":437},"Technical Tips",{"type":49,"tag":93,"props":439,"children":440},{},[441,446],{"type":49,"tag":97,"props":442,"children":443},{},[444],{"type":55,"value":445},"Always check media info before attempting complex filters.",{"type":49,"tag":97,"props":447,"children":448},{},[449,451,457],{"type":55,"value":450},"Prefer ",{"type":49,"tag":153,"props":452,"children":454},{"className":453},[],[455],{"type":55,"value":456},".mp4",{"type":55,"value":458}," (H.264) for output compatibility unless otherwise specified.",{"items":460,"total":635},[461,479,495,517,531,542,554,571,585,598,612,618],{"slug":462,"name":462,"fn":463,"description":464,"org":465,"tags":466,"stars":476,"repoUrl":477,"updatedAt":478},"kb-search","search and extract local knowledge base documents","Allows listing, searching and extracting information from local knowledge base documents for information about tables\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[467,470,473],{"name":468,"slug":469,"type":16},"Documentation","documentation",{"name":471,"slug":472,"type":16},"Knowledge Base","knowledge-base",{"name":474,"slug":475,"type":16},"Search","search",6749,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fknowledge-catalog","2026-07-12T07:38:52.157375",{"slug":480,"name":481,"fn":482,"description":483,"org":484,"tags":485,"stars":476,"repoUrl":477,"updatedAt":494},"knowledgecatalogdiscoveryagent","knowledge_catalog_discovery_agent","search and rank Knowledge Catalog data entries","Analyzes user queries, extracts relevant predicates, and utilizes Knowledge Catalog Search to find and rank the most relevant data entries. Engages with the user throughout the process.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[486,489,490,493],{"name":487,"slug":488,"type":16},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":16},{"name":491,"slug":492,"type":16},"Knowledge Management","knowledge-management",{"name":474,"slug":475,"type":16},"2026-07-12T07:38:22.196851",{"slug":496,"name":496,"fn":497,"description":498,"org":499,"tags":500,"stars":514,"repoUrl":515,"updatedAt":516},"contributing","contribute to Cloud Foundation Fabric","End-to-end workflow for contributing to Cloud Foundation Fabric: triaging GitHub issues, proactive feature development, validating with tests and Policy Troubleshooter, and submitting sanitized Pull Requests. Use when addressing a Fabric GitHub issue, developing a module or FAST stage change, or preparing a branch for a pull request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[501,504,507,510,511],{"name":502,"slug":503,"type":16},"Automation","automation",{"name":505,"slug":506,"type":16},"Engineering","engineering",{"name":508,"slug":509,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":512,"slug":513,"type":16},"Pull Requests","pull-requests",2062,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric","2026-07-31T06:23:36.935005",{"slug":518,"name":518,"fn":519,"description":520,"org":521,"tags":522,"stars":514,"repoUrl":515,"updatedAt":530},"fabric-builder","generate Terraform code for Google Cloud","Generates idiomatic Cloud Foundation Fabric (CFF) Terraform code using CFF modules. Use when users ask to create GCP resources, use Fabric modules, or generate Terraform code for Google Cloud.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[523,524,527],{"name":9,"slug":8,"type":16},{"name":525,"slug":526,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":528,"slug":529,"type":16},"Terraform","terraform","2026-07-12T07:38:23.514555",{"slug":532,"name":532,"fn":533,"description":534,"org":535,"tags":536,"stars":514,"repoUrl":515,"updatedAt":541},"fast-0-org-setup-prereqs","prepare prerequisites for FAST 0-org-setup","Guides the user step-by-step through the prerequisites for the FAST 0-org-setup stage, supporting both Standard GCP and Google Cloud Dedicated (GCD) environments. Use when a user asks to prepare or run prerequisites for 0-org-setup or bootstrap the FAST landing zone.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[537,538],{"name":9,"slug":8,"type":16},{"name":539,"slug":540,"type":16},"Operations","operations","2026-07-12T07:38:28.127148",{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":21,"repoUrl":22,"updatedAt":553},"agent-aware-cli","design agent-aware command-line interfaces","Guide for designing and implementing command-line interfaces (CLIs) that are equally usable by human developers and automated coding agents. Use when the user wants to build a CLI, apply CLI best practices, or use Go with Cobra and Viper.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[548,551,552],{"name":549,"slug":550,"type":16},"CLI","cli",{"name":505,"slug":506,"type":16},{"name":9,"slug":8,"type":16},"2026-07-12T07:39:08.41406",{"slug":555,"name":555,"fn":556,"description":557,"org":558,"tags":559,"stars":21,"repoUrl":22,"updatedAt":570},"build-mcp-genmedia","build and configure GenAI MCP servers","Builds the mcp-genmedia Go MCP servers (nanobanana, veo, lyria, gemini-multimodal, chirp3-hd, avtool) from source and wires them into settings.json. Use this skill whenever the MCP tools are missing or broken — typically at the start of a new session, after a container restart, or when \u002Ftmp has been wiped. The prebuilt binaries in \u002Fworkspace\u002F.local\u002Fbin\u002F have no exec bit and live on a noexec mount; this skill compiles fresh executables into \u002Ftmp\u002Fbin\u002F where execution is allowed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[560,563,564,567],{"name":561,"slug":562,"type":16},"API Development","api-development",{"name":9,"slug":8,"type":16},{"name":565,"slug":566,"type":16},"LLM","llm",{"name":568,"slug":569,"type":16},"MCP","mcp","2026-07-12T07:39:10.911302",{"slug":572,"name":572,"fn":573,"description":574,"org":575,"tags":576,"stars":21,"repoUrl":22,"updatedAt":584},"genmedia-audio-engineer","synthesize and mix audio content","Expert in audio synthesis, music generation, and mixing. Use when creating podcasts, background scores, or multi-track audio layering using mcp-chirp3-go, mcp-lyria-go, mcp-gemini-go, mcp-nanobanana-go, and mcp-avtool-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[577,580,581,582],{"name":578,"slug":579,"type":16},"Audio","audio",{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":583,"slug":34,"type":16},"Vertex AI","2026-07-12T07:39:16.623879",{"slug":586,"name":586,"fn":587,"description":588,"org":589,"tags":590,"stars":21,"repoUrl":22,"updatedAt":597},"genmedia-image-artist","generate and edit AI images","Expert in AI image generation and editing. Use when the user needs high-quality textures, character-consistent visuals, or image-to-image editing using mcp-nanobanana-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[591,592,593,596],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":594,"slug":595,"type":16},"Image Generation","image-generation",{"name":583,"slug":34,"type":16},"2026-07-12T07:39:15.372822",{"slug":599,"name":599,"fn":600,"description":601,"org":602,"tags":603,"stars":21,"repoUrl":22,"updatedAt":611},"genmedia-producer","produce multi-step media content","Expert media production assistant. Use when requested to help with storyboarding, podcast creation, audio assembly, or complex multi-step media workflows using the GenMedia MCP servers (Veo, Lyria, Gemini TTS, NanoBanana).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[604,605,606,607,610],{"name":578,"slug":579,"type":16},{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":608,"slug":609,"type":16},"Media","media",{"name":18,"slug":19,"type":16},"2026-07-12T07:39:09.672849",{"slug":4,"name":4,"fn":5,"description":6,"org":613,"tags":614,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[615,616,617],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"slug":619,"name":619,"fn":620,"description":621,"org":622,"tags":623,"stars":21,"repoUrl":22,"updatedAt":634},"genmedia-voice-director","generate expressive text-to-speech with Gemini","Expert in casting, directing, and generating expressive text-to-speech using Gemini TTS. Use this when the user needs virtual voice actor personas, expressive speech generation, or multiple variations of a voiceover (like \"take 3 on the bounce\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[624,625,626,628,631],{"name":578,"slug":579,"type":16},{"name":14,"slug":15,"type":16},{"name":627,"slug":28,"type":16},"Gemini",{"name":629,"slug":630,"type":16},"Speech","speech",{"name":632,"slug":633,"type":16},"Text-to-Speech","text-to-speech","2026-07-12T07:39:17.86673",80,{"items":637,"total":687},[638,644,651,658,665,673,679],{"slug":543,"name":543,"fn":544,"description":545,"org":639,"tags":640,"stars":21,"repoUrl":22,"updatedAt":553},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[641,642,643],{"name":549,"slug":550,"type":16},{"name":505,"slug":506,"type":16},{"name":9,"slug":8,"type":16},{"slug":555,"name":555,"fn":556,"description":557,"org":645,"tags":646,"stars":21,"repoUrl":22,"updatedAt":570},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[647,648,649,650],{"name":561,"slug":562,"type":16},{"name":9,"slug":8,"type":16},{"name":565,"slug":566,"type":16},{"name":568,"slug":569,"type":16},{"slug":572,"name":572,"fn":573,"description":574,"org":652,"tags":653,"stars":21,"repoUrl":22,"updatedAt":584},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[654,655,656,657],{"name":578,"slug":579,"type":16},{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":583,"slug":34,"type":16},{"slug":586,"name":586,"fn":587,"description":588,"org":659,"tags":660,"stars":21,"repoUrl":22,"updatedAt":597},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[661,662,663,664],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":594,"slug":595,"type":16},{"name":583,"slug":34,"type":16},{"slug":599,"name":599,"fn":600,"description":601,"org":666,"tags":667,"stars":21,"repoUrl":22,"updatedAt":611},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[668,669,670,671,672],{"name":578,"slug":579,"type":16},{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":608,"slug":609,"type":16},{"name":18,"slug":19,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":674,"tags":675,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[676,677,678],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"slug":619,"name":619,"fn":620,"description":621,"org":680,"tags":681,"stars":21,"repoUrl":22,"updatedAt":634},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[682,683,684,685,686],{"name":578,"slug":579,"type":16},{"name":14,"slug":15,"type":16},{"name":627,"slug":28,"type":16},{"name":629,"slug":630,"type":16},{"name":632,"slug":633,"type":16},9]