Agent Skills
› google/skills
› google-mobile-ads-get-started
google-mobile-ads-get-started
GitHub提供Google Mobile Ads SDK集成指南,适用于Android、iOS和Unity平台。帮助用户完成SDK安装、依赖添加、标识符设置及初始化配置,并引导后续广告格式选择。
Trigger Scenarios
用户希望开始使用Google移动广告SDK
需要安装或配置AdMob/Ad Manager SDK
询问GMA Next-Gen SDK或移动广告框架的集成步骤
Install
npx skills add google/skills --skill google-mobile-ads-get-started -g -y
SKILL.md
Frontmatter
{
"name": "google-mobile-ads-get-started",
"metadata": {
"version": "1.1.0",
"category": "GoogleAds"
},
"description": "Provides instructions for integrating the Google Mobile Ads (GMA) SDK. Use this skill when the user wants to get started with, install, integrate, set up, or configure the SDK for AdMob or Ad Manager, GMA Next-Gen SDK or mobile ads framework in an Android, iOS, or Unity application."
}
Google Mobile Ads SDK - Install
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-get-started.md - iOS:
references/ios-get-started.md - Unity:
references/unity-get-started.md
- Android:
-
Follow these steps in order:
- Add the SDK dependency
- Set the application identifier
- Initialize the SDK
- Verify the integration
-
After the SDK is successfully installed, ask the user to select an ad format to continue the integration.
Version History
- 513a7a5 Current 2026-07-19 19:01


