ad-compliance-review

ad-compliance-review is a skill for Claude Code, Codex from LawMotion-AI/Vibe-Lawyering. It costs 126 tokens per session (2,533 once invoked), scanned A, a copy of ad-compliance-review, MIT.

A review workflow for checking advertising material against China’s Advertising Law, the Anti-Unfair Competition Law, and industry-specific rules. It first identifies the type and industry of the advertisement, then checks general and sector-specific requirements.

In plain words
What is it for?
Use it to review advertisements for food, medicine, property, education, investment, internet services, and other sectors, then produce a compliance report.
Why use it?
It helps find misleading claims, prohibited absolute wording, missing advertising labels, and other compliance risks before an advertisement is published.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review advertisements for food, medicine, property, education, investment, internet services, and other sectors, then produce a compliance report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lawmotion-ai/vibe-lawyering/ad-compliance-review
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.

Any agent
npx skills add LawMotion-AI/Vibe-Lawyering --skill ad-compliance-review
Clone the repo
git clone --depth 1 https://github.com/LawMotion-AI/Vibe-Lawyering

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for ad-compliance-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/lawmotion-ai/vibe-lawyering/ad-compliance-review/github.svg)](https://agentmods.dev/skills/lawmotion-ai/vibe-lawyering/ad-compliance-review)
Your own site
<a href="https://agentmods.dev/skills/lawmotion-ai/vibe-lawyering/ad-compliance-review"><img src="https://agentmods.dev/badge/skills/lawmotion-ai/vibe-lawyering/ad-compliance-review/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.

agentmods 80×15 button for ad-compliance-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/lawmotion-ai/vibe-lawyering/ad-compliance-review"><img src="https://agentmods.dev/badge/skills/lawmotion-ai/vibe-lawyering/ad-compliance-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,533 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod 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.1 $0.00126 $0.02533
Opus 5 $0.00063 $0.01267
Sonnet 5 $0.00025 $0.00507
Haiku 4.5 $0.00013 $0.00253

Measured 12d ago against content hash 9ea2e5210960, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ad-compliance-review 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate_report.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

89% identical to ad-compliance-review — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agent-skills/legal-assistant-skills/ad-compliance-review/SKILL.md · 231 lines

How it starts

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

广告合规审核

对广告素材进行四阶段流水线审核:定性分类 → 通用红线 → 行业专项 → 生成报告。

审核流程

输入广告素材
    │
    ▼
[阶段一] 广告定性与分类
    │  判断是否构成广告 → 识别行业 → 识别形式
    │
    ▼
[阶段二] 通用红线审核
    │  政治红线(一票否决) → 虚假误导 → 绝对化用语
    │  → 形式合规 → 格式条款 → 不正当竞争
    │
    ▼
[阶段三] 行业专项审核(按分类加载)
    │  仅加载与该广告相关的行业规则
    │
    ▼
[阶段四] 生成审核报告

阶段一:广告定性与分类

读取 references/00-广告定性.md 中的判定规则。

执行步骤:

  1. 判断是否构成广告:

    • 存在直接或间接推销目的 → 构成广告
    • 主张"非广告"的,检验三项豁免条件(自有媒介 + 客观介绍 + 无推销),任一不满足即按广告处理
    • 如判定为非广告,直接输出结论并终止审核
  2. 识别行业类别(可多选):

    • 房地产 食品 酒类 保健食品 特殊医学用途配方食品 婴幼儿配方食品
    • 医疗 药品 医疗器械 农药 兽药
    • 教育培训 投资招商
    • 互联网广告 网络直播
    • 公益广告
    • 一般商品/服务(不属于以上任何特殊类别)
  3. 识别广告形式(可多选):

    • 信息流 软文/测评/体验 弹窗/开屏 竞价排名 直播带货
    • 户外广告 传统媒体 自媒体/公众号
  4. 识别是否涉及:

    • 代言/推荐 促销/有奖销售 商标/专利宣传

输出: 定性结论 + 行业标签列表 + 形式标签列表 + 附加标签列表

阶段二:通用红线审核

按以下顺序依次审核,读取对应 references 文件:

2.1 政治与公共价值(一票否决)

读取 references/02-政治与公共价值.md

任一项命中即判定 不予通过,标记为"高风险-一票否决",无需继续后续审核。

2.2 虚假与误导

读取 references/03-虚假与误导.md

重点关注:虚构数据/销量/评价、引证无出处、承诺无法兑现。

2.3 绝对化用语

读取 references/04-绝对化用语.md

发现疑似绝对化用语时,先检查是否满足例外条件再判定。医疗/投资/教育领域从严。

2.4 广告形式合规

读取 references/01-广告形式合规.md

重点关注:是否标注"广告"、是否以新闻/科普形式变相发布。

2.5 格式条款与消费者权益

读取 references/05-格式条款与消费者权益.md

重点关注:"最终解释权"、免除经营者责任、限制消费者权利。

2.6 不正当竞争

读取 references/06-不正当竞争.md

重点关注:混淆行为、虚假宣传、贬低竞品、损害商誉。

阶段三:行业专项审核

根据阶段一识别的行业标签,仅加载对应的 references 文件进行专项审核。不属于特殊行业的广告跳过此阶段。

行业标签 加载文件
房地产 references/07-房地产广告.md
食品/酒类/保健食品/特医食品/婴配食品 references/08-食品广告.md
医疗 references/09-医疗广告.md
药品 references/10-药品广告.md
医疗器械 references/11-医疗器械广告.md
农药 references/12-农药广告.md
兽药 references/13-兽药广告.md
促销/有奖销售 references/14-促销有奖销售.md
互联网广告/网络直播 references/15-互联网广告.md
代言/推荐 references/16-代言与推荐.md
商标/专利 references/17-商标与专利.md
教育培训/投资招商 references/18-教育培训与投资招商.md
公益广告 references/19-公益广告与特殊规定.md

Read the full file on GitHub · 231 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. 12d ago First seen · 231 lines · 126 tokens per session scan A 9ea2e5210960

Subscribe to this mod's changes

ad-compliance-review is a skill published in the GitHub repository LawMotion-AI/Vibe-Lawyering (20 stars, last pushed 4mo ago), licensed MIT. It adds 126 tokens to every session and 2,533 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to ad-compliance-review, differing in 9 lines, and is treated as a copy.

Related

Other skills, from other repositories

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens