Install
$ agentstack add skill-ashutosh160798-apple-search-ads-conquest-apple-search-ads-conquest ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Apple Search Ads — Conquest Campaigns
Overview
Create and manage Apple Search Ads campaigns using a conquest strategy: bid on competitor apps' brand names so users who discovered a rival through its TikTok/Instagram ads — then search that rival in the App Store — land on your app instead. You intercept high-intent demand competitors paid to create.
Ships with a dependency-free Node CLI (Apple Ads Campaign Management API v5), a one-shot campaign creator, and a daily audit. All amounts are in the account currency (ASA_CURRENCY).
When to use
- Setting up Apple Search Ads for a new or existing app
- Building a competitor/conquest keyword strategy
- Creating campaigns, ad groups, keywords; adjusting bids/budgets
- Standing up automated daily performance auditing
Not for: Google/Meta/TikTok ad platforms, ASO/organic keywords, or App Store Connect build/metadata tasks.
Prerequisites (one-time)
API credentials + local keypair. REQUIRED: follow references/setup.md (generate EC keypair → create an API Account Manager user → upload public key → .env → discover-org.js → asa.js test). The private key stays local.
Workflow
Full detail in references/workflow.md — read it before executing. The phases:
- Understand the app — WebFetch its App Store listing; record the numeric
adamId, category, positioning, and any rivals it names. - Research competitors — dispatch a web-research subagent using
references/competitor-research-prompt.md; get apps actively marketing on TikTok/IG + brand-term variants. - Build keywords —
keywords.json: competitor brands + generics + your own brand-defense, EXACT match, bids in account currency (templates/keywords.example.json). - Create (paused) — fill
campaign.json(templates/campaign.example.json), runcreate-conquest.js→ campaign+adgroup+keywords in one shot withstartPaused: true. - Review & go live — inspect keywords, then
campaign-status ENABLED. Expect a multi-day learning ramp. - Daily audit — set
ASA_TARGET_CPA/ASA_BRAND_PREFIXES, scheduledaily-audit.shvia local cron (needs the local key — never a cloud job).
Quick reference
# from repo root, after setup
node --env-file=.env toolkit/asa.js test
node --env-file=.env toolkit/create-conquest.js campaign.json # create (paused)
node --env-file=.env toolkit/asa.js campaign-status ENABLED # go live
node --env-file=.env toolkit/daily-audit.js # audit now
Full command table: references/workflow.md. Every asa.js subcommand prints usage if run without args.
Common mistakes
- Judging a new campaign too early. Zero-impression keywords in the first days are noise; wait for the ramp before pruning.
- Wrong currency in bids.
bidAmount.currencyinkeywords.jsonmust match the account currency, and amounts must be sensible for it (e.g. ~$2, not 2 dollars written as 200). - Read-only API role. "API Account Read Only" blocks all writes — use API Account Manager.
- Cloud-scheduling the audit. A cloud agent can't reach your local private key. Use local cron.
- No brand-defense. Without bidding your own name, competitors conquest you back on your own TikTok-driven searches.
- Over-bidding on day one. Start near
target_CPA × expected conversion rate; scale from data.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ashutosh160798
- Source: ashutosh160798/apple-search-ads-conquest
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.