weekly-performance-pulse

weekly-performance-pulse is a command for coding agents from Ad-Superpowers/ad-superpowers-plugin. It costs 13 tokens per session (714 once invoked), scanned A, original, MIT.

A weekly account summary based only on observed data from one Meta Ads account and one Google Ads account.

In plain words
What is it for?
Use it to discover available accounts and summarize weekly spend, impressions, clicks, actions, and other collected performance data.
Why use it?
It provides a consistent comparison of the latest 14 daily observations without mixing in estimates or unsupported results.

Command

Part of the ad-superpowers plugin — 17 skills, 35 commands, 5 agents, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/ad-superpowers/ad-superpowers-plugin/weekly-performance-pulse
Clone the repo
git clone --depth 1 https://github.com/Ad-Superpowers/ad-superpowers-plugin

Or install ad-superpowers, the plugin that ships this one along with the rest of its 17 skills, 35 commands, 5 agents, 1 MCP server.

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 weekly-performance-pulse

README.md
[![agentmods](https://agentmods.dev/badge/commands/ad-superpowers/ad-superpowers-plugin/weekly-performance-pulse.svg)](https://agentmods.dev/commands/ad-superpowers/ad-superpowers-plugin/weekly-performance-pulse)
Your own site
<a href="https://agentmods.dev/commands/ad-superpowers/ad-superpowers-plugin/weekly-performance-pulse"><img src="https://agentmods.dev/badge/commands/ad-superpowers/ad-superpowers-plugin/weekly-performance-pulse.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00013 $0.00714
Opus 5 $0.00006 $0.00357
Sonnet 5 $0.00003 $0.00143
Haiku 4.5 $0.00001 $0.00071

Measured 4d ago against content hash 00121b811b26, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

weekly-performance-pulse 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 4d 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.

plugin/commands/weekly-performance-pulse.md · 76 lines

How it starts

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

Platforms: meta, google_ads Tier: free

This command requires the Ad Superpowers MCP connector to access your ad account data. Connect at https://app.adsuperpowers.ai if you haven't already.

Weekly Performance Pulse

Create a weekly performance summary for one connected account per platform using only observed Meta Ads and Google Ads data.

EXECUTION STEPS

This workflow supplies a client-directed plan; it does not provide a server-side runtime executor. Run exactly these four calls in order for the baseline run. Select at most one account per platform, and do not paginate or retry a call in the baseline run.

Step 1: Discover one account per platform

meta_list_ad_accounts()
google_ads_list_accounts()

Choose at most one available account for Meta and one available customer for Google Ads. If a source has no available account or its discovery call fails, record that source as unavailable and continue with the other source.

Step 2: Gather the 14 daily observations

Meta Ads

meta_get_insights(
    account_id="FROM_STEP_1",
    date_preset="last_14d",
    time_increment="1",
    level="account",
    fields=["spend", "impressions", "clicks", "actions", "action_values", "cpm", "cpc", "ctr", "purchase_roas"]
)

Google Ads

google_ads_run_gaql(
    customer_id="FROM_STEP_1",
    query="SELECT segments.date, metrics.cost_micros, metrics.impressions, metrics.clicks, metrics.conversions, metrics.conversions_value FROM customer WHERE segments.date DURING LAST_14_DAYS ORDER BY segments.date DESC"
)

OUTPUT FORMAT

TL;DR

Give a concise, evidence-based summary of the available sources. Do not invent metrics, values, currencies, conversions, or causes.

Platform views

For each available platform, report only returned metrics and identify the selected account. Keep Meta actions and Google Ads conversions in separate platform views; do not aggregate conversion types across platforms. Do not aggregate monetary values across currencies.

Read the full file on GitHub · 76 lines

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. 4d ago First seen · 76 lines · 13 tokens per session scan A 00121b811b26

Subscribe to this mod's changes

weekly-performance-pulse is a command published in the GitHub repository Ad-Superpowers/ad-superpowers-plugin (5 stars, last pushed 6d ago), licensed MIT. It adds 13 tokens to every session and 714 once invoked, about $0.0001 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-31.