371166758-qq/chinese-nlp-toolkit/SKILL.md
Specialized natural language processing for Chinese text. Covers segmentation (jiaba), sentiment analysis, keyword extraction, text summarization, tone detection, readability scoring, and format conversion (simplified/traditional, pinyin annotation). Use when processing, analyzing, or transforming Chinese text content.
npx skillsauth add openclaw/skills Chinese NLP ToolkitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Process and analyze Chinese text with specialized NLP capabilities.
Chinese has no word boundaries. Segmentation is the foundation of all Chinese NLP.
Approach: Use rule-based heuristics when no library is available:
Common Ambiguities: | Text | Wrong Split | Correct Split | |------|-------------|---------------| | 雨伞 | 雨/伞 | 雨伞 (compound) | | 结婚的和尚未结婚的 | 结婚/的/和尚/未/结婚/的 | 结婚/的/和/尚未/结婚/的 | | 项目部 | 项目/部 | 项目部 (compound) |
Beyond positive/negative — Chinese sentiment is nuanced:
Intensity levels: 强烈负面 < 偏负面 < 中性 < 偏正面 < 强烈正面
Chinese-specific signals:
Emoji contribution (critical for social media):
For Chinese text, prioritize:
Method: TF-IDF adapted for Chinese + positional weighting (first/last sentences carry more weight in Chinese writing).
Chinese-specific rules:
Rate Chinese text on a 1-10 scale considering:
| Score | Level | Target Audience | |-------|-------|-----------------| | 1-3 | Easy | General public | | 4-6 | Moderate | Educated readers | | 7-8 | Hard | Domain experts | | 9-10 | Very Hard | Academic specialists |
| Conversion | Example | |---|---| | Simplified → Traditional | 体验 → 體驗 | | Traditional → Simplified | 體驗 → 体验 | | Chinese → Pinyin | 你好 → nǐ hǎo | | Chinese → Zhuyin | 你好 → ㄋㄧˇ ㄏㄠˇ |
原文:[original text]
分词:[segmented text with / separators]
关键词:[top 5-10 keywords with relevance scores]
情感:[sentiment label + confidence + key signals]
摘要:[summarized text]
可读性:[score/10 + brief explanation]
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。