A statistical analysis engine for text that evaluates linguistic complexity, predictability, and authenticity through advanced NLP metrics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nlp-toolkit
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 nlp-toolkit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The NLP Toolkit is a powerful utility designed for Openclaw Skills to perform deep linguistic forensics. It employs mathematical models to calculate perplexity, burstiness, and Shannon entropy, providing developers with the tools needed to distinguish between human-written and AI-generated content. By analyzing token distribution and sentence variance, it offers a quantitative measure of text naturalness and complexity.
This skill is particularly valuable for developers building content moderation systems, academic integrity tools, or linguistic research workflows. As part of the Openclaw Skills ecosystem, it provides a standardized way to extract statistical metadata from any text string, enabling more intelligent decision-making for AI agents.
To deploy this skill within your environment, ensure the script is located in your agent's skills directory. You can configure the sensitivity thresholds in your configuration file.
# Move the toolkit to your skills directory
mv nlp-toolkit.js ./path/to/your/skills/
Define the following parameters in your configuration to tune the detection engine:
{
"perplexityThreshold": 45.0,
"burstinessThreshold": 0.35,
"minTextLength": 50
}
The NLP Toolkit returns a structured object containing detailed statistical metrics and a final determination.
| Property | Type | Description |
|---|---|---|
| isAI | Boolean | True if metrics fall below the specified thresholds. |
| confidence | Number | A percentage (0-100) representing the certainty of the analysis. |
| metrics.perplexity | Float | The predictability score of the text; lower values suggest AI. |
| metrics.burstiness | Float | The variation in sentence structure; lower values suggest AI. |
| metrics.entropy | Float | The information density based on character distribution. |
| tokenStats | Object | Contains totalWords, uniqueWords, and vocabularyRichness. |
Loading
A comprehensive suite of tools for identifying AI-generated imagery and analyzing visual metadata through local and cloud-based models.

A versatile utility for generating multi-algorithm hashes and perceptual signatures to manage content integrity and deduplication.

A sophisticated detection engine for identifying GPT-generated content through model fingerprinting and linguistic pattern analysis.

A powerful tool for country-based content filtering, VPN detection, and regional law compliance.

A comprehensive suite of safety tools for detecting and filtering explicit content using Openclaw Skills.

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








































