TopRank Skills

Official OpenClaw rules 36%

adwhiz

Manage Google Ads & Meta (Facebook) Ads from your AI coding tool. 99 MCP tools for auditing, creating, and optimizing ad accounts using natural language.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 adwhiz 技能。 若已安装,则直接安装 adwhiz 技能。

Overview

Skill Key
iamzifei/adwhiz
Author
iamzifei
Source Repo
openclaw/skills
Version
-
Source Path
skills/iamzifei/adwhiz
Latest Commit SHA
0cf5b0f85d080237f53d430e852d9198cb749fbd

Extracted Content

SKILL.md excerpt

# 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 **99 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**: 36 of 99 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
| Tool | Description |
|------|-------------|
| `list_accounts` | List all accessible Google Ads accounts (auto-expands MCC child accounts) |
| `get_account_info` | Get account details (currency, timezone, optimization score) |

### Read (20 tools) — Read-only
| Tool | Descr...

Related Claw Skills