compliance-check

compliance-check is a skill for Claude Code, Codex from Agent-Engineer-Master/skill-engineer. It costs 128 tokens per session (1,823 once invoked), scanned A, original, MIT.

A check for whether a consumer product is likely to meet United States sales regulations. It accepts product identifiers, shopping links, or a product description and assigns a regulatory category.

In plain words
What is it for?
Use it to assess items such as children's toys, electronics, cosmetics, supplements, pet products, and apparel before listing them.
Why use it?
It helps identify compliance risks before a product is listed for sale in the US. Its result is an evidence-based assessment, not legal advice or proof that certificates exist.

Skill for Claude CodeCodex

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 skills/agent-engineer-master/skill-engineer/compliance-check
Any agent
npx skills add Agent-Engineer-Master/skill-engineer --skill compliance-check
Clone the repo
git clone --depth 1 https://github.com/Agent-Engineer-Master/skill-engineer

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 compliance-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/compliance-check.svg)](https://agentmods.dev/skills/agent-engineer-master/skill-engineer/compliance-check)
Your own site
<a href="https://agentmods.dev/skills/agent-engineer-master/skill-engineer/compliance-check"><img src="https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/compliance-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,823 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.00128 $0.01823
Opus 5 $0.00064 $0.00911
Sonnet 5 $0.00026 $0.00365
Haiku 4.5 $0.00013 $0.00182

Measured 4d ago against content hash 395c652885b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

compliance-check 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 4d 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.

legal/compliance-check/SKILL.md · 182 lines

How it starts

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

/compliance-check — US Regulatory Compliance Assessment

Assess compliance likelihood for any consumer product before listing for US sale.

Usage: /compliance-check [input]

Accepted inputs:

  • CJ product PID (UUID like E581D9BF-BCBC-421B-B12D-3762565A1C50, or numeric 18+ digit string)
  • CJ product URL (https://cjdropshipping.com/product/xxx)
  • Amazon ASIN (B08GFK757R)
  • Product name or free text description ("bamboo cutting board with juice groove")

CRITICAL: Role and Scope

This skill produces evidence-based assessments, not legal opinions. A 🟡 verdict means "market evidence suggests the supplier has documentation — request it." It does not mean the product is safe to list without obtaining actual certificates.

No product advances past rfq-sent status without a compliance verdict from this skill.


Step 1 — Parse Input and Resolve Product Identity

Determine input type:

CJ PID (UUID pattern xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, numeric 18+ digits, or CJHD prefix): If you have a CJ lookup script in your project, run it with --pid [PID] --pretty. Otherwise, use the CJ product URL directly or the product name as a search anchor. Extract: name, category, description, weight_g, length_cm, width_cm, height_cm, variants[].price.

CJ product URL: Extract PID from URL path, then proceed as CJ PID above.

Amazon ASIN (B0 prefix + alphanumeric, 10 chars): WebFetch https://www.amazon.com/dp/[ASIN] — extract title, description, age rating, compliance signals.

Product name / free text: Use as search anchor directly. Skip CJ API lookup.

Store these for use throughout:

  • PRODUCT_NAME — resolved product name
  • PRODUCT_INPUT — original input as-is
  • PRODUCT_CATEGORY — assigned in Step 2
  • SEARCH_ANCHOR — best 3–5 word phrase for searches (e.g. "bamboo cutting board" not the full CJ title)

Step 2 — Classify Product and Load Compliance Requirements

Read references/compliance-matrix.md.

Read the full file on GitHub · 182 lines

Files

What ships with it

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

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. 4d ago First seen · 182 lines · 128 tokens per session scan A 395c652885b9

Subscribe to this mod's changes

compliance-check is a skill published in the GitHub repository Agent-Engineer-Master/skill-engineer (8 stars, last pushed 1mo ago), licensed MIT. It adds 128 tokens to every session and 1,823 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

policy

Define and enforce policies, access controls, and compliance rules over Semantica knowledge graphs.

semantica-agi/semantica · 20 tokens

rpce-merge-pr-batch

Safely process an explicitly ordered batch of RepoPrompt CE pull requests end to end: preserve a dirty original checkout, isolate each PR in an external disposable worktree, use window- and context-scoped CE rpce-cli Agent Mode review, repair and validate, require exact-head hosted checks, merge with merge commits…

repoprompt/repoprompt-ce · 128 tokens

cross-border-ecommerce

Cross-border e-commerce expansion advisor. Scores target markets on 8 weighted dimensions (market size, ecommerce penetration, competition, regulatory complexity, logistics infrastructure, payment ecosystem, cultural distance, IP protection), compares 5 fulfillment models with cost and transit data, provides…

nexscope-ai/eCommerce-Skills · 106 tokens

shopify-app-store-review

Run a pre-submission compliance check against your Shopify app's codebase. Reviews App Store requirements and surfaces likely issues before you submit for official review.

Shopify/Shopify-AI-Toolkit · 36 tokens

privacy-kr

한국 서비스용 처리방침·이용약관·회원가입 동의 모달·쿠키 배너 자동 생성. 개인정보보호법 §30, 2025.4.21 작성지침, 2026.3 개정법, 공정위 전자상거래 표준약관 10023호 반영. Next.js 1316 프로젝트 대상.

kimlawtech/korean-privacy-terms · 85 tokens

amazon-category-ungating

Category and brand ungating — requirements, documentation, appeal process, restricted categories guide.

nexscope-ai/Amazon-Skills · 22 tokens