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.
npx skills add amekala/ads-mcp --skill openclawgit clone --depth 1 https://github.com/amekala/ads-mcpWrote 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.
[](https://agentmods.dev/skills/amekala/ads-mcp/openclaw)<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>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.
| Model | Per session | Once 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 |
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.
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.
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 router — google_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
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.
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.
- 8d ago First seen · 493 lines · 187 tokens per session scan A 7df36c59c1bb
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.
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…
Ad Copy Writer
Write high-converting advertising copy for paid media campaigns.
google-ads-manager
Google Ads campaign management - campaign setup, keyword research, bid optimization, and performance reporting.
Ad Copy Writer
Write high-converting advertising copy for paid media campaigns.
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…
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…