A comprehensive suite of forensic tools for identifying AI-generated text through advanced NLP, pattern analysis, and machine learning classification.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install text-detection
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install text-detection using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Text Detection Skills package is a sophisticated toolkit designed for developers who need to distinguish between human-authored and machine-generated content. By integrating this suite into your workflow using Openclaw Skills, you gain access to multi-layered analysis techniques including perplexity calculation, burstiness measurement, and BERT-based classification models.
This collection of tools is specifically engineered to handle the nuances of modern LLM outputs, offering specialized modules like the GPT Pattern Analyzer and the NLP Toolkit. Whether you are building content moderation systems or academic integrity tools, these Openclaw Skills provide the technical depth required for high-confidence AI detection.
To begin using these capabilities, install the necessary modules via npm:
npm install @clawhub/nlp-toolkit @clawhub/gpt-analyzer @clawhub/pattern-matcher
Initialize your preferred detection stack within your Openclaw Skills configuration:
{
"nlp-toolkit": {
"models": ["perplexity", "burstiness", "entity"],
"cacheResults": true
},
"gpt-analyzer": {
"strictMode": true,
"minConfidence": 0.8
}
}
The skills output structured metadata that allows for granular analysis of text authenticity:
| Attribute | Type | Description |
|---|---|---|
isGPT |
Boolean | True if AI-generated patterns exceed the threshold |
confidence |
Float | Probability score ranging from 0.0 to 1.0 |
perplexity |
Float | Measurement of how predictable the text is |
burstiness |
Float | Variation in sentence length and structure |
patterns |
Array | List of specific signatures detected (e.g., 'formal-tone') |
Loading
A high-performance caching utility providing intelligent data retention through LRU and LFU eviction strategies.

A robust rate-limiting utility for managing API quotas and request throttling through customizable user tiers.

A comprehensive guardian interface for monitoring activity, managing screen time, and configuring safety filters for AI agent interactions.

An advanced AI-powered content moderation system for real-time detection of explicit images, videos, and text.

A systematic framework for AI agents to log errors, user corrections, and new insights to enable continuous self-optimization.

A specialized skill for implementing interactive inline keyboards in Telegram to streamline agent-to-human decision-making and confirmations.








































