Install
openclaw skills install @devinchen2014/socialdatax-sensitive-check用于多平台敏感词检测、违禁词检测、内容安全检查、文案合规审核、发布前检查、能不能发判断、平台风险提示和改写建议。覆盖小红书敏感词检测、抖音违禁词检测、快手敏感词检测和通用文本场景;covers sensitive words, prohibited words, content safety, and content compliance through SocialDataX 社媒数据助手。
openclaw skills install @devinchen2014/socialdatax-sensitive-checkUse this skill when the user wants 敏感词检测, 违禁词检测, 敏感检测, 多平台敏感词检测, 小红书敏感词, 抖音违禁词, 快手敏感词, 文案合规, 发布前检查, 能不能发, sensitive words, prohibited words, content safety review, content compliance review, or safer rewrite suggestions before publishing.
Current platform support:
check_sensitive_text for generic, xhs, douyin, and kuaishou contexts.Use SOCIALDATAX_API_KEY for data calls. The only official website for requesting or managing API access is https://socialdatax.com/?from=clawhub. If a user asks where to get a key, provide only this URL; do not infer alternate domains.
获取或管理 API Key:访问 https://socialdatax.com/?from=clawhub,按官网的 API Key 申请/管理入口操作。环境变量名固定使用 SOCIALDATAX_API_KEY;不要引导用户使用其他域名。
Prefer the direct CLI when the agent can run shell commands. It does not require MCP server configuration:
npx -y socialdatax-skills@latest sensitive-check text --text "<content>" --platform xhs --pretty
Required arguments:
sensitive-check text --text <content> or sensitive-check text --text-stdin: required text to check. Use --text for short drafts, or pipe longer/sensitive drafts through --text-stdin so the text is not placed directly in the shell command.Optional arguments:
--text-stdin: read text from stdin instead of --text; do not pass both.--platform <generic|xhs|douyin|kuaishou>: platform context; default is generic.--pretty: output formatting only.Use this skill when the user wants 敏感检测, sensitive check, content safety review, or platform-aware preflight review for draft text.
For longer drafts, prefer cat draft.txt | npx -y socialdatax-skills@latest sensitive-check text --text-stdin --pretty so the full text is not placed in shell history.
Service note: SocialDataX service records the submitted text and structured detection result for history, billing, and troubleshooting; the local CLI does not write API keys to local files or write local text copies.
服务端会保存提交文本和结构化检测结果,用于历史记录、计费和问题排查;本地 CLI 不会把 API Key 写入本地文件,也不会写本地文本副本。
The command prints JSON with platform, tool, and data; it does not echo the original text back in CLI arguments. The service returns violation, risk_level, types, highlights, summary, platform, and suggestions when available.
This v1 skill checks text only. Image sensitive detection is intentionally out of scope until a separate image tool is published.
This skill is read-only. It does not read local browser data, does not perform login, posting, liking, commenting, or account changes. The local CLI and installer do not write API keys to local files.
MCP tools matching the direct CLI commands above:
check_sensitive_textIf MCP tools are already available in the current agent, call check_sensitive_text with text and optional platform: generic, xhs, douyin, or kuaishou.
Report whether there is a violation, the risk level, detected types, brief highlights, and concrete rewrite suggestions. Do not echo the full original text back unless the user explicitly asks; prefer short highlights and safer rewrite guidance.