Ad Platform Tracker Skill

v1.0.0

Use this skill whenever the user needs to track, analyze, or respond to advertising platform changes across Meta (Facebook/Instagram), Google Ads, or competi...

0· 90·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for abhishekj9621/ad-platform-tracker-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ad Platform Tracker Skill" (abhishekj9621/ad-platform-tracker-skill) from ClawHub.
Skill page: https://clawhub.ai/abhishekj9621/ad-platform-tracker-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ad-platform-tracker-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install ad-platform-tracker-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual instructions: the skill is focused on platform change tracking, compliance, and competitive ad analysis. It references official blogs, transparency centers, Ads Library APIs, and competitive intelligence tools — all consistent with its stated purpose.
Instruction Scope
The SKILL.md instructs the agent to monitor official blogs, industry sources, and public ad libraries and to use third-party web-scraper skills (Firecrawl, Apify). This is coherent for the task, but it does mean the agent will perform network scraping and may call external actors/skills; the instructions do not direct the agent to read local files or other unrelated secrets. Users should be aware scraping and API calls may require separate credentials and may be subject to rate limits and platform terms of service.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or downloaded by the skill itself, which reduces install-time risk.
Credentials
The skill declares no required env vars or primary credential, but examples show using a Meta Graph API access token and external Apify actors. This is proportionate to competitor/ad-library queries, but consumers should expect to provide any API tokens or third-party credentials explicitly when invoking scraping/API flows (they are not implicitly declared).
Persistence & Privilege
always:false and no requests to modify system or other skills. The skill does not request permanent/system-level presence or elevated privileges.
Assessment
This skill is coherent with its advertised purpose: it compiles public platform updates, policy/compliance guidance, and competitive ad intelligence and instructs the agent to use web-scraping and public APIs. Before enabling it: (1) confirm whether you or your organization will supply any API tokens (Meta Graph API or Apify) when the agent needs them — the skill does not declare required env vars; (2) review and approve the external scraper skills (Firecrawl/Apify) the agent will call, since those actors perform network I/O and may store data; (3) avoid letting the agent scrape non-public/internal pages or include sensitive credentials in scraped payloads; (4) verify scraping complies with platform Terms of Service and regional laws for competitive intelligence; and (5) if you allow autonomous invocation, consider restricting it from running large-scale scrapes or from storing credentials persistently. Overall the skill appears legitimate and proportionate, but exercise normal operational caution around API keys, scraper actors, and legal compliance when gathering competitor data.

Like a lobster shell, security has layers — review code before you run it.

latestvk975z608jjd2gt1xjn9a4f1hy1842pa6
90downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Ad Platform Tracker Skill

A comprehensive skill for tracking algorithm changes, policy updates, compliance requirements, and competitive intelligence across Meta and Google Ads platforms.


Four Tracking Modules

ModuleFilePurpose
Meta Algorithm & Policyreferences/meta-tracker.mdMeta ad system changes, Andromeda, features
Google Ads Algorithm & Policyreferences/google-tracker.mdPMax, Smart Bidding, AI Max, policy changes
Regulatory & Compliancereferences/compliance-tracker.mdGDPR, CCPA, iOS privacy, ad policies
Competitive Intelligencereferences/competitive-tracker.mdCompetitor ads, benchmarks, best practices

When to load each file:

  • Meta question → load meta-tracker.md
  • Google Ads question → load google-tracker.md
  • Compliance/privacy/policy question → load compliance-tracker.md
  • Competitor/benchmarking question → load competitive-tracker.md
  • General audit or "check everything" → load all four

Quick Assessment Framework

When a user reports a campaign issue or asks "why did X change?", run through this:

  1. Platform Change? → Check the relevant tracker file for recent algorithm/feature updates
  2. Compliance Risk? → Check if account/vertical is in a sensitive category (health, finance, political)
  3. Creative Fatigue? → For Meta: check creative diversity, similarity scores, refresh cycle
  4. Structural Issue? → For Google PMax: check channel reporting, negative keywords, asset quality
  5. Competitive Shift? → Check if competitors changed messaging, offers, or formats

Output Templates

Daily Update Digest

DATE: [date]
PLATFORM: Meta / Google / Both
CHANGE: [what changed]
SEVERITY: Critical / High / Medium / Low
IMPACT DATE: [when it takes effect]
AFFECTED: [all accounts / specific verticals / regions]
RECOMMENDED ACTION: [what to do]

Campaign Impact Assessment

UPDATE: [name of update]
CURRENT CAMPAIGN STATUS: [affected / not affected]
METRICS AT RISK: [ROAS, CPM, CPA, reach, etc.]
URGENCY: [act now / act within 30 days / monitor]
SPECIFIC CHANGES NEEDED: [list]

Compliance Alert

REGULATION: [GDPR / CCPA / Meta Policy / Google Policy]
RISK LEVEL: High / Medium / Low
DEADLINE: [compliance required by]
AFFECTED CAMPAIGNS: [list]
REMEDIATION STEPS: [numbered list]

Data Sources to Monitor

Meta Official:

Google Official:

Industry Sources (fast-track updates):

Competitive Intelligence:


Scraping Strategy

When asked to monitor or scrape platform updates, use the web-scraper skill (Firecrawl or Apify) to:

  1. Official blogs → Firecrawl /crawl on Meta/Google blog URLs, filter for last 7 days
  2. Meta Ads Library → Apify actor apify/facebook-ads-scraper for competitor ads
  3. Google Ads Transparency → Firecrawl /scrape on specific advertiser pages
  4. Industry blogs → Firecrawl /search for recent updates ("Meta algorithm update 2025")
  5. RSS feeds → Firecrawl /scrape on RSS feed URLs for real-time monitoring
# Example: Monitor Meta blog for updates in last 7 days
firecrawl_payload = {
    "url": "https://www.facebook.com/business/news",
    "formats": ["markdown"],
    "onlyMainContent": True,
}

# Example: Search for recent Google Ads changes
firecrawl_search = {
    "query": "Google Ads Performance Max update 2025",
    "limit": 10,
    "scrapeOptions": { "formats": ["markdown"] }
}

Current State of Knowledge (as of early 2026)

Meta — Critical Facts

  • Andromeda fully rolled out globally October 2025 — creative is now the primary targeting mechanism
  • Andromeda uses NVIDIA Grace Hopper Superchip, 10,000x increase in model capacity vs. predecessor
  • Engaged-view window changed from 10s → 5s in 2025
  • Value Rules expanded to Leads objective
  • Threads Feed placement added — test for scaling
  • Lookalike restrictions on health/finance data (Sept 2025)
  • Creative similarity scoring active — too-similar ads punished with higher CPMs
  • Sensitive category blocking (health, finance) started January 2025 — blocks mid/lower funnel events
  • Meta AI chatbot personalization rolled out Dec 16, 2025 (excluding EU/UK/South Korea)

Google Ads — Critical Facts

  • PMax channel-level reporting went live November 2025 for all accounts
  • Full Search Terms Reporting in PMax added in 2025
  • Campaign-level negative keywords (10k limit) added January 2025
  • Search themes expanded from 25 → 50 per asset group
  • AI Max launched at Google Marketing Live May 2025 (new search campaign type)
  • Power Pack = PMax + Demand Gen + AI Max (Google's new recommended setup)
  • Demand Gen showed 26% conversion increase in tests
  • Waze ads inventory added to PMax store goals (US only, Nov 2025)
  • First-party audience exclusions added to PMax (2026 rollout)
  • Budget projection report added to PMax

Compliance — Critical Facts

  • 19 US state privacy laws in effect by 2025
  • Meta blocks custom audiences with sensitive attributes (health/finance) as of Sept 2025
  • GDPR: requires opt-in, up to €20M or 4% global revenue fines
  • CCPA/CPRA: opt-out model; requires "Do Not Sell" link
  • Health/wellness brands: Add to Cart and Purchase events blocked for optimization (Jan 2025)
  • Financial services: new mandatory Special Ad Category (Jan 14, 2025)
  • Political ads: "Paid for by" disclaimer required, tighter targeting restrictions

For full deep-dive detail on any module, load the relevant reference file.

Comments

Loading comments...