← Back to Skills Marketplace
metahuan

Yufluent Clawhub Publish Yufluentcn Compliance Guard

by metahuan · GitHub ↗ · v1.1.2 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yufluent-clawhub-publish-yufluentcn-compliance-guard
Description
跨境合规与贸易参考助手:认证清单(CE/FCC/GPSR)、关税估算、标签要求、 平台规则检查。经 Yufluent 云端 Harness 输出结构化 JSON 建议。 非法律或税务建议,结果须人工核实。Use for 合规、认证、关税、GPSR、CE、FCC、VAT、HS编码.
README (SKILL.md)

合规卫士

跨境 认证清单 / 关税估算 / 标签要求 / 平台规则 参考助手。ClawHub / OpenClaw 云端模式 — Harness compliance_check 输出结构化 JSON;本机只需 TOKENAPI_KEYtk-*)与 requests

⚠️ 非法律或税务建议;结果须人工核实官方来源与最新法规。

快速开始(3 步,60 秒)

  1. 注册获取 API 密钥https://claw.changzhiai.com/login (新用户即送体验积分,无需绑卡)
  2. 设置环境变量:export TOKENAPI_KEY=*** 或写入 .env 文件
  3. 运行:参照下方 Examples 示例执行 python scripts/run.py ...

还没注册?前往 https://claw.changzhiai.com/login 免费获取密钥。

OpenClaw 与 Yufluent(必读)

OpenClaw 对话与技能调用共用同一 tk-*。接入见 https://claw.changzhiai.com/app/openclaw

走哪里 干什么
OpenClaw 对话 Yufluent /v1/chat/completions(同一 tk-*) 收集产品/市场/材质等、调 run.py、解读 JSON
合规正式输出 POST /v1/skills/compliance-guard/run(同一 tk-*) Harness 合规分析 → JSON

Agent 硬性规则:

  1. 禁止用对话模型自行撰写完整合规认证清单或关税计算表。
  2. 必须通过 python scripts/run.py ...(或 POST /v1/skills/compliance-guard/run)获取输出。
  3. 对话模型仅用于:收集产品信息、确认目标市场、解读输出、提醒人工核实。
  4. 只需 TOKENAPI_KEY不要要求用户另配厂商 LLM Key。

Instructions(Agent 工作流)

  1. 选择 mode(见下表);用户说"出口欧盟需要什么认证" → certification;"帮我算关税" → tariff
  2. 收集上下文(尽量一次问齐):
    • --message(必填)
    • --product(必填)
    • --target-market:目标市场(如 美国、欧盟、日本)
    • --material:材质或成分
    • --category:产品类目
    • --declared-value:申报货值
    • --hs-code:已知 HS 编码(可选)
    • --origin-country:原产国
  3. 调用(必须 — 云端)
    python scripts/run.py \
      --mode certification \
      -m "蓝牙耳机出口美国需要什么认证" \
      --product "蓝牙耳机" \
      --target-market "美国" \
      --material "塑料+锂电池" \
      --lang zh
    
  4. 计费:402 余额不足;401 密钥无效。

四模式

mode 用途 示例
certification CE/FCC/CPSC/GPSR 等认证清单 "出口欧盟需要什么认证"
tariff HS 编码建议、税率与税费估算 "蓝牙耳机到美国关税多少"
labeling 成分、警示语、能效等标签要求 "德国食品标签规范"
platform_rules 亚马逊/Shopify/TikTok 类目限制 "这个能上亚马逊吗"

环境变量

变量 必填 说明
TOKENAPI_KEY tk-*Yufluent 控制台 获取
TOKENAPI_BASE_URL 默认 http://localhost:8080/v1

触发词

  • "出口美国需要什么认证"
  • "帮我算关税"
  • "GPSR 合规吗"
  • "欧盟标签要求"
  • "亚马逊新规影响"
  • "HS 编码"
  • "CE 认证"
  • "platform rules"

Examples

认证清单

python scripts/run.py \
  --mode certification \
  -m "儿童玩具出口欧盟需要什么认证" \
  --product "塑料积木玩具" \
  --target-market "欧盟" \
  --material "ABS塑料" \
  --lang zh

关税估算

python scripts/run.py \
  --mode tariff \
  -m "蓝牙耳机 HS 编码和关税" \
  --product "TWS蓝牙耳机" \
  --target-market "美国" \
  --declared-value "USD 15,000" \
  --hs-code "8518.30" \
  --lang zh

平台规则

python scripts/run.py \
  --mode platform_rules \
  -m "这个产品能上亚马逊德国站吗" \
  --product "电子体温计" \
  --platform amazon \
  --target-market "德国" \
  --lang zh

合规声明

  • 输出仅供参考,不构成法律或税务建议
  • 不虚构已获批认证号或实时海关数据
  • 最终认证申请须经专业机构

版本记录

版本 日期 变更
v1.1.0 2026-06-14 SKILL.md added quickstart registration guide; 401/402 error messages now in Chinese with register links
v1.0.0 2026-06-13 规范 SKILL.md:补充 Agent 规则、Instructions、触发词、示例、环境变量、合规、版本记录
v0.1.0 初始合规卫士技能
Usage Guidance
Install only if you are comfortable sending product, market, tariff, and compliance details to Yufluent’s cloud service under your TOKENAPI_KEY. Leave TOKENAPI_BASE_URL unset or set it only to a trusted endpoint, and treat the output as a reference that needs human verification against official rules.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill purpose is coherent: it provides certification, tariff, labeling, and platform-rule guidance through a Yufluent cloud harness and clearly states that outputs are reference-only, not legal or tax advice.
Instruction Scope
The instructions require the agent to use the cloud skill rather than invent compliance answers locally, which matches the stated purpose; some trigger phrases are broad and could cause unexpected invocation if the host agent does not require user intent.
Install Mechanism
Installation is limited to a declared pip dependency on requests and an environment variable for TOKENAPI_KEY; no hidden installer, package script, or bundled binary behavior was found.
Credentials
The skill necessarily uses network access and a bearer API key to send compliance inputs to the configured Yufluent endpoint; TOKENAPI_BASE_URL is configurable, so users should only point it at a trusted endpoint.
Persistence & Privilege
No background worker, startup persistence, privilege escalation, destructive file operations, or broad local indexing was found. The ancillary outcome-recording function exists but is not called by the shipped CLI path.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yufluent-clawhub-publish-yufluentcn-compliance-guard
  3. After installation, invoke the skill by name or use /yufluent-clawhub-publish-yufluentcn-compliance-guard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
fix: dual-channel yufluent_api (500/502 fallback to agent/turn); UTF-8 cloud_cli output
Metadata
Slug yufluent-clawhub-publish-yufluentcn-compliance-guard
Version 1.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Yufluent Clawhub Publish Yufluentcn Compliance Guard?

跨境合规与贸易参考助手:认证清单(CE/FCC/GPSR)、关税估算、标签要求、 平台规则检查。经 Yufluent 云端 Harness 输出结构化 JSON 建议。 非法律或税务建议,结果须人工核实。Use for 合规、认证、关税、GPSR、CE、FCC、VAT、HS编码. It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Yufluent Clawhub Publish Yufluentcn Compliance Guard?

Run "/install yufluent-clawhub-publish-yufluentcn-compliance-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yufluent Clawhub Publish Yufluentcn Compliance Guard free?

Yes, Yufluent Clawhub Publish Yufluentcn Compliance Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Yufluent Clawhub Publish Yufluentcn Compliance Guard support?

Yufluent Clawhub Publish Yufluentcn Compliance Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Yufluent Clawhub Publish Yufluentcn Compliance Guard?

It is built and maintained by metahuan (@metahuan); the current version is v1.1.2.

💬 Comments