Adsense Site Auditor logo

Adsense Site Auditor

CommunityPopular
fengshao1227
adsense-site-auditor

Audit websites for Google AdSense application readiness and ad-serving compliance. Use when checking whether a site is likely to satisfy AdSense eligibility, site ownership, content quality, navigation, crawler access, ads.txt, privacy disclosure, Google Publisher Policies, AdSense Program policies, or when the user asks if a site can apply for AdSense, pass AdSense review, show ads, or fix AdSense rejection/site-not-ready issues.

Overview

Publisherfengshao1227
Repositoryccg-workflow
Skill nameadsense-site-auditor
Stars
5.9K
Forks
446
Bundled files
3
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by fengshao1227 on GitHub. Read the source before you install it.

Installation

Install the Adsense Site Auditor AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/fengshao1227/ccg-workflow.git /tmp/ccg-workflow
mkdir -p .claude/skills
cp -r /tmp/ccg-workflow/templates/skills/adsense-site-auditor .claude/skills/adsense-site-auditor
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Adsense Site Auditor in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Adsense Site Auditor on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Adsense Site Auditor is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

AdSense Site Auditor

Core Rule

Use Google AdSense and Google Publisher official documentation as the source of truth. This skill converts those docs into an actionable website audit, but it cannot guarantee approval.

Before a serious audit, refresh the official docs when internet access is available because AdSense policies can change. If live docs conflict with this skill, the live Google docs win.

Every audit must explicitly evaluate every checklist item in references/adsense-requirements.md. Do not sample, summarize, or check only likely problem areas. For each requirement ID, assign exactly one status: Pass, Fail, Unknown, or N/A. Use N/A only when the requirement truly does not apply to the site type or monetization mode, and state why.

Required Reference

Read references/adsense-requirements.md before auditing. It contains the full checklist, severity mapping, and source URLs.

For user-facing invocation examples and reusable prompts, read references/usage-prompts.md when the user asks how to use this skill, asks for prompt templates, or needs an audit request template.

Audit Workflow

  1. Identify the target:

    • Live URL/domain, repo path, or both.
    • Whether the audit is pre-application, post-rejection, or ad-serving cleanup.
    • Whether the site is a normal website, CMS/blog, directory, ecommerce, tool/app, UGC site, video site, or login-gated product.
  2. Gather evidence:

    • Crawl the homepage and representative content pages.
    • Check robots.txt, sitemap, canonical URLs, redirects, HTTP status, login walls, WAF/geoblocking symptoms, and whether important pages render without POST-only state.
    • Inspect privacy policy, about/contact/ownership signals, navigation, content depth, ad/affiliate density, copied or embedded-only content, and unsupported/prohibited content risks.
    • If repo access exists, inspect templates/routes/content sources rather than only the rendered homepage.
  3. Classify findings:

    • Blocker: likely to prevent application approval or violate a hard policy.
    • High: meaningful approval or ad-serving risk.
    • Medium: quality, crawlability, UX, disclosure, or evidence gap that should be fixed before applying.
    • Pass: checked with evidence.
    • Unknown: cannot verify from available access; state exactly what is needed.
    • N/A: not applicable; state the site condition that makes it irrelevant.
  4. Produce an audit report:

    • Executive decision: Ready, Not ready, or Ready after fixes.
    • Findings first, ordered by severity.
    • For each finding: requirement ID, issue, evidence, official basis, exact fix.
    • Include a final exhaustive checklist table covering every requirement ID, with Pass/Fail/Unknown/N/A, evidence, and next action.

Implementation Guidance

Prefer concrete checks over generic advice. Examples:

  • Say robots.txt blocks Mediapartners-Google instead of crawler issue.
  • Say article pages are mostly scraped snippets with no added commentary instead of thin content.
  • Say ads or affiliate blocks exceed the main content area above the fold instead of too many ads.
  • Say privacy policy does not disclose third-party ad cookies or Google data use instead of privacy policy incomplete.

Do not advise applying until all Blockers are resolved and High risks have either been fixed or explicitly accepted.

Completeness Gate

Before finishing, count the requirement IDs in references/adsense-requirements.md and compare them with the IDs in the final checklist. If any ID is missing, the audit is incomplete. Add the missing rows before giving a final readiness decision.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Adsense Site Auditor AI skill do?

Audit websites for Google AdSense application readiness and ad-serving compliance. Use when checking whether a site is likely to satisfy AdSense eligibility, site ownership, content quality, navigation, crawler access, ads.txt, privacy disclosure, Google Publisher Policies, AdSense Program policies, or when the user asks if a site can apply for AdSense, pass AdSense review, show ads, or fix AdSense rejection/site-not-ready issues.

Why use Adsense Site Auditor on TypingMind?

Because you install it once and use it with any model. Adsense Site Auditor is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Adsense Site Auditor in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/adsense-site-auditor. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Adsense Site Auditor?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Adsense Site Auditor?

As many as you like. As long as a model supports skills, you can use Adsense Site Auditor with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Adsense Site Auditor AI skill free?

Yes. It is published on GitHub by fengshao1227 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇