NotFair Plugin is a collection of open-source SEO, generative-engine-optimization, and marketing workflows that AI agents can follow. It helps agents audit websites, analyze search and advertising data, plan campaigns, and make reviewable marketing changes; the catalogue entries are its skills, instructions, MCP connection, and plugin.
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 agentmods add skills/nowork-studio/notfair-plugin/managenpx skills add nowork-studio/notfair-plugin --skill managegit clone --depth 1 https://github.com/nowork-studio/notfair-pluginWrote 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/nowork-studio/notfair-plugin/manage)<a href="https://agentmods.dev/skills/nowork-studio/notfair-plugin/manage"><img src="https://agentmods.dev/badge/skills/nowork-studio/notfair-plugin/manage.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 | $0.00064 | $0.02612 |
| Opus 5 | $0.00032 | $0.01306 |
| Sonnet 5 | $0.00013 | $0.00522 |
| Haiku 4.5 | $0.00006 | $0.00261 |
Grade A, and why
google-ads 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 5d 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 — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google Ads — Operate, Diagnose, Optimize
You are an expert paid-search practitioner. The MCP server gives you primitives; this skill is the operating contract for using them well.
Setup
Read and follow ../shared/preamble.md — handles MCP detection, account selection, and config. Once cached, this is instant.
Then read ../shared/analysis-principles.md — the universal evidence requirement and guardrails that govern every action below. Treat them as non-negotiable.
How to work
You decide tool sequencing, GAQL shape, and analytical depth — your judgment is the right tool for that. The references in this directory are domain-knowledge calibration, not mandatory checklists. Pull them when an anchor would sharpen a recommendation; skip them when the data already tells the story.
What does have to be true on every turn:
- Reads go through
runScriptwithads.gaql/ads.gaqlParallel— fan out, correlate in-script, return summarized JSON. Cast a wide net on the first call. - Writes go through dedicated mutation tools — never wrap a write in
runScript. Every write returns achangeIdforundoChangewithin 7 days. - Schema discovery first when the resource is unfamiliar —
getResourceMetadataandlistQueryableResourcessave you from malformed GAQL. - The MCP server's playbooks (
notfair://playbooks/audit-account,notfair://playbooks/explain-regression) are battle-tested starting queries. Use them when the question matches; extend or replace them when it doesn't.
Tool surface (capabilities, not enumeration)
The MCP server's tools/list is the source of truth — capabilities continue to ship there before they ship into this skill. The categories you have available:
- Reads / analytics —
runScript(sandboxed JS withads.gaql,ads.gaqlParallel), plus specialized non-GAQL reads:searchGeoTargets,getKeywordIdeas,getRecommendations,getChanges,reviewChangeImpact,summarizeAccountSetup. - Schema —
getResourceMetadata,listQueryableResources. - Single-entity writes — pause / enable / update / remove / rename across campaigns, ad groups, ads, keywords, bids, budgets, settings, goals, languages, conversion actions, tracking templates.
- Bulk writes —
bulkAddKeywords,bulkPauseKeywords,bulkUpdateBids. Always confirm scale (count, dollar exposure) before firing; the server enforces per-call limits but the user still feels the blast radius. - Negative keyword lists —
createNegativeKeywordList,addKeywordToNegativeList,removeKeywordFromNegativeList,linkNegativeListToCampaign,unlinkNegativeListFromCampaign,removeNegativeKeywordList. Prefer shared lists over per-campaign duplication when a negative applies broadly. - Asset management —
createCalloutAsset/createSitelinkAsset/createStructuredSnippetAsset/createImageAsset, plusaddCalloutAsset/addSitelinkAsset/addStructuredSnippetAsset,linkCalloutAsset/linkSitelinkAsset/linkStructuredSnippetAsset/linkImageAsset(and unlink variants), and account-levellinkCalloutToAccount/removeCalloutFromAccount. - Bidding strategies (portfolio) —
createBiddingStrategy,updateBiddingStrategy,linkCampaignToBiddingStrategy,removeBiddingStrategy. Readreferences/bid-strategy-decision-tree.mdfor the migration considerations. - Campaign creation across all types —
createCampaign(Search),createPerformanceMaxCampaign,createShoppingCampaign,createVideoCampaign,createDemandGenCampaign,createDisplayCampaign,createAppCampaign. Each has its own asset-group / feed / placement implications — fetch the matching schema before creating. - PMax asset groups —
enablePmaxAssetGroup,pausePmaxAssetGroup. - Experiments (Drafts & Experiments) —
createExperiment,addExperimentArms,scheduleExperiment,listActiveExperiments,listExperimentAsyncErrors,endExperiment,graduateExperiment,promoteExperiment. The right tool for testing bid strategy changes, structural changes, or significant shifts.createAdVariationExperimentis the dedicated path for ad-copy A/B tests at scale. - Change observability —
getChanges(account change history),reviewChangeImpact(post-change impact analysis),listChangeInterventions/getChangeIntervention/evaluateChangeIntervention(server-side intervention surface — flagged risky changes the agent or user should look at),undoChange(within 7 days). - Guardrails —
getGuardrails,setGuardrails. Configure account-wide change limits explicitly when the user wants tighter rails than the server defaults. - Conversion tracking —
createConversionAction,updateConversionAction,removeConversionAction,uploadClickConversions(offline conversion import — the right tool when CRM-sourced lead-to-sale data needs to feed Smart Bidding). - Feedback —
fileInternalNotFairToolFeedbackwhen an MCP tool is missing capability, returning bad data, or otherwise gets in the way.
What ships with it
15 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.
- evals/evals.json 12 KB
- references/analysis-heuristics.md 5.3 KB
- references/bid-strategy-decision-tree.md 16 KB
- references/campaign-structure-guide.md 16 KB
- references/change-tracking.md 2.7 KB
- references/client-reporter.md 1.8 KB
- references/daily-ads-operator.md 3.6 KB
- references/industry-benchmarks.md 15 KB
- references/intervention-memory.md 2.2 KB
- references/quality-score-framework.md 5.0 KB
- references/repeatable-optimization-loops.md 8.6 KB
- references/safe-executor.md 3.0 KB
- references/search-term-analysis-guide.md 18 KB
- references/search-term-triage.md 3.1 KB
- references/session-checks.md 2.5 KB
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.
- 5d ago First seen · 147 lines · 64 tokens per session scan A 28b6969d414b
google-ads is a skill published in the GitHub repository nowork-studio/notfair-plugin (3,451 stars, last pushed 6d ago), licensed MIT. It adds 64 tokens to every session and 2,612 once invoked, about $0.0003 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
octowiz-doctowiz
The Octowiz doctor — diagnose, monitor, and fix the full octowiz + AELLI integration. Use whenever octowiz or AELLI isn't behaving correctly, a hook isn't firing, an advisory isn't returning, or you want a real-time activity feed. Also guides first-time setup, configuration from scratch, and upgrading from older…
octowiz
Octowiz AI coding workflow coordinator. Reads IntegraHub memory doctrine at runtime, detects where you are in the development lifecycle, and routes to the right skill combination from superpowers + mattpocock-skills. Use this skill at the START of any development work — whether you have a fresh idea, an existing plan…
setup
Setup orchestrator for the Octowiz Bridge. Re-runs the live environment check, builds a gap list, and runs only the phases needed: plugins, memory, repo, verify. Invoked automatically by octowiz:octowiz when hard gaps are detected.
build-user-persona
Build evidence-backed user personas from research inputs. Creates structured persona documents grounded in evidence, with each attribute clearly labeled as research-validated or inferred. Use this skill when you need personas for an FR, strategy doc, or design brief. Trigger on: "build a persona", "create user…
write-product-strategy
Generate comprehensive product strategy documents aligned with business goals. Use this when defining or updating your product's strategic direction, aligning teams on where to play and how to win, or creating a STRATEGY.md that bridges vision and execution. Triggers include: clarifying product strategy, articulating…
competitive-analysis
Structure a competitive landscape analysis — player profiles, capability comparison matrix, whitespace opportunities, and strategic implications. Use this skill when entering a new market, refreshing strategy, or preparing for a planning cycle. Trigger on: "do a competitive analysis", "who are our competitors"…