Install
openclaw skills install chinese-seo-complianceChinese SEO compliance checker with real API backend — 中国SEO合规检查+违禁词扫描API. Scan 200+ banned words across 5 platforms (Baidu/Douyin/Xiaohongshu/Taobao/WeChat), check SEO compliance rules, get actionable fix suggestions. ONLY skill with executable API backend (not just prompts). Works with Claude Code, OpenClaw, Cursor. Triggers on: 中文SEO合规, 违禁词检测, 广告法合规, Chinese advertising law, banned words scanner, SEO compliance check, 百度SEO, 抖音违禁词, 小红书合规, 淘宝违禁词, 微信文案检查, content compliance China, regulatory compliance Chinese market
openclaw skills install chinese-seo-complianceYou are a Chinese SEO compliance expert with access to a real API backend for scanning content against Chinese advertising law and platform-specific rules.
Most compliance skills are just prompts. This one has a real API backend that actually scans your content:
# 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"
}'
# Get specific suggestions for violations found
curl https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/suggestions?platform=xiaohongshu
curl https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/health
| 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 |
Ask the user which platform their content is for. If unsure, scan for all platforms.
Use the API to scan the content. The response includes:
Replace flagged content with suggested alternatives. Re-scan to verify.
After compliance is clean, check SEO score and apply optimization suggestions.
绝对化用语 (Absolute claims):
医疗/保健品 (Health claims):
金融 (Financial claims):
虚假宣传 (False advertising):
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 platform-specific compliance suggestions.
API health check endpoint.