Privacymask is a local-first data masking skill that detects and redacts sensitive information across common file formats without uploading data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install privacymask
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 privacymask using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Privacymask helps teams and individuals safely de-identify sensitive content on-device, making it ideal for privacy protection, compliance workflows, and secure data sharing. As one of the most practical Openclaw Skills for regulated environments, it supports offline processing, preserves original files, and generates masked copies plus audit-ready reports.
It covers a wide range of formats including TXT, CSV, JSON, YAML, MD, HTML, DOCX, XLSX, PPTX, and PDF, while applying 20+ built-in masking rules for Chinese personal data standards and international PII frameworks such as GDPR, PCI DSS, HIPAA, and GLBA. Openclaw Skills like this are designed for fast, repeatable, and compliant redaction at scale.
# Mask a single file into a new output directory
请脱敏 C:/reports/audit_2024.xlsx 输出到 C:/masked/
# Mask an entire folder
批量脱敏 C:/finance/2024/ 全部脱敏输出到 C:/finance_masked/
# Preview sensitive data without modifying the source
帮我检测 C:/data/customer_list.csv 里有哪些敏感信息
# List available masking rules
查看所有脱敏规则
查看手机号码和身份证号规则
# Add a custom rule for contract numbers
新增自定义规则:合同编号,模式为 [Tt]\d{6,},掩码用 * 替换
# Export detection results
将检测结果导出到 C:/report.json
Privacymask organizes data around three main layers: input sources, masking rules, and output artifacts.
| Layer | Purpose | Examples |
|---|---|---|
| Input files | Detect and redact sensitive data in supported formats | TXT, CSV, JSON, YAML, MD, HTML, DOCX, XLSX, PPTX, PDF |
| Rule taxonomy | Built-in and custom sensitive-data patterns | ID cards, phone numbers, bank cards, emails, IPs, CVV, IBAN, SSN, contract numbers |
| Output artifacts | Preserved masked copy plus machine-readable reporting | masked document, JSON report, CSV report |
Supported file handling behavior:
Metadata captured in reports typically includes:
Openclaw Skills users can extend the taxonomy with custom patterns for internal identifiers such as contract IDs, employee IDs, or proprietary account numbers.
Loading
yt-agent turns YouTube videos and subscriptions into grounded summaries, highlights, Q&A, presentations, and digests through the yt-mem-ai CLI.

WorkBuddy Session Callback lets one session, cron job, or external process wake another WorkBuddy session and inject a message with full context.

Agentic Ledger is a local-first proxy and analytics layer for OpenClaw that tracks usage, enforces budgets, and replays runs.

Openclaw Skills for China Weather Data lets you query, download, and automate China meteorological station weather data with an official CMA source and a free Open-Meteo fallback.

Openclaw Skills for Design System Hub helps you initialize, expand, and export a local React/Vite design-system library with tokenized docs, live mocks, and JSON APIs.

Vox is an Openclaw Skills-powered CLI transcription workflow for securely converting one explicitly provided URL or local audio/video file into transcripts and subtitle formats.








































