Cb Compliance Framework
by @harrylabsj
Comprehensive compliance requirements mapping for international e-commerce operations
clawhub install cb-compliance-frameworkπ About This Skill
name: Cross-border Compliance Framework slug: cb-compliance-framework description: Comprehensive compliance requirements mapping for international e-commerce operations category: cross-border-ecommerce type: descriptive language: en author: Harry (code agent) version: 1.0.0
Cross-border Compliance Framework
Overview
Comprehensive compliance requirements mapping for international e-commerce operations. Maps tax, consumer protection, data privacy, product safety, and customs requirements across major markets: Germany, France, Japan, Australia, UK, Brazil, Canada, Netherlands, India, and more. Provides implementation roadmaps, documentation frameworks, and professional consultation recommendations. This is a pure descriptive skill. No code execution, API calls, or network access.
Trigger Keywords
Use this skill when the user mentions or asks about:
Primary Triggers (tax & registration)
Secondary Triggers (regulations & laws)
Tertiary Triggers (specific topics)
Workflow
1. Receive input β Parse target markets, business activities, and product types from natural language or structured input 2. Map requirements β Retrieve compliance database for each target market covering: - Tax/VAT registration thresholds and rates - Consumer protection laws and cooling-off periods - Data privacy regulations (GDPR, APPI, PIPEDA, LGPD) - Product safety markings (CE, UKCA, PSE, RCM, INMETRO) - Customs and import requirements 3. Build roadmap β Generate phased implementation roadmap with immediate (0-30 days), short-term (1-3 months), and ongoing actions 4. Document framework β List required documentation per market with localization and update frequency requirements 5. Recommend professionals β Suggest qualified specialists (tax advisors, legal counsel, customs brokers) needed for each market
Input Format
Accepts natural language or structured JSON describing:
Example natural language input:
Example structured input (JSON):
{
"markets": ["DE", "FR", "AU"],
"activities": ["online_sales", "data_collection"],
"products": ["electronics", "accessories"]
}
Output Structure
Returns JSON with the following top-level fields:
{
"input_analysis": {
"detected_markets": ["DE", "FR"],
"detected_activities": ["online_sales", "data_collection"],
"detected_products": ["electronics"]
},
"compliance_requirements": {
"DE": {
"tax_vat": { "rate": "19%", "threshold": "β¬22,000", "registration_required": true },
"consumer_protection": { "cooling_off_days": 14, "language": "German required" },
"data_privacy": { "regulation": "GDPR", "dpiya_required": false },
"product_safety": { "marking": "CE", "standard": "EN 60950" },
"customs": { "duty_rate": "varies", "hs_code_required": true }
}
},
"implementation_roadmap": {
"immediate": ["Register for VAT", "Draft privacy policy"],
"short_term": ["Obtain CE certification", "Set up local entity"],
"ongoing": ["Monitor regulatory changes", "File periodic reports"]
},
"compliance_documentation_framework": {
"DE": ["VAT registration certificate", "Privacy policy (German)", "Terms & conditions"],
"FR": ["VAT registration", "Consumer rights notice", "Returns policy"]
},
"professional_consultation_recommendations": {
"DE": ["German tax advisor (Steuerberater)", "EU data privacy lawyer"],
"FR": ["French VAT consultant", "Consumer law specialist"]
},
"disclaimer": "Descriptive guidance only. Not professional legal, tax, or compliance advice..."
}
Examples
Example 1: Electronics to Germany and France
Input: "what compliance requirements do I need for selling electronics in Germany and France"Output: Detailed mapping covering:
Example 2: Apparel to Japan and Australia
Input: "help me understand regulations for shipping apparel to Japan and Australia"Output: Detailed mapping covering:
Example 3: Health supplements to Brazil and Canada
Input: "regulations for selling health supplements cross-border to Brazil and Canada"Output: Detailed mapping covering:
Safety and Disclaimer
Descriptive guidance only. Not professional legal, tax, or compliance advice. Always verify with qualified legal counsel, tax advisor, or regulatory specialist before implementation. Regulations change frequently and vary by specific product type and business structure. This tool provides general information only and does not constitute a legal opinion or compliance guarantee.
Acceptance Criteria
π‘ Examples
Example 1: Electronics to Germany and France
Input: "what compliance requirements do I need for selling electronics in Germany and France"Output: Detailed mapping covering:
Example 2: Apparel to Japan and Australia
Input: "help me understand regulations for shipping apparel to Japan and Australia"Output: Detailed mapping covering:
Example 3: Health supplements to Brazil and Canada
Input: "regulations for selling health supplements cross-border to Brazil and Canada"Output: Detailed mapping covering: