A robust batch-processing interface designed to identify, classify, and grade the sensitivity of database fields using AI-driven reasoning.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shuyan-data-classification
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shuyan-data-classification using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Shuyan Data Classification skill provides a specialized synchronization interface for managing large-scale data governance tasks. By leveraging this tool within the Openclaw Skills framework, developers can automate the identification of sensitive information, assign security levels from general to top secret, and retrieve detailed reasoning for every classification decision. It is specifically engineered to handle batch processing of field metadata, including English and Chinese names, comments, and real-world data samples.
This skill serves as a critical bridge for enterprises needing to maintain compliance and data security. It integrates seamlessly into existing workflows, allowing for high-confidence data tagging without the manual overhead typically associated with data audits. Whether you are migrating legacy systems or securing new applications, this addition to your Openclaw Skills library ensures your data remains structured and safe.
To get started with this skill in the Openclaw Skills environment, configure your API credentials using environment variables:
# Add to your shell profile (~/.zshrc or ~/.bashrc)
export SHUYAN_API_KEY="your-api-key-here"
export SHUYAN_API_URL="http://localhost:8080"
Alternatively, you can enable it directly in your Openclaw Skills configuration file at ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"shuyan-data-classification": {
"enabled": true,
"apiKey": "your-api-key-here",
"apiUrl": "http://localhost:8080"
}
}
}
}
The skill processes a list of field objects and returns enriched classification data as follows:
| Attribute | Type | Description |
|---|---|---|
colNameEn |
string | The English name of the database column. |
sampleList |
array | Representative data samples used for AI inference. |
standardCode |
string | The classification standard code used for the request. |
sensitivityLevel |
integer | Output grade: 1 (General), 2 (Important), 3 (Core), 4 (Sensitive), 5 (Secret). |
confidence |
integer | The certainty score of the AI's classification result. |
reasoningProcess |
string | The logical explanation behind the assigned classification and grade. |
Loading
A powerful integration for Openclaw Skills that provides real-time weather updates and multi-day forecasts via the WeatherAPI.com platform.

A powerful tool to automatically fetch and monitor the most popular repositories on GitHub across various timeframes.

An automated utility that fetches GitHub Trending repositories and pushes formatted reports to DingTalk groups.

A background utility that automatically archives DingTalk group metadata and IDs to persistent storage whenever the agent is @mentioned.

An automated data analysis tool for ZenTao that evaluates team performance, task efficiency, and workload saturation through API and database integration.

A systematic framework for automating data quality checks, anomaly detection, and incident reporting.








































