← 返回 Skills 市场
harrylabsj

Cb Compliance Framework

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cb-compliance-framework
功能描述
Comprehensive compliance requirements mapping for international e-commerce operations
使用说明 (SKILL.md)

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)

  • "what compliance do I need for selling in Germany"
  • "VAT registration threshold in France"
  • "GST requirements for Australia"
  • "tax obligations for UK e-commerce"
  • "what certifications or permits needed for Japan market"

Secondary Triggers (regulations & laws)

  • "GDPR compliance for European customers"
  • "consumer protection laws in Germany"
  • "cooling-off period for Brazil"
  • "product safety regulations for Australia"
  • "data privacy laws in Japan (APPI/PIPA)"

Tertiary Triggers (specific topics)

  • "CE marking requirements for electronics"
  • "UKCA marking post-Brexit"
  • "PSE marking for Japan electronics"
  • "customs duties for shipping to India"
  • "cross-border payment regulations"
  • "returns and refund policies in Netherlands"
  • "language requirements for European websites"
  • "Impressum requirement for German website"

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:

  • Target markets (one or more countries)
  • Business activities: online sales, data collection, physical goods shipping, digital products, B2B/B2C
  • Product types: electronics, apparel, cosmetics, food supplements, children's products, etc.

Example natural language input:

  • "what compliance requirements for selling cosmetics in Germany and France"
  • "regulations for cross-border sales of electronics to Japan and Australia"

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:

  • VAT requirements: DE 19%, FR 20%, registration threshold €10,000 for OSS scheme
  • Consumer protection: 14-day cooling-off period in both countries, German-language T&Cs required
  • GDPR: appoint EU representative, data processing records required
  • Product safety: CE marking mandatory, EN 60950 / EN 62368 standards
  • Website requirements: German Impressum, French mention of seller
  • Implementation roadmap with phased timeline
  • Professional recommendations: German Steuerberater, French expert-comptable

Example 2: Apparel to Japan and Australia

Input: "help me understand regulations for shipping apparel to Japan and Australia"

Output: Detailed mapping covering:

  • Japan: consumption tax (10%), APPI data privacy compliance, product safety (no special marking for apparel), customs duties based on HS code, PSSA for children's garments
  • Australia: GST (10%), ACMA requirements for online sellers, Privacy Act compliance, RCM not required for general apparel, customs processing requirements
  • Documentation framework: Japanese-language product labels, country of origin marking
  • Implementation roadmap for both markets

Example 3: Health supplements to Brazil and Canada

Input: "regulations for selling health supplements cross-border to Brazil and Canada"

Output: Detailed mapping covering:

  • Brazil: ICMS state tax, ANVISA registration required for supplements, LGPD data requirements, INMETRO standards for packaging
  • Canada: GST/HST (5-15% depending on province), PIPEDA privacy compliance, Health Canada natural product number (NPN) may be required
  • Customs: detailed ingredient declaration, certificates of analysis
  • Professional recommendations: Brazilian regulatory consultant, Canadian customs broker

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

  • Maps compliance requirements for at least 1 target market
  • Provides implementation roadmap with clear timelines (immediate, short-term, ongoing phases)
  • Includes compliance documentation framework listing required documents per market
  • Recommends professional consultation specialists where appropriate
  • Returns valid JSON with all documented fields present
  • Contains complete safety disclaimer in every output
  • Includes input_analysis summarizing parsed input
  • Pure descriptive — no code execution, API calls, network access, file writes, or database operations
安全使用建议
This skill appears coherent and implements a static, descriptive compliance mapper with no network, subprocess, or credential access. Before relying on its output: (1) remember it's not professional legal/tax advice and the embedded database may be out of date; (2) note the minor functional mismatch where SKILL.md example inputs use country codes (e.g., 'DE') but the code searches for full country names — test inputs you plan to use; (3) if you need live/regulatory updates or filings, prefer a skill or service that explicitly performs authorized API lookups and declares required credentials. If those limitations are acceptable, it is reasonable to install. If you need live data or automated filings, do not rely on this skill alone and consult qualified professionals.
功能分析
Type: OpenClaw Skill Name: cb-compliance-framework Version: 1.0.0 The 'cb-compliance-framework' skill is a purely descriptive tool designed to provide static compliance information for international e-commerce. The logic in 'handler.py' is limited to keyword matching against hardcoded dictionaries and contains no network access, file system operations, or dangerous execution functions (e.g., eval, exec, or subprocess). The 'SKILL.md' instructions are well-aligned with the stated purpose and do not contain any prompt-injection attempts or hidden malicious commands.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description claim a descriptive cross-border compliance mapper; the code and SKILL.md implement a static compliance database and JSON output that match that purpose. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md says 'Retrieve compliance database' which could imply dynamic lookup, but the handler uses a local, embedded COMPLIANCE_DB and performs only local parsing and JSON generation. This is a benign mismatch in wording (static vs. live retrieval) and does not introduce I/O or exfiltration risk. Also, SKILL.md examples use country codes (e.g., 'DE') but handler looks for full country names in input — a functional mismatch, not a security issue.
Install Mechanism
No install spec is provided and the skill is instruction-only with a small handler.py. Nothing is downloaded or written to disk during install by the package metadata.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access external secrets or system config; required privileges are minimal and appropriate for a descriptive skill.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system settings. It does not store tokens or change agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cb-compliance-framework
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cb-compliance-framework 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Cross-border Compliance Framework skill. - Maps international e-commerce compliance requirements across tax, consumer protection, data privacy, product safety, and customs for numerous major markets. - Provides step-by-step implementation roadmaps, documentation frameworks, and recommendations for professional consultation. - Accepts both natural language and structured JSON input to customize compliance mapping. - Returns comprehensive, well-structured JSON outputs with input analysis, regulatory breakdowns, actionable roadmaps, documentation requirements, and specialist recommendations. - Includes mandatory safety and disclaimer notices; delivers descriptive guidance only.
元数据
Slug cb-compliance-framework
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cb Compliance Framework 是什么?

Comprehensive compliance requirements mapping for international e-commerce operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Cb Compliance Framework?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cb-compliance-framework」即可一键安装,无需额外配置。

Cb Compliance Framework 是免费的吗?

是的,Cb Compliance Framework 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cb Compliance Framework 支持哪些平台?

Cb Compliance Framework 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cb Compliance Framework?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论