← Back to Skills Marketplace
Openclaw Pii Anonymizer Latest
by
Seth Blakely
· GitHub ↗
· v1.0.2
· MIT-0
271
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-pii-anonymizer-latest
Description
Automation skill for Openclaw Pii Anonymizer Latest.
Usage Guidance
This skill is a small shell wrapper that sends text to an Ollama model to replace PII; it reasonably requires curl and jq and an Ollama endpoint. Before installing: (1) ensure OLLAMA_URL points to a local or trusted Ollama server (default is localhost) — do not set it to an untrusted remote host because the script will transmit whatever text you pass in; (2) confirm curl and jq are available; (3) note the registry metadata mismatch (the skill's SKILL.md declares required env/bins while registry metadata lists none); (4) if you plan to allow autonomous invocation, restrict or review what data the agent will send through this anonymizer to avoid accidental leaks to an external endpoint.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-pii-anonymizer-latest
Version: 1.0.2
The skill contains a critical shell command injection vulnerability in 'privacy-anonymize.sh'. The script expands the input variable '$1' directly inside a double-quoted string passed to 'curl -d', which allows for arbitrary command execution if the input contains shell metacharacters like '$(...)' or backticks. While the stated purpose of PII anonymization is benign, the instructions in 'SKILL.md' encourage the agent to pass potentially untrusted data (from memory or tool outputs) into this script, creating a high-risk vector for remote code execution (RCE).
Capability Assessment
Purpose & Capability
Name/description match the behavior: the script anonymizes input by calling an Ollama model. The script uses curl/jq and a MODEL/OLLAMA_URL env var which are reasonable for this purpose. Minor note: top-level registry metadata lists no required env vars while SKILL.md declares OLLAMA_URL/MODEL and required binaries (curl,jq).
Instruction Scope
SKILL.md and privacy-anonymize.sh stay within scope: they only send provided text to the Ollama chat completions endpoint and return the model's cleaned text. The script does not read arbitrary files or access system credentials; SKILL.md suggests piping MEMORY.md content through the script but the script itself does not read files unless the caller passes them in.
Install Mechanism
No install spec is executed by the platform (instruction-only skill). SKILL.md contains benign guidance to install jq/curl via apt and to pull an Ollama model; there are no downloads from untrusted URLs or archive extraction steps.
Credentials
The only environment variables the tool uses are OLLAMA_URL and MODEL (defaults provided). These are proportional to the function. Caution: SKILL.md/README recommend setting OLLAMA_URL — if a user configures OLLAMA_URL to a remote/untrusted host, sensitive data passed to the script would be sent there. Also note the metadata inconsistency: registry shows no required env vars while SKILL.md declares OLLAMA_URL and bins.
Persistence & Privilege
Skill does not request permanent agent presence (always is false) and does not modify system or other skills' config. It runs only when invoked via the script/commands described.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-pii-anonymizer-latest - After installation, invoke the skill by name or use
/openclaw-pii-anonymizer-latest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Improved skill documentation and usage instructions in SKILL.md.
- Clarified supported PII types: names, emails, paths, and IPs.
- Added requirements and installation steps for dependencies (jq, curl).
- Provided example usage and integration tips for anonymizing workspace and memory files.
- Detailed Ollama model setup and configuration instructions.
- Listed key file: privacy-anonymize.sh.
Metadata
Frequently Asked Questions
What is Openclaw Pii Anonymizer Latest?
Automation skill for Openclaw Pii Anonymizer Latest. It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.
How do I install Openclaw Pii Anonymizer Latest?
Run "/install openclaw-pii-anonymizer-latest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Pii Anonymizer Latest free?
Yes, Openclaw Pii Anonymizer Latest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Pii Anonymizer Latest support?
Openclaw Pii Anonymizer Latest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Pii Anonymizer Latest?
It is built and maintained by Seth Blakely (@solmas); the current version is v1.0.2.
More Skills