mcpbeat

Google Mobile Ads Rewarded

google/google-mobile-ads-rewarded

Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK rewarded ads in Android or iOS mobile applications. Use this skill when the task involves setting up rewarded 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-rewarded

What comes with it

3 990 bytes besides the instruction
references/android-rewarded.md
references/ios-rewarded.md

The instruction itself

3 sections, as written by the author

Google Mobile Ads SDK - Rewarded Ads

Rewarded ads reward users with in-app items for interacting with full-screen

ads. Rewarded ads are served after a user explicitly opts in to view a rewarded

ad.

Ad Placement Guidelines

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

before proceeding with any rewarded 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-rewarded.md
  • iOS: references/ios-rewarded.md
  • Follow these steps in order:
  • [ ] Load the ad
  • [ ] Register for ad event callbacks
  • [ ] Add an opt-in UI element
  • [ ] Show the ad
  • [ ] Verify the implementation

How to use it

Copy the folder

Take google/google-mobile-ads-rewarded 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.