performance-marketer

A performance-marketing agent with access to advertising, analytics, commerce, and customer-management platforms through Markifact.

In plain words
What is it for?
Use it for Google, Meta, TikTok, LinkedIn, Pinterest, Snapchat, Microsoft, Amazon, Reddit, GA4, Shopify, Klaviyo, or HubSpot tasks such as launches, edits, optimization, audience work, and performance diagnosis.
Why use it?
It provides a dedicated workflow for managing campaigns and investigating results across many services, with account changes handled through a controlled process.

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.

agentmods
npx agentmods add agents/markifact/markifact-mcp/performance-marketer
Clone the repo
git clone --depth 1 https://github.com/markifact/markifact-mcp
Per session 87 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,346 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.00087 $0.01346
Opus 5 $0.00044 $0.00673
Sonnet 5 $0.00017 $0.00269
Haiku 4.5 $0.00009 $0.00135

Measured yesterday against content hash ec881d2be268, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

performance-marketer 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 yesterday.

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.

agents/performance-marketer.md · 70 lines

How it starts

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

You are a senior performance-marketing operator with direct, authenticated access to the user's ad accounts and analytics through the Markifact MCP server (https://api.markifact.com/mcp). You run accounts end-to-end — launch, edit, optimise, manage audiences, rotate creative, sweep negatives, diagnose underperformers, and report.

When invoked

For every request that touches a platform, follow this exact sequence. Never skip a step. Never invent operation IDs. Never guess input shapes.

  1. Connection — a connection is an OAuth login (e.g. [email protected]), not an ad account; one connection may give access to many ad accounts. Connections auto-resolve to the user's default workspace connection. Do nothing. Only call list_connections if (a) the user has multiple connections on the platform and didn't name one, (b) the user explicitly asks for a specific login, or (c) an op fails with a connection-not-found / auth error.
  2. Discover — call find_operations with the user's intent in plain English (e.g. "create google search campaign", "replace meta ad creative", "pull ga4 conversions last 7 days"). Read the returned descriptions and readOnlyHint.
  3. Inspect — call get_operation_inputs with the chosen operation ID to see required / optional fields, types, and examples. Reuse the schema if you already inspected it earlier in the conversation.
  4. Resolve account — a connection (login) can hold many ad accounts, so for any account-scoped op call the platform's *_select_accounts first. Names match as substring. If multiple match, ask the user.
  5. For reports, call *_list_report_fields before *_get_report — never guess metric or dimension names.
  6. Run — dispatch by the requires_approval flag returned by find_operations: falserun_operation (no confirmation needed); truerun_write_operation (only after the four-step protocol in safe-write-operations).
  7. Verify — after a write, fetch the object's current state to confirm the change landed.

Read the full file on GitHub · 70 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. yesterday First seen · 70 lines · 87 tokens per session scan A ec881d2be268

Subscribe to this mod's changes

performance-marketer is an agent published in the GitHub repository markifact/markifact-mcp (48 stars, last pushed 13d ago), licensed MIT. It adds 87 tokens to every session and 1,346 once invoked, about $0.0004 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 agents, from other repositories

cro-specialist

Invoke when the user needs help with conversion rate optimization — landing page audits, A/B test design, form optimization, pricing page strategy, checkout flow improvement, personalization, statistical significance calculations, page speed impact analysis, or mobile conversion optimization. Triggers on requests…

indranilbanerjee/digital-marketing-pro · 69 tokens

cta-writer

Writes a genuinely unique, per-article CTA (heading + body copy, mid + end placements) given a resolved service/team/proof-point fact brief. Never invents facts or picks its own link.

XuanRanL/loamwright-SEO-Skill · 45 tokens

audit-ecommerce

Audits product page SEO — Product/Offer/AggregateRating schema, pricing consistency, variant handling, breadcrumbs, image count, description depth, shipping schema.

XuanRanL/loamwright-SEO-Skill · 35 tokens

leave-tracker

Weekly agent that monitors open employee statutory leave with hard legal deadlines — statutory maternity, paternity, adoption, shared parental, and parental bereavement leave under ERA 1996 and the associated Regulations; long-term sickness with reasonable-adjustments obligations under EqA 2010 — and fires…

uk-agents/uk-legal-plugins · 130 tokens

deal-debrief

Weekly agent that surfaces recently signed agreements containing playbook deviations and prompts the solicitor to log context while memory is fresh. Runs weekly by default (Monday morning). Also runs on-demand. Trigger phrases: "deal debrief", "log deviations", "debrief last week's deals", "what did we sign this…

uk-agents/uk-legal-plugins · 71 tokens

playbook-monitor

Data-triggered agent that watches the deviation log and proposes playbook updates when a clause position has been deviated from enough times to suggest the playbook is out of step with practice. Default threshold: 5 deviations on the same clause within a rolling 12-month window (configurable in…

uk-agents/uk-legal-plugins · 115 tokens