OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/skillevaluator --skill text-analyzer
Analyze text content and produce statistics including word count, line count, character count, most frequent words, and readability metrics. Works on any plain text input provided inline or from a file path.
npx skills add nvidia/skillevaluator --skill text-analyzer
Analyze text and produce structured statistics.
Provide quick text analytics — word counts, line counts, character counts, top frequent words, average word length, and sentence count — for any plain-text input.
scripts/analyze_text.py with the appropriate arguments.The script prints a structured report with:
| Problem | Fix |
|---|---|
FileNotFoundError | Check the --file path exists |
| Empty output | Ensure --text or --file is provided |