Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

ad-intelligence-skill广告情报技能

Agent Skill

ad-intelligence-skill 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,942

周安装

119

GitHub Stars

公开资料未说明

下载量

923
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ad-intelligence-skill(广告情报技能)
来源仓库:https://github.com/abhishekj9621/ad-intelligence-skill
安装命令:
openclaw skills install ad-intelligence-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ad-intelligence-skill

简介

竞争广告情报技能,用于跨 Meta (Facebook/Instagram)、Google Ads 透明度中心等获取、分析和报告竞争对手的广告。

SKILL.md

name
ad-intelligence
description
>

Ad Intelligence Skill

A two-phase competitive ad intelligence skill for marketing companies and ecommerce owners to research how competitors run ads across Meta, Google, and LinkedIn.


Quick Reference: What Data Is Available

FieldMeta (FB/IG)Google TransparencyLinkedIn
Ad copy / headline✅ Both phases✅ Both phases✅ Both phases
Creative (image/video URL)✅ Both phases✅ Both phases✅ Both phases
Ad format type✅ Both phases✅ Both phases✅ Both phases
Date first/last shown✅ Both phases✅ Both phases✅ Both phases
Platform / placements✅ Both phases✅ (Google Search, YT, Display, etc.)✅ Both phases
Active / inactive status✅ Both phases✅ Both phases✅ Both phases
CTA button✅ Phase 1 scrape✅ Both phases
Destination / landing URL✅ Both phases✅ Both phases✅ Both phases
Total ads running✅ Phase 2✅ Phase 2✅ Phase 2
Impression range✅ Phase 2 (EU/political only)✅ Phase 2 (some scrapers)
Spend range✅ Phase 2 (EU/political only)
Demographic breakdown✅ Phase 2 (EU only)
Targeting info✅ Phase 2 (partial — language, location)
Advertiser ID✅ Phase 2✅ Phase 2✅ Phase 2
⚠️ No platform exposes: exact spend, CTR, conversion rates, ROAS, or detailed audience targeting.

Workflow

Step 1: Understand the Request

Gather from the user (ask if not provided):

  • Competitor name or domain (e.g., "Nike" or "nike.com")
  • Target platform(s): Meta / Google / LinkedIn (default: all three)
  • Phase: Phase 1 (quick, no API keys) or Phase 2 (deeper, requires API keys)
  • Country/region filter (optional, e.g., "US", "IN", "EU")
  • Date range (optional, e.g., "last 30 days")
  • Ad format filter (optional: image / video / carousel / text)

If the user hasn't said which phase they want, ask. If they're just exploring, start with Phase 1.


Step 2: Execute the Right Phase

Read the platform reference files for code, endpoints, and examples:

  • Meta: references/meta.md
  • Google: references/google.md
  • LinkedIn: references/linkedin.md

Each reference contains:

  • Phase 1: Python scraping code (no API key needed)
  • Phase 2a: Official/free API instructions
  • Phase 2b: Third-party paid API options (SerpAPI, SearchAPI, Adyntel, Apify)
  • Sample output JSON
  • Known limitations

Step 3: Format the Output

Always deliver both:

A. Human-Readable Summary Report

## Ad Intelligence Report: [Company Name]
**Platforms Searched:** Meta, Google, LinkedIn
**Date:** [today]
**Phase:** 1 (Scrape) / 2 (API)
**Country:** [region]

### 📊 Overview
- Total ads found: X
- Active ads: X | Inactive: X
- Formats: X% image, X% video, X% carousel

### 🎯 Platform Breakdown
[Per platform: count, date range, notable trends]

### ✍️ Creative Themes & Messaging Patterns
[Summarize recurring hooks, CTAs, offers, tone]

### 📅 Recency & Cadence
[How often they post new ads, seasonal patterns]

### ⚠️ Data Limitations
[Note what wasn't available and why]

B. Raw Structured Data (JSON)

Return normalized JSON with this schema for each ad:

{
  "platform": "meta|google|linkedin",
  "ad_id": "string",
  "advertiser_name": "string",
  "advertiser_page_url": "string",
  "status": "active|inactive",
  "format": "image|video|carousel|text|document",
  "headline": "string|null",
  "body_text": "string|null",
  "cta_text": "string|null",
  "destination_url": "string|null",
  "creative_url": "string|null",
  "platforms_served": ["facebook", "instagram", "messenger"],
  "date_first_shown": "YYYY-MM-DD|null",
  "date_last_shown": "YYYY-MM-DD|null",
  "country": "string|null",
  "spend_range": "string|null",
  "impression_range": "string|null",
  "targeting_summary": "string|null",
  "source_phase": 1
}

Step 4: Provide Next Steps

After presenting results, always suggest:

  • Which Phase 2 option would give more depth for this use case
  • What API keys/accounts are needed to upgrade
  • Whether the data is sufficient or the user should broaden/narrow their search

Important Limitations to Always Communicate

  1. No private performance data: CTR, conversions, ROAS, exact spend — these are never public.
  2. Meta API geographic restriction: The official Meta Ad Library API only returns impression/spend data for EU-delivered ads and political/social cause ads globally. For general ecommerce ads in non-EU regions, Phase 1 scraping often gives broader coverage.
  3. Google has no official public API: All Google Transparency Center data is accessed via scraping (Phase 1) or third-party wrappers like SerpAPI/SearchAPI (Phase 2).
  4. LinkedIn targeting data is partial: Only language and location hints are sometimes visible — not job title, seniority, or company size targeting.
  5. Rate limits apply: All platforms rate-limit requests. Use pagination and add delays (1–2s between calls).

Phase Decision Guide

SituationRecommended Phase
Quick competitive overviewPhase 1
No API keys availablePhase 1
Need date-range filteringPhase 2
EU market + want spend/impressionsPhase 2 (official Meta API)
Need 500+ ads at scalePhase 2 (paid third-party API)
B2B competitor research on LinkedInPhase 2
Need creative image/video downloadsPhase 2

Reference Files

  • references/meta.md — Meta (Facebook/Instagram) scraping + API code
  • references/google.md — Google Ads Transparency scraping + SerpAPI/SearchAPI
  • references/linkedin.md — LinkedIn Ad Library scraping + third-party APIs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.65%
按下载量换算855

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills