Install
openclaw skills install ai-densityAI含量检测工具 - 检测文本AI生成占比,输出0-10级客观分级 | AI Content Detector - Detect AI-generated text with 0-10 objective grading
openclaw skills install ai-density一款双语AI含量检测工具,分析文本并输出AI生成内容占比的0-10级客观分级。
A bilingual AI content detection tool that analyzes text and outputs an objective 0-10 grading scale for AI-generated content proportion.
pip install -r requirements.txt
from scripts.detector import AIDensityDetector
detector = AIDensityDetector()
result = detector.detect("Your text here / 你的文本")
print(f"AI含量等级: {result['level']}/10")
print(f"置信度: {result['confidence']}")
完整文档请查看 README.md / See README.md for full documentation.