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

adwhiz广告洞察

Agent Skill

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

总安装

39,217

周安装

1,602

GitHub Stars

1

下载量

12,560
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install adwhiz

简介

通过 AI 编码工具管理 Google Ads 和 Meta (Facebook) 广告。 102 个 MCP 工具,用于使用自然语言审核、创建和优化广告帐户。

SKILL.md

name
adwhiz
description
>
metadata
openclaw
primaryEnv
ADWHIZ_API_KEY
requires
env
homepage
https://adwhiz.ai
source
https://github.com/iamzifei/adwhiz
license
MIT

AdWhiz — Google Ads & Meta Ads MCP Server

AdWhiz is a hosted MCP server that connects your AI coding tool to the Google Ads API and Meta (Facebook) Graph API through a secure, authenticated proxy. It exposes 102 tools across 7 categories so you can audit, create, and manage ad campaigns across both platforms using plain English.

All API calls are authenticated via your personal ADWHIZ_API_KEY and routed through the AdWhiz server at mcp.adwhiz.ai. No Google or Meta credentials are stored by the skill — authentication is handled entirely server-side after you link your ad accounts at https://adwhiz.ai/connect.

Security & Permissions Model

  • OAuth 2.0: User authenticates with Google and/or Meta via AdWhiz's web

UI. Refresh tokens (Google) and long-lived access tokens (Meta) are encrypted at rest (AES-256-GCM) and never exposed to the agent.

  • API key scoping: Each ADWHIZ_API_KEY is bound to a single user's

connected accounts. Cross-user access is not possible.

  • Write safety: All Google Ads write tools create entities in PAUSED

status by default. Meta write tools require explicit status parameters.

  • Mutation logging: Every mutation is recorded in the get_operation_log

tool for full auditability.

  • Read-only by default: 39 of 102 tools are strictly read-only and cannot

modify your accounts.

  • Confirmation required: Write tools require user confirmation before

executing via the agent's standard permission flow.

  • No arbitrary code execution: The MCP server is a hosted HTTP service.

No code is downloaded or executed on the user's machine beyond the thin MCP client wrapper.

Google Ads Tools (70)

Account (2 tools) — Read-only

ToolDescription
list_accountsList all accessible Google Ads accounts (auto-expands MCC child accounts)
get_account_infoGet account details (currency, timezone, optimization score)

Read (20 tools) — Read-only

ToolDescription
list_campaignsList campaigns with status, type, budget, bidding strategy
get_campaign_performanceCampaign metrics: cost, clicks, conversions, CTR, CPA, ROAS
list_ad_groupsList ad groups with bids, filtered by campaign
list_adsList ads with headlines, descriptions, final URLs
list_keywordsKeywords with match types, bids, quality scores
get_search_termsSearch terms report (actual queries triggering ads)
list_negative_keywordsNegative keywords at campaign, ad group, or account level
list_assetsSitelinks, callouts, structured snippets
list_conversion_actionsConversion actions with status, type, category
list_budgetsCampaign budgets with associated campaigns
list_bidding_strategiesPortfolio bidding strategies
list_audience_segmentsAudience targeting criteria
list_user_listsRemarketing/audience lists for targeting
get_operation_logRecent mutations performed via AdWhiz
list_recommendationsGoogle Ads recommendations (add keywords, raise bids, fix ad strength)
get_change_historyChange audit log: who changed what and when
list_geo_targetsGeographic location targeting on campaigns
list_ad_schedulesAd schedule (dayparting) criteria on campaigns
list_labelsLabels for organizing campaigns, ad groups, ads, keywords
generate_keyword_ideasKeyword ideas with search volume, competition, bid ranges

Write (45 tools) — Requires user confirmation

ToolDescription
create_campaignCreate Search, Display, PMax, or Video campaign (starts PAUSED)
update_campaignUpdate campaign name
set_campaign_statusPause, enable, or remove a campaign
create_ad_groupCreate an ad group in a campaign
update_ad_groupUpdate ad group name or CPC bid
set_ad_group_statusPause, enable, or remove an ad group
create_responsive_search_adCreate RSA with headlines + descriptions (starts PAUSED)
set_ad_statusPause, enable, or remove an ad
add_keywordsAdd keywords with match types and bids
update_keyword_bidChange a keyword's CPC bid
set_keyword_statusPause, enable, or remove a keyword
add_negative_keywordAdd negative keyword at campaign or ad group level
remove_negative_keywordRemove a negative keyword
create_shared_negative_listCreate a shared negative keyword list
add_to_shared_listAdd keywords to a shared negative list
attach_shared_listAttach shared list to a campaign
create_sitelinkCreate a sitelink asset
create_calloutCreate a callout asset
create_structured_snippetCreate a structured snippet asset
create_price_extensionCreate a price extension asset
link_asset_to_campaignLink asset to a campaign
unlink_asset_from_campaignUnlink asset from a campaign
create_conversion_actionCreate a conversion tracking action
update_conversion_actionUpdate conversion action name or status
create_budgetCreate a campaign budget
update_budgetUpdate budget amount or name
create_bidding_strategyCreate a portfolio bidding strategy
add_audience_to_campaignAdd audience targeting to a campaign
update_responsive_search_adUpdate RSA headlines, descriptions, or URLs
link_asset_to_ad_groupLink asset to an ad group
unlink_asset_from_ad_groupRemove asset-to-ad-group linkage
upload_click_conversionsUpload offline click conversions (gclid-based)
upload_customer_listUpload hashed PII to Customer Match user list
apply_recommendationApply a Google Ads recommendation
dismiss_recommendationDismiss a Google Ads recommendation
add_geo_targetingAdd geographic location targeting to a campaign
remove_geo_targetingRemove geographic location target from a campaign
add_ad_scheduleAdd ad schedule (dayparting) to a campaign
remove_ad_scheduleRemove ad schedule criterion from a campaign
set_device_bid_adjustmentSet device bid adjustment (mobile, desktop, tablet)
set_demographic_targetingSet demographic targeting (age, gender, income)
create_labelCreate a label for organizing entities
apply_labelApply a label to a campaign, ad group, or ad
remove_labelRemove a label from a campaign, ad group, or ad
create_asset_groupCreate an asset group for Performance Max campaigns

Audit (2 tools) — Read-only analysis

ToolDescription
run_mini_auditQuick 3-metric audit: wasted spend, best/worst CPA, projected savings
run_full_auditComprehensive audit: campaigns, keywords, search terms, issues, recommendations

Query (1 tool) — Read-only, bounded

ToolDescription
run_gaql_queryExecute a read-only GAQL query against your account (max 1,000 rows, SELECT only)

Meta (Facebook) Ads Tools (32)

Meta Read (15 tools) — Read-only

ToolDescription
meta_list_ad_accountsList all connected Meta ad accounts
meta_list_campaignsList campaigns with status, objective, budget
meta_get_campaign_insightsPer-campaign metrics: spend, clicks, CTR, CPA, frequency (with optional breakdowns)
meta_list_ad_setsList ad sets with targeting, status, budget, and promoted_object
meta_list_adsList ads with creative details (title, body, image URL)
meta_get_account_insightsAccount-level aggregated metrics with daily breakdown
meta_get_ad_set_insightsPer-ad-set performance metrics: spend, clicks, CPA, frequency
meta_get_ad_insightsPer-ad performance metrics: spend, clicks, conversions, CPA
meta_get_ad_creativesList ad creatives or get creative for a specific ad
meta_search_interestsSearch targetable interest audiences by keyword
meta_search_geo_locationsSearch geographic locations for targeting
meta_estimate_audience_sizeEstimate reach of a targeting spec
meta_get_account_pagesList Facebook pages available for running ads
meta_get_change_historyView recent changes (audit log) — who changed what and when
meta_get_instagram_mediaList Instagram media with Media V2 IDs for partnership/branded content ads

Meta Write (16 tools) — Requires user confirmation

ToolDescription
meta_set_campaign_statusPause or activate a Meta campaign
meta_update_campaign_budgetUpdate a Meta campaign's daily or lifetime budget
meta_set_ad_set_statusPause or activate a Meta ad set
meta_set_ad_statusPause or activate a Meta ad
meta_create_campaignCreate a new Meta campaign with objective and budget
meta_create_ad_setCreate an ad set with targeting, budget, optimization goal
meta_create_ad_creativeCreate ad creative with image/video, link, CTA. Supports partnership ads via source_instagram_media_id or object_story_id
meta_create_adCreate an ad linking an ad set to a creative
meta_update_campaignUpdate campaign name, budget, end time, spend cap
meta_update_ad_setUpdate ad set name, budget, targeting, schedule
meta_update_adUpdate ad name, creative, or status
meta_create_custom_audienceCreate custom audience from customer lists or website visitors
meta_create_lookalike_audienceCreate lookalike audience from source audience
meta_upload_ad_imageUpload image from URL for ad creatives
meta_upload_partnership_videoUpload Instagram creator video via partnership ad code for branded content ads
meta_duplicate_campaignDuplicate campaign with all ad sets and ads

Meta Audit (1 tool) — Read-only analysis

ToolDescription
meta_run_mini_auditQuick health audit: score (0-100) across wasted spend, CPA efficiency, budget utilization, creative fatigue

MCP Server Configuration

AdWhiz uses HTTP transport to connect to the hosted MCP server. No npm packages are downloaded or executed at runtime.

{
  "mcpServers": {
    "adwhiz": {
      "transport": "http",
      "url": "https://mcp.adwhiz.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${ADWHIZ_API_KEY}"
      }
    }
  }
}

REST API (Alternative to MCP)

For platforms that cannot use the MCP protocol (GPT Actions, Dify, Coze, or any HTTP-based workflow), AdWhiz also exposes all 102 tools as a standard REST API with an OpenAPI 3.1.0 spec:

  • OpenAPI spec: https://mcp.adwhiz.ai/api/v1/openapi.json
  • Tool listing: https://mcp.adwhiz.ai/api/v1/tools
  • Tool execution: POST https://mcp.adwhiz.ai/api/v1/tools/{tool_name}
# Example: list campaigns via REST API
curl -X POST https://mcp.adwhiz.ai/api/v1/tools/list_campaigns \
  -H "Authorization: Bearer $ADWHIZ_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"customer_id": "1234567890"}'

Import the OpenAPI spec URL into any platform that supports OpenAPI actions to auto-discover all 102 tools.

Quick Install

clawhub install adwhiz

This adds the MCP server configuration above to your settings. You will be prompted to provide your ADWHIZ_API_KEY.

Getting Your API Key

  1. Sign up at https://adwhiz.ai
  2. Connect your Google Ads and/or Meta Ads account via OAuth
  3. Copy your API key from the dashboard settings page

Example Prompts

Google Ads

  • "Audit my Google Ads account and show the top 5 waste areas"
  • "Pause all campaigns with CPA above $150"
  • "Add these negative keywords to my Search campaigns: [list]"
  • "Create a new Search campaign targeting lawyers in New York with $100/day budget"
  • "Show me search terms wasting money and suggest negatives"
  • "What is my account's average Quality Score this month?"

Meta Ads

  • "Audit my Meta Ads account and show the health score"
  • "List all active Meta campaigns with their spend and CTR"
  • "Pause the Meta campaign with the highest frequency"
  • "Show me daily spend trends for my Meta account over the last 30 days"
  • "Which Meta ad sets have the worst CPA?"

Data Handling

  • AdWhiz only accesses the ad accounts you explicitly linked
  • No campaign data is stored beyond the duration of each API request
  • Mutation logs are retained for 30 days for auditability
  • You can revoke access at any time from https://adwhiz.ai/connect

Documentation

Full documentation: https://adwhiz.ai/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

73.14%
按下载量换算9,186

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills