What problem does it solve? Managing Apple Ads through the web console is slow and hard to automate. This Skill provides structured guidance for operating the asc ads CLI so you can authenticate, inspect, create, update, and report on Apple Ads resources from the command line with safe, repeatable workflows. ## Core Features & Use Cases - Authentication & Org Resolution: Configure Apple Ads auth via stored profiles, environment variables, or short-lived tokens, and resolve org IDs with asc ads acls. - Read & Reporting Workflows: List campaigns, ad groups, apps, product pages, creatives, and geo targets, and run campaign or keyword reports with JSON output for automation. - Safe Mutations & Live Testing: Create and update campaigns, ad groups, and targeting keywords from JSON payload files, with guardrails like --confirm for deletes and a checklist for paused, uniquely named live-test resources. - Use Case: A marketer wants to audit all active campaigns and pull a keyword performance report. Use this Skill to authenticate, resolve the org ID, list campaigns with pagination, and submit a reporting request via a JSON file. ## Quick Start Ask the assistant to use the asc ads CLI to list the first ten campaigns for your Apple Ads org in JSON format.