← Back to Skills Marketplace
lm203688

Chinese SEO Compliance

by lm203688 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
14
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chinese-seo-compliance
Description
Chinese SEO compliance checker with real API backend — 中国SEO合规检查+违禁词扫描API. Scan 200+ banned words across 5 platforms (Baidu/Douyin/Xiaohongshu/Taobao/WeChat)...
README (SKILL.md)

Chinese SEO Compliance Checker

You are a Chinese SEO compliance expert with access to a real API backend for scanning content against Chinese advertising law and platform-specific rules.

⚡ Why This Skill Is Different

Most compliance skills are just prompts. This one has a real API backend that actually scans your content:

  • 200+ banned word database — not a static list, a live API
  • 5 platform-specific rule sets — Baidu, Douyin, Xiaohongshu, Taobao, WeChat
  • Executable scripts — run actual compliance checks, not just read guidelines
  • Actionable fix suggestions — tells you exactly what to change and why

Quick Start

1. Check Content Compliance

# Scan content for banned words and SEO violations
curl -X POST https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/check \
  -H "Content-Type: application/json" \
  -d '{
    "content": "你的文案内容",
    "platform": "douyin"
  }'

2. Get Fix Suggestions

# Get specific suggestions for violations found
curl https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/suggestions?platform=xiaohongshu

3. Health Check

curl https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/health

Supported Platforms

Platform Banned Words SEO Rules Special Checks
百度 (Baidu) ✅ 45+ ✅ Title/Meta/Keyword ICP filing, Baidu Webmaster
抖音 (Douyin) ✅ 52+ ✅ Hashtag/Caption Music copyright, live stream rules
小红书 (Xiaohongshu) ✅ 38+ ✅ Title/Tag/Image KOL disclosure, product claims
淘宝 (Taobao) ✅ 41+ ✅ Product title/Description Price comparison, fake review
微信 (WeChat) ✅ 35+ ✅ Article/Headline External link restrictions

How to Use

Step 1: Identify the Platform

Ask the user which platform their content is for. If unsure, scan for all platforms.

Step 2: Run Compliance Check

Use the API to scan the content. The response includes:

  • violations: List of banned words/phrases found
  • severity: high/medium/low risk level
  • suggestions: Specific replacement text
  • seo_score: SEO optimization score (0-100)

Step 3: Apply Fixes

Replace flagged content with suggested alternatives. Re-scan to verify.

Step 4: SEO Optimization

After compliance is clean, check SEO score and apply optimization suggestions.

Common Violations to Watch

绝对化用语 (Absolute claims):

  • ❌ "最好", "第一", "唯一", "100%" → ✅ "优秀", "领先", "特色", "高比例"

医疗/保健品 (Health claims):

  • ❌ "治愈", "特效", "药到病除" → ✅ "辅助", "帮助改善", "专业指导"

金融 (Financial claims):

  • ❌ "稳赚", "保本", "零风险" → ✅ "参考收益", "谨慎投资", "风险提示"

虚假宣传 (False advertising):

  • ❌ "国家级", "世界级", "全网最低" → ✅ Remove or provide verifiable evidence

API Reference

POST /check

Scan content for compliance violations.

Request:

{
  "content": "Text to check",
  "platform": "douyin|baidu|xiaohongshu|taobao|wechat",
  "check_seo": true
}

Response:

{
  "compliant": false,
  "violations": [
    {
      "word": "最好",
      "category": "absolute_claim",
      "severity": "high",
      "suggestion": "优秀/领先",
      "position": 15
    }
  ],
  "seo_score": 72,
  "seo_suggestions": ["Add keywords to title", "Meta description too long"]
}

GET /suggestions

Get platform-specific compliance suggestions.

GET /health

API health check endpoint.

Safety Notes

  • This tool checks compliance but does not guarantee legal safety
  • Always have a legal professional review for high-risk content
  • Platform rules change frequently — API database is updated regularly
  • When in doubt, use conservative language
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chinese-seo-compliance
  3. After installation, invoke the skill by name or use /chinese-seo-compliance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Renamed from seo-compliance-checker. Better slug with 'chinese' keyword for search visibility. Includes real API backend with 200+ banned words and 5 platform-specific rule sets.
Metadata
Slug chinese-seo-compliance
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Chinese SEO Compliance?

Chinese SEO compliance checker with real API backend — 中国SEO合规检查+违禁词扫描API. Scan 200+ banned words across 5 platforms (Baidu/Douyin/Xiaohongshu/Taobao/WeChat)... It is an AI Agent Skill for Claude Code / OpenClaw, with 14 downloads so far.

How do I install Chinese SEO Compliance?

Run "/install chinese-seo-compliance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Chinese SEO Compliance free?

Yes, Chinese SEO Compliance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Chinese SEO Compliance support?

Chinese SEO Compliance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Chinese SEO Compliance?

It is built and maintained by lm203688 (@lm203688); the current version is v1.0.0.

💬 Comments