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 instructions/nowork-studio/notfair-plugin/agents-mdgit clone --depth 1 https://github.com/nowork-studio/notfair-pluginWhat 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.02291 | $0.02291 |
| Opus 5 | $0.01145 | $0.01145 |
| Sonnet 5 | $0.00458 | $0.00458 |
| Haiku 4.5 | $0.00229 | $0.00229 |
Grade A, and why
notfair-plugin AGENTS.md 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 3d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NotFair — Skill Resolver for AI Agents
This file is the universal entry point. Any AI coding agent (Claude Code, Codex, Hermes, Cursor, etc.) reads this to know which NotFair skill to run for which user intent.
If you are an agent and a user mentions Google Ads, Meta Ads, SEO, GEO, or anything in the tables below, route to the named skill.
How to use this file
- Match the user's intent against the rows below.
- Read the named skill's
SKILL.mdfrom the path shown. - Follow the procedure in that SKILL.md exactly.
Skills under seo/, paid-ads/, google-ads/, meta-ads/, analytics/, gemini/, and notfair-upgrade-skill/ are host-agnostic — they work the same on every supported agent host.
SEO
| Intent | Skill | Path |
|---|---|---|
| Full-site SEO audit, traffic drop, GSC analysis, Core Web Vitals | seo-analysis |
seo/seo-analysis/SKILL.md |
| Single-page deep audit (URL-specific) | seo-page |
seo/seo-page/SKILL.md |
| Write or improve content (blog, landing, service page) | content-writer |
seo/content-writer/SKILL.md |
| Plan content from GSC data, build a dated editorial calendar | content-planner |
seo/content-planner/SKILL.md |
| Keyword discovery, topic clusters (seed → keyword universe) | keyword-research |
seo/keyword-research/SKILL.md |
| Title tags, meta descriptions, Open Graph, CTR | meta-tags-optimizer |
seo/meta-tags-optimizer/SKILL.md |
| JSON-LD / structured data (FAQ, Product, HowTo, etc.) | schema-markup-generator |
seo/schema-markup-generator/SKILL.md |
| Broken-link / 404 / site-health crawl | broken-link-checker |
seo/broken-link-checker/SKILL.md |
| Rank in ChatGPT / Perplexity / AI Overviews (GEO / AEO) | geo-optimizer |
seo/geo-optimizer/SKILL.md |
| Local pack / Google Business Profile / Maps / NAP / "near me" | local-seo |
seo/local-seo/SKILL.md |
| Hreflang, international / multilingual, multi-region targeting | hreflang-international |
seo/hreflang-international/SKILL.md |
| XML sitemap audit, sitemap errors, crawl-coverage | sitemap-audit |
seo/sitemap-audit/SKILL.md |
| Image SEO, alt text, Google Images, WebP, image schema | image-seo |
seo/image-seo/SKILL.md |
| E-commerce SEO, product/category pages, faceted nav, product schema | ecommerce-seo |
seo/ecommerce-seo/SKILL.md |
| Programmatic / templated pages at scale (pSEO) | programmatic-seo |
seo/programmatic-seo/SKILL.md |
| Competitor page gap analysis, "why do they outrank me", SERP brief | competitor-pages |
seo/competitor-pages/SKILL.md |
| Search Experience Optimization (SXO), CTR + on-page conversion | sxo |
seo/sxo/SKILL.md |
| SEO drift / regression monitoring, baseline & compare over time | seo-drift |
seo/seo-drift/SKILL.md |
| Backlink / off-page audit, anchor text, referring domains, disavow | backlink-audit |
seo/backlink-audit/SKILL.md |
| Connect WordPress, Strapi, Contentful, or Ghost | setup-cms |
seo/setup-cms/SKILL.md |
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.
- 3d ago First seen · 135 lines · 2,291 tokens per session scan A 8bb601f9a99b
notfair-plugin AGENTS.md is an instructions file published in the GitHub repository nowork-studio/notfair-plugin (3,447 stars, last pushed 4d ago), licensed MIT. It adds 2,291 tokens to every session, about $0.0115 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 instructions, from other repositories
agent-powerups CLAUDE.md
Instructions for yeaight7/agent-powerups, covering claude.md, commands, architecture, catalog.json — single source of truth and cli command routing (src/cli/apx.ts).
agent-powerups GEMINI.md
Instructions for yeaight7/agent-powerups, covering project overview, main technologies, architecture/structure, building and running and development conventions.
agent-powerups AGENTS.md
Instructions for yeaight7/agent-powerups, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
thisispaper-mcp GEMINI.md
Gemini CLI instructions for zaxarovcom/thisispaper-mcp, covering thisispaper, tools and usage notes.
AutoAgents AGENTS.md
Instructions for liquidos-ai/AutoAgents, covering autoagents repository guidelines, project structure & module organization, code quality, naming conventions and error handling.
claude-code-karma CLAUDE.md
Instructions for JayantDevkar/claude-code-karma, covering claude.md, project overview, quick start, clone (no submodule init needed — this is a monorepo) and start api (terminal 1).