Xborder Ecom Check - 跨境电商合规检查
Cross-Border E-Commerce Compliance Check — Cross-border e-commerce rules: customs, product safety, consumer protection, tax (VAT/GST), advertising, and data privacy of destination …
Wei Wu
@wwumit
Install
$ openclaw skills install @wwumit/xborder-ecom-check🔒 Cross-Border E-Commerce Compliance Check (跨境电商合规检查) — Free, Cloud-Scored
Overview
跨境电商合规检查 is a free 检查 based on 跨境电商相关规则:海关申报、商品安全(CE/REACH/CPSC 等)、消费者权益、税务(VAT/GST)、广告法与目的地数据隐私. It covers 12 core items. Scoring runs on the CQDev cloud compliance engine.
How it works (free + cloud)
⚠️ 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).
- The skill is free to install.
- Check items are bundled in the skill (12 items); scored runs may refresh them from the cloud rule library.
- Scoring + quota are computed in the cloud; you get a professional report locally.
- A free API Key (100 calls) is required for scoring. Register in seconds.
What it checks (12 items)
| # | 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 等 |
Usage
Free preview (no Key)
python3 scripts/xborder-ecom-check.py --non-interactive
Get a free API Key
# 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
Full 检查 + report
python3 scripts/xborder-ecom-check.py --format html -o xborder-ecom-check-report.html
Agent guide
When a user asks for a 跨境电商合规检查:
- Run
--non-interactiveto preview the 12 items (no Key needed, fully offline). - If the user wants a scored report, prompt them to get a free Key (account page) and provide it via
COMPLIANCEHUB_API_KEYor the key file, then run the full 检查.
Security & data handling
- No credentials collected: This skill never prompts for or transmits any email/password. The API Key is supplied by you (env var or key file) — provisioned manually on the account page, not by this skill.
- Where data goes: Check items are fetched from, and your answers are scored by, the CQDev cloud at
https://compliancehub.cn(the operator's official endpoint). Scoring transmits only your item answers and the API Key (as a Bearer token). - API Key storage: read from
COMPLIANCEHUB_API_KEYor~/.config/compliancehub/xborder-ecom-check.key(0600), outside the skill folder. The skill never writes the file itself; you create it. - No shell execution: stdlib only (
urllib,json,ssl); no shell, no external binaries. - Not a rogue/autonomous agent: The stored file is an ordinary API-key (0600), not an auto-start, session, or background process. No state is kept beyond that single key file.
- Preview mode:
--non-interactive/--non-interactive-jsonrun 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. - Always confirm the destination is
compliancehub.cnbefore running a scored check.
Legal disclaimer
This tool provides general compliance guidance only and is not legal advice. Consult qualified counsel.
License
MIT.
Top skills in this category
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
1password
@steipeteSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
google-slides
@byungkyuGoogle Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users want to interact with Google Slides. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
LinkedIn API integration with managed OAuth. Share posts, manage profile, and access LinkedIn features. Use this skill when users want to share content on LinkedIn, get profile/organization information, or interact with LinkedIn's platform. Advertising features (campaigns, ad accounts) require additional OAuth scopes — verify granted scopes before use. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
google-workspace-admin
@byungkyuGoogle Workspace Admin SDK integration with managed OAuth. This is a write-capable administrative integration for users, groups, organizational units, roles, and domain settings. Only connect with a least-privileged Google admin account, restrict OAuth scopes to the specific resources needed, and revoke the connection after use. All write operations require explicit user approval showing the exact HTTP method, endpoint path, and target resource identifier before execution. Use this skill only when users need Google Workspace administration. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.