1227323804/sensitive-check-skill/SKILL.md
# 错敏检测 Skill ## 简介 这是一个用于检测文本敏感信息的 Skill,通过调用 UCAP 平台的安全防护接口,快速识别文本内容中的敏感数据,适用于内容审核、数据合规等场景。 ## 功能特性 - 支持多种敏感类型检测(可自定义检测类型列表) - 标准化的 JSON 格式输入输出 - 完善的错误处理和超时机制 - 兼容 OpenClaw 对话式调用 ## 使用方法 ### 对话式调用 ``` 请帮我检测这段文本是否包含敏感信息:{待检测文本内容} ``` ### 参数说明 | 参数名 | 类型 | 必传 | 说明 | |--------|------|------|------| | content | string | 是 | 待检测的文本内容 | | userKey | string | 是 | UCAP 平台用户密钥 | | sensitive_code_list | array | 否 | 检测类型列表,不传则检测所有类型 | ### 返回格式 ```json { "code": 0, "message": "检测成功", "data"
npx skillsauth add openclaw/skills 1227323804/sensitive-check-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这是一个用于检测文本敏感信息的 Skill,通过调用 UCAP 平台的安全防护接口,快速识别文本内容中的敏感数据,适用于内容审核、数据合规等场景。
请帮我检测这段文本是否包含敏感信息:{待检测文本内容}
| 参数名 | 类型 | 必传 | 说明 | |--------|------|------|------| | content | string | 是 | 待检测的文本内容 | | userKey | string | 是 | UCAP 平台用户密钥 | | sensitive_code_list | array | 否 | 检测类型列表,不传则检测所有类型 |
{
"code": 0,
"message": "检测成功",
"data": {
// UCAP 接口返回的检测结果
},
"request_params": {
// 请求参数,方便调试
}
}
| 错误码 | 说明 | |--------|------| | 0 | 检测成功 | | -1 | 待检测文本不能为空 | | -2 | userKey 不能为空 | | -3 | 接口调用超时(15秒) | | -4 | 接口返回错误 | | -5 | 接口调用失败 | | -6 | 接口返回非 JSON 格式数据 |
pip install requests
from main import check_sensitive
# 基础检测
result = check_sensitive(
content="这是一段待检测的文本内容",
userKey="your_user_key_here"
)
# 指定检测类型
result = check_sensitive(
content="这是一段待检测的文本内容",
userKey="your_user_key_here",
sensitive_code_list=["TYPE_1", "TYPE_2"]
)
print(result)
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。