What problem does it solve? Managing Apple Ads campaigns through the web console is slow and hard to automate. This Skill provides structured guidance for operating the asc CLI against the Apple Ads API, covering authentication, org resolution, campaign management, and reporting without guesswork. ## Core Features & Use Cases - Auth and Org Resolution: Configure Apple Ads credentials via stored profiles, environment variables, or short-lived tokens, and resolve org IDs with asc ads acls. - Campaign and Keyword Management: Read, create, update, and delete campaigns, ad groups, and targeting keywords using JSON payload files with --file. - Reporting and Raw API Access: Run campaign and keyword reports, plus raw v5 API requests for fields not yet exposed by first-class commands. - Use Case: A marketer wants to audit all active campaigns and pull a keyword performance report. The Skill guides running asc ads campaigns --paginate --output json followed by a reporting request, then safely cleaning up any test resources. ## Quick Start Ask the assistant to list all Apple Ads campaigns for your org as JSON using the asc ads CLI.