← Back to Skills Marketplace
kkming1998

Mingshu Classifier

by KKming1998 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
95
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install mingshu-classifier
Description
对文件进行分类分级。根据 GB/T 35273 个人信息安全规范,扫描指定目录下的文件,自动识别敏感等级并打标签。支持基于文件名和文件内容双重检测,覆盖 docx/txt/md/csv/json 等多种格式。触发词:文件分类、分级、打标签、敏感分级、数据分级、信息分级、文件扫描、合规检查、隐私评估、PII分类。
Usage Guidance
This skill appears coherent and limited to local file scanning. Before installing or running it: 1) review and run the script on a small, non-sensitive test directory first (or use --name-only) to confirm behavior; 2) avoid scanning system roots or directories with many secrets/configs you don't intend to analyze (the script will match substrings like 'password', 'token', 'api_key'); 3) if you need .docx content scanning, install python-docx in a controlled environment; 4) inspect the bundled script yourself if you have concerns — it currently contains no network calls or unexpected behavior, but you should only run code from sources you trust; 5) be cautious about exporting the CSV/JSON results to external/shared locations because they may contain sensitive matches.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description match the included script and rules: the Python script recursively scans a user-specified directory, reads file names and supported file contents, and applies GB/T 35273 keyword rules to label files S/G. No unrelated capabilities (cloud access, system-wide config changes, or external service integration) are requested.
Instruction Scope
SKILL.md instructs the agent to run the included scan_files.py against a target directory, optionally restricting to name-only checks. The instructions are limited to scanning and outputting results locally; there are no steps that read unrelated system config, call external endpoints, or exfiltrate data. The script does read file contents for supported types, which is expected for this purpose.
Install Mechanism
No install spec is provided (instruction-only skill with a bundled script). That minimizes install-time risk. The only optional dependency is python-docx (used to read .docx files); the script gracefully degrades to name-only mode if python-docx is not present.
Credentials
The skill requests no environment variables, credentials, or config paths. The script's keyword lists include words such as 'password', 'api_key', and 'token' for detection purposes — this is consistent with detecting sensitive items but may cause many matches when scanning code/config files; nevertheless the requested environment access is minimal and proportionate.
Persistence & Privilege
The skill does not request permanent presence (always=false), does not modify other skills or system settings, and runs only when invoked by the user/agent. It performs read-only operations on files per the README and prints/saves results locally.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mingshu-classifier
  3. After installation, invoke the skill by name or use /mingshu-classifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
同步 skill 描述:新增文件内容扫描能力说明,覆盖 docx/txt/md/csv/json 等多格式
v2.0.0
新增文件内容扫描能力,同时基于文件名和文件内容进行关键词匹配判断,支持 docx/txt/md/csv/json 等格式内容读取
v1.1.0
简化分级为两类:S(敏感个人信息)和 G(一般个人信息),符合 GB/T 35273 标准定义
v1.0.1
优化描述文案,提升 skill 触发准确性
v1.0.0
初始版本:支持基于文件名关键词的 GB/T 35273 个人信息安全规范分类分级
Metadata
Slug mingshu-classifier
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Mingshu Classifier?

对文件进行分类分级。根据 GB/T 35273 个人信息安全规范,扫描指定目录下的文件,自动识别敏感等级并打标签。支持基于文件名和文件内容双重检测,覆盖 docx/txt/md/csv/json 等多种格式。触发词:文件分类、分级、打标签、敏感分级、数据分级、信息分级、文件扫描、合规检查、隐私评估、PII分类。 It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install Mingshu Classifier?

Run "/install mingshu-classifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mingshu Classifier free?

Yes, Mingshu Classifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mingshu Classifier support?

Mingshu Classifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mingshu Classifier?

It is built and maintained by KKming1998 (@kkming1998); the current version is v2.0.1.

💬 Comments