SkillAgentSearch skills...

google-mobile-ads-interstitial

Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK interstitial ads in Android, iOS, or Unity mobile applications

Install / Use

npx skills add google/skills --skill google-mobile-ads-interstitial

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

66/100

Category

Marketing

Supported Platforms

Universal

Our assessment of google-mobile-ads-interstitial

google-mobile-ads-interstitial scores 66/100 on our quality scale, 162nd of 175 Marketing skills we index.

Its SKILL.md is 1.1 KB long, lightly structured (2 headings) and no code examples: fairly brief, so expect to fill in details yourself.

With 20,340 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
5/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so google-mobile-ads-interstitial is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

google-mobile-ads-interstitial compared with similar skills

All 4 of these similar skills score higher than google-mobile-ads-interstitial; compare them before choosing.

SkillScoreStarsUpdatedFormat
google-mobile-ads-interstitial (this skill)by google6620.3k2d agoSKILL.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md
designby nextlevelbuilder100130.2k4d agoSKILL.md
ui-ux-pro-maxby nextlevelbuilder100130.2k4d agoSKILL.md

Frequently asked questions

How do I install google-mobile-ads-interstitial?
Run npx skills add google/skills --skill google-mobile-ads-interstitial. The install tabs above show the steps for each supported agent.
Which AI agents does google-mobile-ads-interstitial work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is google-mobile-ads-interstitial safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is google-mobile-ads-interstitial still maintained?
The repository was last updated 2 days ago, so google-mobile-ads-interstitial is actively maintained.

name: google-mobile-ads-interstitial description: >- Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK interstitial ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up interstitial ads. Don't use for "rewarded interstitial" ads. metadata: version: "1.1.0" category: GoogleAds

Google Mobile Ads SDK - Interstitial Ads

Interstitial ads show full-page ads for users on mobile apps. Interstitial ads are designed to be placed between content and are best placed at natural app transition points.

Workflow

  1. Determine the user's platform: Identify if the project is Android, iOS, or Unity. If unclear, ask before proceeding.

  2. Read the platform guide for implementation details:

    • Android: references/android-interstitial.md
    • iOS: references/ios-interstitial.md
    • Unity: references/unity-interstitial.md
  3. Follow these steps in order:

    • [ ] Load the ad
    • [ ] Register for ad event callbacks
    • [ ] Show the ad
    • [ ] Verify the implementation

Related Skills

View on GitHub
GitHub Stars20.3k
CategoryMarketing
Updated2d ago
Forks1.7k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions