Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
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 reward
Imported from skill-one/skills-sh-mirror (skills/google/skills/google-mobile-ads-rewarded/SKILL.md). Install upstream with npx skills add skill-one/skills-sh-mirror --skill google-mobile-ads-rewarded. Copyright stays with 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.
Workflow
Determine the user's platform: Identify if the project is Android,
iOS, or Unity. If unclear, ask before proceeding.
Read the platform guide for implementation details:
Android: references/android-rewarded.md
iOS: references/ios-rewarded.md
Unity: references/unity-rewarded.md
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
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "skill-one-skills-sh-mirror-google-mobile-ads-rewarded",
"kind": "skill",
"name": "google-mobile-ads-rewarded",
"description": "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.",
"publisher": "skill-one",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"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."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/skill-one/skills-sh-mirror",
"path": "skills/google/skills/google-mobile-ads-rewarded/SKILL.md",
"ref": "4a8654b7865cf688b8b6a13fbaf2544afde1dd40",
"url": "https://github.com/skill-one/skills-sh-mirror/blob/4a8654b7865cf688b8b6a13fbaf2544afde1dd40/skills/google/skills/google-mobile-ads-rewarded/SKILL.md",
"key": "skill-one/skills-sh-mirror/skills/google/skills/google-mobile-ads-rewarded/SKILL.md"
}
},
"instructions": "# Google Mobile Ads SDK - Rewarded Ads\n\nRewarded ads reward users with in-app items for interacting with full-screen\nads. Rewarded ads are served after a user explicitly opts in to view a rewarded\nad.\n\n## Workflow\n\n1. **Determine the user's platform**: Identify if the project is Android,\n iOS, or Unity. If unclear, ask before proceeding.\n\n2. **Read the platform guide** for implementation details:\n - Android: `references/android-rewarded.md`\n - iOS: `references/ios-rewarded.md`\n - Unity: `references/unity-rewarded.md`\n\n3. **Follow these steps in order**:\n - [ ] Load th",
"cost": {
"context_tokens": 191
}
}
Fetch it by URL: GET /api/v1/registry/skill-one-skills-sh-mirror-google-mobile-ads-rewarded/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.