← Back to Skills Marketplace
Privacy
by
bytesagain3
· GitHub ↗
· v2.0.3
· MIT-0
240
Downloads
0
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install privacy
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Privacy concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a simple, local reference: it prints static privacy documentation and does not require credentials or network access. Before installing/running, you can: (1) inspect the included script (scripts/script.sh) yourself — it only outputs heredoc text; (2) note the small doc inconsistencies (version mismatch 2.0.3 vs 2.0.2 and wording about "access credentials" in quickstart) which are likely benign editorial issues; and (3) run it in a low-privilege or sandboxed environment if you prefer. There are no signs of data exfiltration or unexpected network calls.
Capability Analysis
Type: OpenClaw Skill
Name: privacy
Version: 2.0.3
The 'privacy' skill bundle is a documentation reference tool that provides static information on privacy and security best practices. The shell script `scripts/script.sh` uses heredocs to output plain-text documentation and contains no network calls, file system modifications, or obfuscated code. The behavior is entirely consistent with the description in `SKILL.md`.
Capability Assessment
Purpose & Capability
The name/description promise a privacy reference and the included files (SKILL.md and a small bash script) implement only static reference text. No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md and the script restrict output to heredoc text and state no network/API usage. Minor content inconsistencies exist: the quickstart text generically mentions "Required tools and access credentials" while the skill declares no required env vars/credentials; this appears to be documentation wording rather than an instruction to collect secrets.
Install Mechanism
No install spec is present and the skill is instruction-only with a bundled script. Nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime script does not read environment variables or secrets. The requested environment access is proportionate (none) to the stated purpose.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills/config. It does not require elevated privileges or persistent background behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install privacy - After installation, invoke the skill by name or use
/privacy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Test
Metadata
Frequently Asked Questions
What is Privacy?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Privacy concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 240 downloads so far.
How do I install Privacy?
Run "/install privacy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Privacy free?
Yes, Privacy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Privacy support?
Privacy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Privacy?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.3.
More Skills