← Back to Skills Marketplace
loutai0307-prog

Bytesagain Privacy Policy

by loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bytesagain-privacy-policy
Description
Generate GDPR/CCPA-compliant privacy policies. Use when scanning data practices, auditing consent flows, checking compliance, drafting policy documents.
README (SKILL.md)

Privacy Policy Generator

隐私政策生成器。GDPR/CCPA合规、App/网站隐私政策、合规审计。Privacy policy generator with GDPR, CCPA compliance. 隐私政策、合规。

速查表

See commands above.

命令列表

命令 功能
generate generate
gdpr gdpr
ccpa ccpa
app app
website website
audit audit

💡 小技巧:先用 help 查看所有命令,再选择最适合的


Privacy Policy Generator by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Commands

Examples

# Show help
privacy-policy help

# Run
privacy-policy run
  • Run privacy-policy help for all commands

Requirements

  • bash 4+
  • python3 (standard library only)
Usage Guidance
This skill appears to do what it says: generate privacy policies. Before installing, review the two included scripts. Note that the package will create a local data directory and history.log by default (~/.local/share/privacy-policy) — set PRIVACY_POLICY_DIR if you want a different location or sandbox it. The second script (scripts/script.sh) is a security/hardening tool that is optional for policy generation; remove or inspect it if you don't want that functionality. No network calls or credential requests were found, but generated policy text is for reference only (the script itself contains a legal-disclaimer) — have any final policy reviewed by a qualified lawyer.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-privacy-policy Version: 1.0.0 The skill bundle is a privacy policy generator providing templates for GDPR and CCPA compliance. It contains two shell scripts: 'privacy.sh' for generating policy text and 'script.sh' which acts as a skeleton for security auditing and utility tasks (hashing, password generation). The code is well-structured, includes appropriate legal disclaimers, and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The primary script (scripts/privacy.sh) generates GDPR/CCPA privacy policies as advertised. A second script (scripts/script.sh) is a local 'security scanning and hardening' utility that is related to compliance but is not strictly necessary for generating privacy policies — its presence is unexpected but not overtly malicious.
Instruction Scope
SKILL.md provides command names and examples that mostly match privacy.sh, but examples mention 'privacy-policy run' which neither script implements exactly. The scripts do not read secrets or call external endpoints, but they do create and write to a local data directory (defaults to $XDG_DATA_HOME or $HOME/.local/share/privacy-policy).
Install Mechanism
No install spec or remote downloads; this is an instruction-only skill with included scripts. Nothing in the package pulls code from external URLs or uses an installer that would write arbitrary binaries.
Credentials
The skill declares no required environment variables or credentials. The scripts optionally honor PRIVACY_POLICY_DIR and XDG_DATA_HOME and use HOME; no sensitive environment variables are requested.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It does create a persistent data directory and log files (~/.../.local/share/privacy-policy by default), so installing will leave local artifacts unless redirected via PRIVACY_POLICY_DIR.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-privacy-policy
  3. After installation, invoke the skill by name or use /bytesagain-privacy-policy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Restored with improvements
Metadata
Slug bytesagain-privacy-policy
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Bytesagain Privacy Policy?

Generate GDPR/CCPA-compliant privacy policies. Use when scanning data practices, auditing consent flows, checking compliance, drafting policy documents. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Bytesagain Privacy Policy?

Run "/install bytesagain-privacy-policy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Privacy Policy free?

Yes, Bytesagain Privacy Policy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Privacy Policy support?

Bytesagain Privacy Policy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Privacy Policy?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.0.

💬 Comments