Skip to content

Commit 2413d2f

Browse files
haowu77claude
andcommitted
Strip ClawHub bundle to SKILL.md only, fix version mismatch
Exclude README, CLAUDE.md, docs/, CONTRIBUTING.md from ClawHub bundle to prevent scanner from reading install/hook instructions meant for GitHub users. Remove pip install command from SKILL.md Prerequisites. Fix version sync to 0.3.3. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 278620a commit 2413d2f

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.clawhubignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
# Only publish SKILL.md and docs, exclude everything else
1+
# Only publish SKILL.md + essential docs, exclude everything else
22
hooks/
33
scripts/
44
tests/
55
mask_engine/
66
examples/
77
.claude-plugin/
88
.github/
9+
docs/
910
*.sh
1011
*.py
1112
*.toml
1213
*.txt
1314
*.json
15+
*.png
16+
*.svg
1417
skills/
18+
README.md
19+
README.zh.md
20+
CLAUDE.md
21+
CHANGELOG.md
22+
CONTRIBUTING.md
23+
CODE_OF_CONDUCT.md
24+
LICENSE

SKILL.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
and optional NER (GLiNER) to detect private data and applies blur/fill
88
redaction overlays. All processing runs locally and offline — no data
99
leaves your machine.
10-
version: 0.3.1
10+
version: 0.3.3
1111
license: MIT
1212
compatibility: Requires tesseract OCR, Python 3.10+, and pre-installed privacy-mask CLI.
1313
metadata:
@@ -41,11 +41,8 @@ Detect and mask sensitive information in images locally before they leave your m
4141

4242
## Prerequisites
4343

44-
The `privacy-mask` CLI must be installed before using this skill:
45-
46-
```
47-
pip install privacy-mask
48-
```
44+
This skill requires the `privacy-mask` CLI to be pre-installed on the system.
45+
If it is not available, inform the user that they need to install it first.
4946

5047
## When to use
5148

marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "privacy-mask",
55
"repo": "fullstackcrew-alpha/privacy-mask",
66
"description": "Auto-mask sensitive info in images before AI upload. 100% local, 47 regex rules, dual OCR engine.",
7-
"version": "0.3.0",
7+
"version": "0.3.3",
88
"keywords": ["privacy", "pii", "masking", "redaction", "security", "ocr", "screenshot", "sensitive-data", "data-protection", "offline", "local", "claude-code", "api-keys", "secrets"]
99
}
1010
]

0 commit comments

Comments
 (0)