What problem does it solve? Managing Apple Ads campaigns through the web UI or raw REST API is slow and error-prone, especially for scripting, bulk keyword operations, and automated reporting. This Skill provides structured guidance for driving the asc CLI's Apple Ads surface safely, including authentication, org resolution, and guarded live mutations. ## Core Features & Use Cases - Auth and Org Resolution: Configure Apple Ads credentials via stored profiles, environment variables, or short-lived tokens, and discover org IDs with asc ads acls. - Read Workflows: List campaigns, ad groups, apps, product pages, creatives, and geo targets, and run campaign or keyword reports with JSON output. - Safe Mutations: Create, update, and bulk-delete campaigns, ad groups, and targeting keywords from JSON payload files, with --confirm gates and a live-test checklist. - Use Case: A marketer wants to pause underperforming keywords across a campaign. Use this Skill to authenticate, resolve the org ID, export current keywords as JSON, build a bulk update file, and apply it with confirmation. ## Quick Start Ask the agent to use the asc ads skill to list all campaigns for your Apple Ads org in JSON format.