一键导入
inspect-object
Inspects any Google Ads API Protobuf resource, nested message or Enum structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Inspects any Google Ads API Protobuf resource, nested message or Enum structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Explains Google Ads API concepts, code snippets, or queries in plain English using real-world analogies.
Extracts the version from agent.json and makes it available during the session.
Retrieves a list of all child customer account IDs (CIDs) under a given Manager Account (MCC).
Configures Asset Group URL expansion filters (listing group webpage exclusions) for Performance Max campaigns.
Presents a response as a step-by-step process for the user to follow.
Investigates conversion upload issues and generates a structured diagnostic report based on Google Ads API conversion summaries and alerts.
| name | inspect-object |
| description | Inspects any Google Ads API Protobuf resource, nested message or Enum structure. |
This skill enables you to dynamically inspect any Google Ads API resource structure, message type, or Enum values. It must be used whenever you need to verify the structural fields and enums of API objects rather than guessing.
Execute the inspection utility script in the virtual environment:
./.venv/bin/python3 .agents/skills/inspect_object/scripts/inspect_object.py --object_name <object_name> --api_version <api_version>
Campaign resource structure:./.venv/bin/python3 .agents/skills/inspect_object/scripts/inspect_object.py --object_name Campaign --api_version v24
CampaignStatusEnum enums:./.venv/bin/python3 .agents/skills/inspect_object/scripts/inspect_object.py --object_name CampaignStatusEnum --api_version v24