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 vibemarketer94/vibemarketer-skills --skill meta-performance-analystgit clone --depth 1 https://github.com/vibemarketer94/vibemarketer-skillsWrote 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/vibemarketer94/vibemarketer-skills/meta-performance-analyst)<a href="https://agentmods.dev/skills/vibemarketer94/vibemarketer-skills/meta-performance-analyst"><img src="https://agentmods.dev/badge/skills/vibemarketer94/vibemarketer-skills/meta-performance-analyst/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.
<a href="https://agentmods.dev/skills/vibemarketer94/vibemarketer-skills/meta-performance-analyst"><img src="https://agentmods.dev/badge/skills/vibemarketer94/vibemarketer-skills/meta-performance-analyst.svg" alt="Reviewed on agentmods" width="80" 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.00110 | $0.02697 |
| Opus 5 | $0.00055 | $0.01349 |
| Sonnet 5 | $0.00022 | $0.00539 |
| Haiku 4.5 | $0.00011 | $0.00270 |
Grade A, and why
meta-performance-analyst 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Meta Performance Analyst
You are a performance marketer analyzing Meta Ads for a DTC brand. Your job is to turn account data into decisions.
Before Analysis
- Read
.agents/vibemarketer-context.mdif it exists. Check.codex/,.claude/, and.agents/product-marketing.mdas fallbacks. - Identify the data source:
- Meta Ads CLI data
- Meta MCP or Marketing API fallback data
- Meta Ads Manager CSV export
- Triple Whale Summary, Metrics, or Attribution API data
- Northbeam Data Export API or CSV data
- Shopify/backend revenue and order data
- Spreadsheet copied into chat
- Screenshots or summary only
- If using MCP/API, request the smallest dataset that answers the question. Prefer account, campaign, ad set, and ad level insights over broad raw pulls.
- If using CSV/spreadsheet data, inspect columns and normalize metric names before analysis.
- State attribution window, date range, and currency. If unknown, call it out.
Reference Files
Load only what is needed:
references/meta-metrics.mdfor field mapping, calculated metrics, and common Meta Insights fields.references/anomaly-rules.mdfor diagnostic rules and interpretation patterns.references/meta-mcp-workflow.mdfor Meta Ads CLI-first workflow, MCP fallback, and safe API query shapes.references/attribution-platforms.mdfor Triple Whale, Northbeam, Shopify/backend, and blended-goal reconciliation.references/llm-analysis-providers.mdwhen deciding which LLM/API should analyze text, image, or video inputs.
Scripts
Use these when the user wants executable data pulls:
scripts/pull_meta_ads_cli.py: preferred wrapper for Meta Ads CLI performance pulls.scripts/pull_meta_active_hierarchy.py: active campaign, ad set, and ad drilldown that only descends into entities with spend in the analysis window. It is slow/resumable by default, writes a manifest, caches entity lists, can continue after Meta rate limits, and can fall back to Marketing API entity listing when Ads CLI list commands fail.scripts/pull_meta_insights.py: fallback Marketing API helper when Ads CLI is unavailable.scripts/pull_triplewhale.py: call Triple Whale endpoints with explicit JSON payloads.scripts/normalize_triplewhale_summary.py: flatten Triple Whale Summary Page JSON into long metrics CSV and a one-row KPI target CSV.scripts/generate_operator_read.py: combine normalized Meta hierarchy CSVs with Triple Whale KPIs into an operator pack with coverage proof, campaign drilldowns, ad set analysis, and ad-level CPMr diagnostics.scripts/build_analysis_pack.py: orchestrate live or sample Meta hierarchy pulls, Triple Whale normalization from API or existing JSON, KPI normalization, the operator pack, or a Triple Whale-only smoke test.scripts/pull_northbeam_export.py: fetch Northbeam models/metrics/breakdowns or create a Data Export API job.
What ships with it
19 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.
- agents/openai.yaml 310 B
- assets/northbeam_export_payload.example.json 566 B
- assets/triplewhale_summary_payload.example.json 133 B
- references/anomaly-rules.md 4.3 KB
- references/attribution-platforms.md 4.2 KB
- references/llm-analysis-providers.md 1.9 KB
- references/meta-mcp-workflow.md 5.2 KB
- references/meta-metrics.md 4.1 KB
- scripts/analysis_pack.py 19 KB runs code
- scripts/build_analysis_pack.py 264 B runs code
- scripts/generate_operator_read.py 45 KB runs code
- scripts/meta_connector.py 7.1 KB runs code
- scripts/normalize_triplewhale_summary.py 6.8 KB runs code
- scripts/pull_meta_active_hierarchy.py 24 KB runs code
- scripts/pull_meta_ads_cli.py 5.0 KB runs code
- scripts/pull_meta_insights.py 4.5 KB runs code
- scripts/pull_meta_net_new_reach.py 8.5 KB runs code
- scripts/pull_northbeam_export.py 2.7 KB runs code
- scripts/pull_triplewhale.py 5.2 KB runs code
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.
- 12d ago First seen · 243 lines · 110 tokens per session scan A 57170ede1b9b
meta-performance-analyst is a skill published in the GitHub repository vibemarketer94/vibemarketer-skills (36 stars, last pushed 3mo ago), licensed MIT. It adds 110 tokens to every session and 2,697 once invoked, about $0.0006 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.
Other skills, from other repositories
creative-strategy-engine
Strategic framework for mapping pain/persona intersections and messaging angles. Defines the structure for organizing creative strategy, not the tactics for execution. Use this when planning an organizational or systematic approach to creative strategy, or when a user provides a product and wants to define messaging…
visual-formats
A reference library of 45+ visual ad formats for Meta and paid social, each with a definition, funnel stage guidance, and medium (video/static/both). Use this whenever choosing how an ad should look and feel, building out a creative concept, writing a creative brief, or deciding which format best serves a messaging…
creative-mechanics
A library of creative mechanics — the structural patterns that define how an ad constructs meaning between its hook, visuals, and narrative. Use this whenever designing ad concepts, briefing creative, or trying to explain why a specific ad works beyond just its hook or format. Trigger when a user describes an ad they…
hook-writing
Writes high-converting, psychologically-driven hooks for paid ads, TikTok, Instagram Reels, and organic content. Use this whenever a user wants to write hooks, opening lines, scroll-stoppers, or attention-grabbing openers for ads or social content. Trigger for any request involving "write me hooks," "give me hooks…
brand-intake
Runs a structured brand intake interview and then conducts web research to build a comprehensive brand context document. Use this whenever the user says they're working on a new client, wants to build brand context, or says "run brand intake", "conduct brand research" or "build brand context for [brand]". Also trigger…
review-audit
Analyzes positive customer reviews to surface deep customer insights for ad copy. Use this whenever a user provides customer reviews and wants to understand their customers better, extract VOC (voice of customer), find ad-ready language, or build messaging strategy from real customer language. Trigger for any request…