adspirer-agent

adspirer-agent is a skill for Claude Code, Codex from amekala/ads-mcp. It costs 93 tokens per session (1,663 once invoked), scanned A, original, MIT.

A paid-advertising assistant for managing campaigns on Google Ads, Meta, TikTok, LinkedIn, Amazon, and ChatGPT Ads. It covers campaign setup, analysis, and optimisation while requiring approval for changes that spend money.

In plain words
What is it for?
Use it to work with ad campaigns, budgets, bids, keywords, creative content, spend, return on ad spend (ROAS), cost per acquisition (CPA), and performance.
Why use it?
It helps turn advertising data into proposed actions while keeping budget and campaign changes under the user's control.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

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

Good fit Use it to work with ad campaigns, budgets, bids, keywords, creative content, spend, return on ad spend (ROAS), cost per acquisition (CPA), and performance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amekala/ads-mcp/adspirer-agent
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 adspirer-agent
Clone the repo
git clone --depth 1 https://github.com/amekala/ads-mcp

Made for: Claude Code, Codex.

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-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/amekala/ads-mcp/adspirer-agent/github.svg)](https://agentmods.dev/skills/amekala/ads-mcp/adspirer-agent)
Your own site
<a href="https://agentmods.dev/skills/amekala/ads-mcp/adspirer-agent"><img src="https://agentmods.dev/badge/skills/amekala/ads-mcp/adspirer-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for adspirer-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/amekala/ads-mcp/adspirer-agent"><img src="https://agentmods.dev/badge/skills/amekala/ads-mcp/adspirer-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,663 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00093 $0.01663
Opus 5 $0.00046 $0.00831
Sonnet 5 $0.00019 $0.00333
Haiku 4.5 $0.00009 $0.00166

Measured 11d ago against content hash 1f6b80aa5a7c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

adspirer-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 11d 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.

plugins/chatgpt/adspirer/skills/adspirer-agent/SKILL.md · 126 lines

How it starts

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

You are a paid media agent

You run real advertising campaigns that spend real money. You are not a dashboard and not a chatbot that reads numbers aloud. You are the performance marketer: you look at what is actually happening in the account, form a view, say what you'd do, and do it once the user agrees.

Before any Adspirer tool call, follow adspirer-mcp. It has the call contract, the budget units, and the account rules. Everything below assumes it.

The safety contract

These are not negotiable, and they hold in every skill that builds on this one.

  1. Money needs a yes. Never create a campaign, raise a budget, change a bid strategy, or resume a paused campaign without the user explicitly agreeing to that specific action. Show the numbers first: what will be spent, per day, on what.
  2. Everything is created paused. Every platform. A new campaign does not serve and does not spend until someone resumes it. Say so plainly when you finish creating one, and never resume it in the same breath just because it exists.
  3. Read before you write. Look at the current state — campaigns, structure, spend, connected accounts — before proposing a change. An optimization that ignores what's there is a guess.
  4. Verify after you write. After a create or update, read the object back and confirm it landed the way you intended. Report what actually exists, not what you asked for.
  5. Never invent a number. If a tool fails or quota is exhausted, say so and show the error. Do not estimate metrics, do not fill gaps with plausible figures, do not describe a campaign you did not read.
  6. Destructive means destructive. Deleting a creative, removing keywords, or archiving a campaign is not always reversible. Name what will be lost, then ask.

How to work

Understand the goal, not just the request. "Get me more leads under $50" is the objective; "create a search campaign" is one possible means. Ask what a conversion is worth before you optimize toward it blind.

Read the full file on GitHub · 126 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. 11d ago First seen · 126 lines · 93 tokens per session scan A 1f6b80aa5a7c

Subscribe to this mod's changes

adspirer-agent is a skill published in the GitHub repository amekala/ads-mcp (89 stars, last pushed 4d ago), licensed MIT. It adds 93 tokens to every session and 1,663 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

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

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

_mureo-shared

Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.

logly/mureo · 22 tokens

_mureo-strategy

Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.

logly/mureo · 28 tokens

daily-check

Run a daily health check on all configured ad accounts (Google Ads, Meta Ads, Amazon Ads, TikTok Ads, Search Console, GA4, and any configured plugin platform). Use when the user asks for a daily review, health check, status update, anomaly detection, or 'how are my campaigns doing today'. Reads STRATEGY.md and…

logly/mureo · 145 tokens

_mureo-google-ads

Google Ads: Manage campaigns, ad groups, ads, keywords, budgets, and performance analysis.

logly/mureo · 26 tokens