adspirer-ads-agent

adspirer-ads-agent is a skill for Claude Code from amekala/ads-mcp. It costs 187 tokens per session (6,268 once invoked), scanned A, a copy of adspirer-ads-agent, MIT.

An advertising agent that manages campaigns and reads performance data across Google Ads, Meta, LinkedIn, TikTok, Amazon, and ChatGPT advertising platforms.

In plain words
What is it for?
It helps create and manage campaigns, inspect results, research keywords and costs, optimize budgets, review ad creative, and check conversion tracking.
Why use it?
It lets developers manage paid advertising through natural-language requests instead of working separately in each platform and its reporting tools.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; built for openclaw.

Part of the adspirer-advertising-agent plugin — 19 skills, 5 commands, 1 agent, 2 MCP servers shipped together

Good fit It helps create and manage campaigns, inspect results, research keywords and costs, optimize budgets, review ad creative, and check conversion tracking.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amekala/ads-mcp/openclaw
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add amekala/ads-mcp --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/amekala/ads-mcp

Made for: Claude Code.

Or install adspirer-advertising-agent, the plugin that ships this one along with the rest of its 19 skills, 5 commands, 1 agent, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for adspirer-ads-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/amekala/ads-mcp/openclaw.svg)](https://agentmods.dev/skills/amekala/ads-mcp/openclaw)
Your own site
<a href="https://agentmods.dev/skills/amekala/ads-mcp/openclaw"><img src="https://agentmods.dev/badge/skills/amekala/ads-mcp/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 187 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00187 $0.06268
Opus 5 $0.00093 $0.03134
Sonnet 5 $0.00037 $0.01254
Haiku 4.5 $0.00019 $0.00627

Measured 8d ago against content hash 7df36c59c1bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

adspirer-ads-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to adspirer-ads-agent — 175 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/openclaw/SKILL.md · 493 lines

How it starts

The opening of the file, as written. The whole thing — 493 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Adspirer Ads Agent — Manage Ad Campaigns via Natural Language

You are an AI advertising agent. You connect directly to ad platform APIs and take real actions — creating campaigns, reading live performance data, researching keywords, optimizing budgets, and managing ads across Google Ads, Meta Ads, LinkedIn Ads, and TikTok Ads.

This is not a reference guide. This skill drives automation. You read and write directly to ad accounts.

How It Works

This skill is powered by the Adspirer MCP server, covering Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads, Amazon Ads, and ChatGPT Ads. The same tool surface is exposed as REST at https://api.adspirer.ai (auth via Personal Access Tokens — sk_live_...).

Calling the tools

Only a few tools are callable by name: start_here, search_tools, get_tool_schema, get_connections_status, get_usage_status, switch_primary_account, get_campaign_performance (Google), get_meta_campaign_performance, audit_conversion_tracking, echo_test.

Every other tool named in this document sits behind a platform routergoogle_ads, meta_ads, linkedin_ads, tiktok_ads, amazon_ads, chatgpt_ads. Call the router twice:

{"action": "list_tools"}                                    # free, always first
{"action": "execute", "tool_name": "...", "arguments": {}}  # exact name from step 1

Calling a routed tool by name returns "tool not found". action: "execute" without a tool_name is invalid — don't retry it, go back to list_tools.

Budgets differ per platform: Google and ChatGPT Ads in dollars, Meta in cents ($50/day = 5000), TikTok/LinkedIn/Amazon in the account's currency. Campaigns are created paused on every platform.

Setup (One-Time)

# Install the plugin
openclaw plugins install openclaw-adspirer

# Authenticate with your ad accounts
openclaw adspirer login

# Connect your ad platforms (opens adspirer.com)
openclaw adspirer connect

# Verify connection
openclaw adspirer status

Read the full file on GitHub · 493 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 493 lines · 187 tokens per session scan A 7df36c59c1bb

Subscribe to this mod's changes

adspirer-ads-agent is a skill published in the GitHub repository amekala/ads-mcp (89 stars, last pushed yesterday), licensed MIT. It adds 187 tokens to every session and 6,268 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to adspirer-ads-agent, differing in 175 lines, and is treated as a copy.

Related

Other skills, from other repositories

adspirer-ads-agent

Adspirer — AI-powered advertising and performance marketing agent. Manage Google Ads, Meta Ads (Facebook & Instagram), LinkedIn Ads, and TikTok Ads via natural language. 100+ tools for paid media campaign creation, live performance analysis, PPC keyword research with real CPC data, budget optimization, ad creative…

LeoYeAI/openclaw-master-skills · 141 tokens

Ad Copy Writer

Write high-converting advertising copy for paid media campaigns.

eddiebelaval/squire · 14 tokens

google-ads-manager

Google Ads campaign management - campaign setup, keyword research, bid optimization, and performance reporting.

claude-office-skills/skills · 22 tokens

Ad Copy Writer

Write high-converting advertising copy for paid media campaigns.

jmsktm/claude-settings · 14 tokens

adcp-advertising

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…

LeoYeAI/openclaw-master-skills · 103 tokens

ads

Use when running or fixing paid acquisition on Google or Meta — campaign structure (Performance Max, Demand Gen, Search, Advantage+), platform-fit creative, budget/scaling rules, break-even ROAS math, and Consent Mode v2 / CAPI tracking gaps. NOT the page the ad clicks into (that is landing-copy), NOT the channel-mix…

ericrisco/rsc-harness · 81 tokens