← 返回 Skills 市场
lm203688

Chinese SEO Compliance

作者 lm203688 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
14
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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)...
使用说明 (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
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chinese-seo-compliance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chinese-seo-compliance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug chinese-seo-compliance
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 14 次。

如何安装 Chinese SEO Compliance?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-seo-compliance」即可一键安装,无需额外配置。

Chinese SEO Compliance 是免费的吗?

是的,Chinese SEO Compliance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chinese SEO Compliance 支持哪些平台?

Chinese SEO Compliance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Chinese SEO Compliance?

由 lm203688(@lm203688)开发并维护,当前版本 v1.0.0。

💬 留言讨论