affiliate-compliance-check

Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.

16 stars

Best use case

affiliate-compliance-check is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.

Teams using affiliate-compliance-check should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/affiliate-compliance-check/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/testing-security/affiliate-compliance-check/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/affiliate-compliance-check/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How affiliate-compliance-check Compares

Feature / Agentaffiliate-compliance-checkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Affiliate Compliance Check

Automated and manual workflows for ensuring affiliate marketing content complies with FTC guidelines and follows ethical best practices.

## When to Use

- Audit content for FTC disclosure compliance
- Verify affiliate links are properly tracked
- Check for broken or missing affiliate links
- Prepare content for publication review

## Quick Compliance Check

```bash
# Find files with affiliate links
grep -r -l -E "(affiliate|aff\.|&id=|\?ref=)" \
  copywriting/ landing_pages/ --include="*.md" --include="*.html"

# Check for disclosures
for file in $(grep -r -l -E "(affiliate|aff\.)" copywriting/ --include="*.md"); do
  if ! grep -q -i "disclosure" "$file"; then
    echo "❌ Missing disclosure: $file"
  fi
done
```

## FTC Requirements

**Required**:
- Clear disclosure before/near first affiliate link
- Plain language (not legal jargon)
- Conspicuous placement (visible on mobile)
- Explains potential compensation

**Acceptable Disclosure**:
```markdown
## Disclosure

This post contains affiliate links. I may earn a commission if you make 
a purchase, at no additional cost to you. I only recommend products I 
personally use or genuinely believe will add value.
```

## Compliance Checklist

- [ ] Disclosure exists
- [ ] Disclosure is above the fold
- [ ] Language is clear and plain
- [ ] Visible on mobile devices
- [ ] All affiliate links work
- [ ] Links in mapping file
- [ ] Content provides genuine value
- [ ] Honest assessment (pros/cons)

## Resources

- Mapping: `docs/affiliate_links/affiliate_links_mapping_FINAL.json`
- FTC Guidelines: https://www.ftc.gov/business-guidance/resources/disclosures-101-social-media-influencers

Related Skills

Dependency Health Check

16
from diegosouzapw/awesome-omni-skill

Assess dependency health across CVE exposure, freshness, maintainer risk, and license compatibility

Data Privacy Compliance

16
from diegosouzapw/awesome-omni-skill

Data privacy and regulatory compliance specialist for GDPR, CCPA, HIPAA, and international data protection laws. Use when implementing privacy controls, conducting data protection impact assessments, ensuring regulatory compliance, or managing data subject rights. Expert in consent management, data minimization, and privacy-by-design principles.

customs-trade-compliance

16
from diegosouzapw/awesome-omni-skill

Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple jurisdictions.

compliance-manager

16
from diegosouzapw/awesome-omni-skill

Guardrails for edits to core/security/compliance-manager.js that preserve PCI/GDPR/PSD2/SOX/HIPAA controls (masking, encryption, SCA, consent checks, and audit logging). Use when changing compliance validators, security handling, or audit flows.

compliance-frameworks

16
from diegosouzapw/awesome-omni-skill

ISO 27001, NIST CSF 2.0, CIS Controls v8.1, EU CRA compliance mapping, multi-standard alignment per Hack23 ISMS policies

compliance-evaluator

16
from diegosouzapw/awesome-omni-skill

This skill should be used when evaluating translation compliance with legal, regulatory, and content safety requirements. It checks for prohibited terms, required disclaimers, and region-specific restrictions based on risk profiles.

compliance-checker

16
from diegosouzapw/awesome-omni-skill

Policy-based compliance assessment for OpenClaw skills. Define security policies, assess skills against them, track violations, and generate compliance reports. Maps findings to frameworks like CIS Controls and OWASP. Integrates with arc-skill-scanner and arc-trust-verifier.

COMPLIANCE_CHECK

16
from diegosouzapw/awesome-omni-skill

You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance.

Compliance Audit

16
from diegosouzapw/awesome-omni-skill

Audit technical controls against compliance framework requirements

bulk-sales-compliance

16
from diegosouzapw/awesome-omni-skill

Drafts U.S. bulk sales law compliance packages for asset purchase transactions outside the ordinary course, including jurisdictional analysis of UCC Article 6 status, creditor schedule, notice of intended bulk sale, seller affidavit, escrow/claims framework, and closing checklist. Use when handling bulk sale, bulk transfer, inventory sale, asset purchase compliance, creditor notice, or successor liability avoidance.

aws-compliance-checker

16
from diegosouzapw/awesome-omni-skill

Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks

agent-compliance-auditor

16
from diegosouzapw/awesome-omni-skill

Validates agent definitions against the Antigravity audit rubric.