finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Integrates the Google Interactive Media Ads (IMA) Dynamic Ad Insertion (DAI) SDK into websites, web apps, mobile apps, or TV apps. Use when: - A video player needs to load and play HLS or DASH streams in web apps, Android apps, iOS apps, tvOS apps, Cast (CAF) receivers, or Roku
$ npx -y skills add google/skills --skill ima-dai-sdk --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ima-dai-sdkContext preview
The summary Claude sees to decide when to auto-load this skill.
Integrates the Google Interactive Media Ads (IMA) Dynamic Ad Insertion (DAI) SDK into websites, web apps, mobile apps, or TV apps. Use when: - A video player needs to load and play HLS or DASH streams in web apps, Android apps, iOS apps, tvOS apps, Cast (CAF) receivers, or Roku
name: ima-dai-sdk description: >- Integrates the Google Interactive Media Ads (IMA) Dynamic Ad Insertion (DAI) SDK into websites, web apps, mobile apps, or TV apps. Use when: - A video player needs to load and play HLS or DASH streams in web apps, Android apps, iOS apps, tvOS apps, Cast (CAF) receivers, or Roku channels. - The app needs to make use of a Google DAI livestream event asset key, or content source CMS ID, video ID for video on demand. Don't use this skill to load and play a VAST or VMAP URL. license: Apache-2.0 metadata: author: Google LLC version: "1.0.0" category: GoogleAds
Use the IMA DAI SDK to load HLS or DASH streams into the app for:
Review the platform-specific integration guides for the target platforms:
[StreamManager guide](references/web-StreamManager-guide.md) for loading stream URL from Google full-service DAI into `<video>` element.
[StreamManager guide](references/cast-StreamManager-guide.md) for integrating the IMA DAI SDK into a ChromeCast Web Receiver.
[ImaServerSideAdInsertionMediaSource guide](references/android-ImaServerSideAdInsertionMediaSource-guide.md) for integrating Media3 Exoplayer IMA extension.
[IMAStreamRequest guide](references/ios-IMAStreamRequest-guide.md) for playing streams with `AVPlayer`.
for implementing DAI on Roku SceneGraph.
1. Import the SDK 2. Initialize the SDK 3. Add stream event listeners 4. Set up timed metadata forwarding 5. Make a stream request 6. Clean up SDK resources when the stream fails or the user leaves the stream.
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…