mcpbeat

Google Mobile Ads Interstitial

google/google-mobile-ads-interstitial

Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK interstitial ads in Android and iOS mobile applications. Use this skill when the task involves setting up interstitial ads. Don't use for "rewarded interstitial" ads.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
15506
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/google/skills --skill google-mobile-ads-interstitial

What comes with it

3 571 bytes besides the instruction
references/android-interstitial.md
references/ios-interstitial.md

The instruction itself

3 sections, as written by the author

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.

Ad Placement Guidelines

CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines

before proceeding with any interstitial ad implementation.

  • Determine Ad Placement:
  • [ ] Identify the target file where the ad should be placed. Ask if

unsure.

Workflow

  • Determine the user's platform: Identify if the project is Android or

iOS. If unclear, ask before proceeding.

  • Read the platform guide for implementation details:
  • Android: references/android-interstitial.md
  • iOS: references/ios-interstitial.md
  • Follow these steps in order:
  • [ ] Load the ad
  • [ ] Register for ad event callbacks
  • [ ] Show the ad
  • [ ] Verify the implementation

How to use it

Copy the folder

Take google/google-mobile-ads-interstitial from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.