Agent Skills
› google/skills
› google-mobile-ads-get-started
google-mobile-ads-get-started
GitHub指导用户在Android、iOS或Unity项目中集成Google Mobile Ads SDK。通过识别平台,引导用户添加依赖、设置标识符、初始化SDK并验证集成,最后推荐选择广告格式继续开发。
Trigger Scenarios
用户想要开始使用Google Mobile Ads SDK
需要安装或配置AdMob/Ad Manager SDK
在Android/iOS/Unity中集成移动广告框架
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
- aabe37a Current 2026-07-05 15:27


