NLP Text Analyzer

PassAudited by ClawScan on Apr 17, 2026.

Overview

The skill's code, instructions, and declared dependencies are consistent with a local NLP/text-analysis utility and do not request unrelated credentials or privileged system access.

This skill appears coherent and implements the described NLP features in local Python code. Before installing, run these simple checks: (1) install and run in an isolated virtualenv to avoid contaminating system packages; (2) note that TextBlob/SnowNLP may require additional language corpora downloads at first use—be prepared for pip/network activity to fetch those libraries; (3) review the full scripts for any network/socket/subprocess usage (no such calls were found in the visible code); (4) run the included tests (tests/test_nlp.py) to validate behavior in your environment. If you need the skill to handle sensitive text, consider running it on a trusted machine since the code runs locally and will process any text you provide.