blur
Apply image blur effects and privacy masks using Python PIL processing. Use when you need to blur, redact faces, or mask sensitive regions in images.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/blurWhat This Skill Does
The blur skill is a high-precision image processing toolset designed for the OpenClaw AI agent to handle privacy masking, image redaction, and aesthetic blurs. By utilizing the robust Pillow (PIL) library, it allows users to perform complex visual modifications via simple command-line triggers. The tool supports multiple blur algorithms, including Gaussian, box, and motion blurs, ensuring versatility for both security-focused redaction and artistic photography adjustments. Beyond simple blurring, it features advanced capabilities like automated face detection and masking, which are essential for processing sensitive data or maintaining privacy in social documentation. All operations are meticulously logged in a JSONL file format, allowing for full auditing, history tracking, and the ability to revert changes via the undo command.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bytesagain/blur. Ensure that your environment has python3 (v3.6+) and Pillow installed. You may also need to install supplemental face detection libraries if you intend to utilize the automated face-masking feature.
Use Cases
- Privacy Protection: Automatically redact faces in photos before uploading them to public platforms or shared network drives.
- Sensitive Information Redaction: Use the region-based blur to obscure personal identifiers, license plates, or confidential document snippets.
- Batch Processing: Quickly apply standardized privacy filters to large image datasets, such as cleaning up a folder of conference snapshots.
- Aesthetic Effects: Generate low-resolution previews or apply motion blurs for artistic portfolio imagery.
Example Prompts
- "Blur the faces in the image located at /home/user/photos/meeting.jpg using a radius of 25."
- "Redact the license plate in the bottom left corner of the photo /data/car.png. The coordinates are 50,200,100,50."
- "Run a batch blur on all images in the /downloads/raw_photos folder with a gaussian blur setting of 10."
Tips & Limitations
- Precision: When using the
regioncommand, double-check your x,y,width,height coordinates to ensure you are masking the correct area. - Storage: Regularly clear your
~/.blur/output/directory if you process large numbers of high-resolution images to prevent storage bloat. - Undo Capability: Keep your
BLUR_IDrecords handy, as you cannot revert changes without the specific ID associated with the operation. - Performance: For batch operations, note that memory usage may increase based on the number of images and their resolution; ensure sufficient system resources are available.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-blur": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, code-execution
Related Skills
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
ghostshield
反同事蒸馏防护盾 - 保护你的代码风格,防止被 AI 精准蒸馏。 提供三级混淆模型:基础防护、深度混淆、极致隐匿。
astrai-inference-router
Route all LLM calls through Astrai for 40%+ cost savings with intelligent routing and privacy controls
data-retention-mapper
梳理数据保留周期、落盘位置、清理责任与过期处置建议。;use for data-retention, governance, privacy workflows;do not use for 替代正式合规意见, 隐瞒敏感存储位置风险.
AB-Agents-Vision-MiniMax
👁️ Image analysis via MiniMax VL API. Describe images, extract text from screenshots, analyze photos. Requires MiniMax Token Plan API key (free tier available).