← Back to Skills Marketplace
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install turnitin-ai-checker
Description
Turnitin AI Detection Checker - Check if text would be flagged by Turnitin's AI detection before submitting.
Usage Guidance
This skill appears internally consistent: it implements local heuristics to estimate Turnitin-style AI scores and offers humanization transformations. Important things to consider before installing or using it: (1) Ethical/legal: using humanization to evade plagiarism/AI-detection policies can violate academic integrity rules — don't use it to cheat. (2) Accuracy: the tool provides an estimate, not official Turnitin results; rely on it only as a rough guide and review humanized text carefully for meaning and correctness. (3) Privacy: the skill processes whatever text you submit; avoid pasting sensitive or confidential material unless you trust the execution environment. (4) Non-determinism: humanization uses randomness and may produce variable outputs; re-run and review results. If you want extra assurance, inspect the full scripts in your environment, run them in a sandboxed interpreter, and confirm there are no network calls or additional files beyond those reviewed.
Capability Analysis
Type: OpenClaw Skill
Name: turnitin-ai-checker
Version: 1.0.0
The skill bundle provides tools for AI text detection and humanization, consistent with its stated purpose. The Python scripts (ai_checker.py and humanize.py) use standard heuristics like perplexity proxies, burstiness analysis, and linguistic transformations without any network access, file system manipulation, or obfuscation. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included files and algorithms: detection heuristics (perplexity proxy, burstiness, pattern matching, readability) and text humanization are implemented in the bundled scripts. The skill does not require Turnitin credentials because it only produces an estimate, which is coherent with the description.
Instruction Scope
SKILL.md directs the agent to accept text, analyze it with the provided methods, report scores, and optionally humanize flagged sections. The instructions and code only reference local text-processing functions; they do not instruct reading unrelated files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec (instruction-only) and included Python scripts are static. No downloads, external package installs, or archive extraction were specified. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables, binaries, or credentials and the code reviewed does not access hidden config or secrets. Requested environment access is proportional to its functionality.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and contains no instructions to persist credentials or change agent-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turnitin-ai-checker - After installation, invoke the skill by name or use
/turnitin-ai-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Turnitin AI Detection Checker skill.
- Analyze text to estimate likelihood of being flagged by Turnitin's AI detection system.
- Generate AI detection reports with risk assessment and detailed pattern analysis.
- Offer text humanization features to help lower AI detection scores while preserving academic tone and citations.
- Support for various detection methods: perplexity, burstiness, AI pattern recognition, and readability metrics.
Metadata
Frequently Asked Questions
What is Turnitin AI Checker?
Turnitin AI Detection Checker - Check if text would be flagged by Turnitin's AI detection before submitting. It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install Turnitin AI Checker?
Run "/install turnitin-ai-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Turnitin AI Checker free?
Yes, Turnitin AI Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Turnitin AI Checker support?
Turnitin AI Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Turnitin AI Checker?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.
More Skills