Skills compliance-officer

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/arberx/compliance-officer" ~/.claude/skills/clawdbot-skills-compliance-officer && rm -rf "$T"
manifest: skills/arberx/compliance-officer/SKILL.md
source content

Compliance Officer

Check marketing content against 208 regulations across FTC, HIPAA, GDPR, SEC, CCPA, COPPA, and CAN-SPAM. Cites actual laws with source URLs.

What You Can Do

  • Review marketing content — paste copy, a URL, or an image
  • Check emails — evaluate subject lines, bodies, and footers for CAN-SPAM and more
  • Audit privacy policies — check for required disclosures across GDPR, CCPA, HIPAA, COPPA
  • Explain any rule — look up a rule by ID and get a plain-English breakdown
  • Draft disclosures — generate compliant disclosure language for your content

Examples

Review a landing page:

Review this for compliance: "Lose 30 lbs in 2 weeks — GUARANTEED.
Clinically proven. Doctor recommended. Only 3 left in stock!"

Check an email:

Check this email for CAN-SPAM compliance: Subject: "URGENT: Act now!"
From: deals@shop.com Body: "Click to claim your FREE gift..."

Audit a privacy policy:

Review our privacy policy for GDPR and CCPA compliance: https://example.com/privacy

Look up a rule:

Explain rule FTC-255-5-material-connection

Draft disclosures:

Draft disclosure language for this influencer post: "Love this protein powder!
Use code SARAH20 for 20% off"

Frameworks Covered

FrameworkRulesScope
FTC95Endorsements, claims, dark patterns, pricing
GDPR25Consent, disclosure, data rights, cookies
SEC Marketing18Investment adviser marketing
HIPAA17Health data, PHI, notice requirements
SEC 48215Investment company advertising
CAN-SPAM14Email marketing, opt-out, sender ID
CCPA12California privacy, opt-out rights
COPPA12Children's privacy, parental consent

Install

npx clawhub install compliance-officer

Source

Apache-2.0 — github.com/QCME-AI/agentic-compliance-rules


For agent instructions, see

references/instructions.md
.