SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Implements Google Mobile Ads rewarded ads in Android, iOS, and Unity apps.
Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK rewarded ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up rewarded ads. Don't use for "rewarded interstitial" ads.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# 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.
## 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-rewarded.md`
- iOS: `references/ios-rewarded.md`
- Unity: `references/unity-rewarded.md`
3. **Follow these steps in order**:
- [ ] Load the ad
- [ ] Register for ad event callbacks
- [ ] Add a UI element to view the ad for a reward
- [ ] Show the ad
- [ ] Verify the implementation