affiliate-compliance-check
Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/affiliate-compliance-check/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How affiliate-compliance-check Compares
| Feature / Agent | affiliate-compliance-check | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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-influencersRelated Skills
Dependency Health Check
Assess dependency health across CVE exposure, freshness, maintainer risk, and license compatibility
Data Privacy Compliance
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
Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple jurisdictions.
compliance-manager
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
ISO 27001, NIST CSF 2.0, CIS Controls v8.1, EU CRA compliance mapping, multi-standard alignment per Hack23 ISMS policies
compliance-evaluator
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
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
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
Audit technical controls against compliance framework requirements
bulk-sales-compliance
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
Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks
agent-compliance-auditor
Validates agent definitions against the Antigravity audit rubric.