Install
openclaw skills install @wwumit/xborder-ecom-checkCross-Border E-Commerce Compliance Check — Cross-border e-commerce rules: customs, product safety, consumer protection, tax (VAT/GST), advertising, and data privacy of destination markets. Free to install; scoring runs on the CQDev cloud compliance engine.
openclaw skills install @wwumit/xborder-ecom-check跨境电商合规检查 is a free 检查 based on 跨境电商相关规则:海关申报、商品安全(CE/REACH/CPSC 等)、消费者权益、税务(VAT/GST)、广告法与目的地数据隐私. It covers 12 core items. Scoring runs on the CQDev cloud compliance engine.
⚠️ Your answers leave this machine. When you run a scored 检查, your responses are transmitted to the CQDev cloud at
compliancehub.cnfor scoring. The free--non-interactivepreview runs fully offline using the bundled 12-item set and never contacts the cloud (no network, no IP/UA leakage).
| # | Check | Authority |
|---|---|---|
| 1 | 主体与平台注册 | 目的地市场准入 |
| 2 | 原产国标注 | 海关与原产地规则 |
| 3 | 海关申报合规 | 海关法 |
| 4 | 关税与进口税 | 关税法 |
| 5 | CE 标志(欧盟) | EU 法规 (如 MDR/LVD) |
| 6 | 商品安全环保 | REACH / CPSC / 目的地法规 |
| 7 | 标签与说明书语言 | 目的地标签法规 |
| 8 | 消费者权益 | 目的地消保法 |
| 9 | 广告与直播话术 | 广告法/跨境 |
| 10 | 买家数据隐私 | GDPR / CCPA 等 |
| 11 | 知识产权 | 商标/专利/版权法 |
| 12 | 增值税/VAT 申报 | EU OSS/IOSS、UK VAT 等 |
python3 scripts/xborder-ecom-check.py --non-interactive
Just run the full 检查 — without a Key the skill issues a local random anon_id and scores in the cloud (5 free runs / 7-day window). When the trial runs out it prints the one-click registration page, carrying your anon_id so the trial progress carries over after registering.
# 1. Open the account page and create a free account (100 free calls):
# https://compliancehub.cn/account.html?skill=xborder-ecom-check
# 2. Copy your API Key.
# 3a. Export it as an environment variable:
export COMPLIANCEHUB_API_KEY=your_key
# 3b. Or save it to a file (mode 0600):
echo your_key > ~/.config/compliancehub/xborder-ecom-check.key && chmod 600 ~/.config/compliancehub/xborder-ecom-check.key
Or open: https://compliancehub.cn/account.html?skill=xborder-ecom-check
python3 scripts/xborder-ecom-check.py --format html -o xborder-ecom-check-report.html
When a user asks for a 跨境电商合规检查:
--non-interactive to preview the 12 items (no Key needed, fully offline).https://compliancehub.cn (the operator's official endpoint). Scoring transmits only your item answers, plus
either the free API Key (as a Bearer token) when registered, or the local random anon_id during the anonymous trial.COMPLIANCEHUB_API_KEY or ~/.config/compliancehub/xborder-ecom-check.key (0600),
outside the skill folder. The skill never writes the file itself; you create it.anon_id (~/.config/compliancehub/xborder-ecom-check.anon_id,
0600, carries no personal data) persists only to continue the anonymous trial; your answers are never stored locally.urllib, json, ssl); no shell, no external binaries.--non-interactive / --non-interactive-json run FULLY OFFLINE using the bundled 12-item set
and NEVER contact the cloud — no IP/UA/timing leakage. Only scored runs fetch rules + send answers.compliancehub.cn before running a scored check.This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel.
MIT.