← Back to Skills Marketplace
xueyetianya

Gdpr Checker

by bytesagain4 · GitHub ↗ · v2.3.6 · MIT-0
cross-platform ✓ Security Clean
447
Downloads
0
Stars
2
Active Installs
13
Versions
Install in OpenClaw
/install gdpr-checker
Description
GDPR合规检查。合规审计、用户同意、数据权利、泄露响应、DPA、检查清单。GDPR compliance checker. GDPR、数据保护。
README (SKILL.md)

GDPR Checker

GDPR合规检查。合规审计、用户同意、数据权利、泄露响应、DPA、检查清单。GDPR compliance checker. GDPR、数据保护。

推荐工作流

需求分析 → 选择命令 → 输入描述 → 获取结果 → 调整优化

命令速查

  audit           audit
  consent         consent
  rights          rights
  breach          breach
  dpa             dpa
  checklist       checklist

GDPR Checker by BytesAgain

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

  • Run gdpr-checker help for all commands

Commands

Run gdpr-checker help to see all available commands.

When to Use

  • to automate gdpr tasks in your workflow
  • for batch processing checker operations

Output

Returns reports to stdout. Redirect to a file with gdpr-checker run > output.txt.

Configuration

Set GDPR_CHECKER_DIR environment variable to change the data directory. Default: ~/.local/share/gdpr-checker/

Requirements

  • bash 4+
  • python3 (standard library only)
Usage Guidance
This skill appears to do what it says: generate GDPR checklists, templates, and simple local reports. Before installing: (1) confirm you have bash 4+ and python3 available (SKILL.md requires them even though registry metadata omitted them); (2) be aware it will create a folder and append logs under ~/<XDG_DATA_HOME>/gdpr-checker or ~/.local/share/gdpr-checker — if you prefer, set GDPR_CHECKER_DIR to a directory you control; (3) review the two scripts (already included) yourself — they contain no network calls or credential access; (4) do not provide unrelated secrets to the skill. If you need production/legal-grade output, treat the generated templates as starting points and consult a qualified lawyer.
Capability Analysis
Type: OpenClaw Skill Name: gdpr-checker Version: 2.3.6 The GDPR Checker skill bundle provides templates and checklists for GDPR compliance, including audit tools, privacy policy generators, and breach response plans. The implementation consists of simple bash and Python scripts (gdpr.sh and script.sh) that process user input to generate text reports or calculate compliance scores. No evidence of malicious behavior, data exfiltration, or prompt injection was found; the scripts operate locally and lack network or sensitive file system access.
Capability Assessment
Purpose & Capability
Name/description (GDPR checker) align with the included scripts: templates, checklists, scoring, and simple 'security scan' logging helpers. One minor inconsistency: registry metadata lists no required binaries, while SKILL.md and the scripts require bash 4+ and python3 (the scripts call python3 inline). Writing small local data files (under GDPR_CHECKER_DIR / XDG_DATA_HOME) is coherent with a CLI tool but should be expected.
Instruction Scope
SKILL.md and the two scripts restrict actions to generating reports/templates, printing checklists, and writing logs to a local data directory. There are no instructions to read unrelated system files, access network endpoints, or exfiltrate secrets. The agent-run instructions do not request credentials or external uploads.
Install Mechanism
No install spec is provided (instruction-only plus bundled scripts). That is low-risk: the skill does not download or execute remote archives. The included code is plain bash and inline python with no obfuscated code or external fetches.
Credentials
The skill requires no credentials and declares none. It does use and document a GDPR_CHECKER_DIR env var to change its data directory; otherwise it uses standard XDG/Home paths. This is proportionate to its functionality. Note the registry metadata omission of required binaries (bash, python3) — you should ensure those interpreters exist in your environment before use.
Persistence & Privilege
always:false and user-invocable:true (normal). The scripts create a data directory and append logs (history.log, data.log) under the user's data dir — reasonable for a local CLI tool. The skill does not attempt to modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gdpr-checker
  3. After installation, invoke the skill by name or use /gdpr-checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.6
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
yaml-fix+quality
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v2.0.0
Rewritten: full functional tool replacing prompt shell
v0.0.1
c
v1.0.0
Initial release of GDPR Checker. - Enables GDPR compliance checks including audits, user consent, data rights, breach response, and DPAs. - Provides command-based workflow for quick analysis: audit, consent, rights, breach, dpa, and checklist. - Supports both Chinese and English descriptions for ease of use.
Metadata
Slug gdpr-checker
Version 2.3.6
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 13
Frequently Asked Questions

What is Gdpr Checker?

GDPR合规检查。合规审计、用户同意、数据权利、泄露响应、DPA、检查清单。GDPR compliance checker. GDPR、数据保护。 It is an AI Agent Skill for Claude Code / OpenClaw, with 447 downloads so far.

How do I install Gdpr Checker?

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

Is Gdpr Checker free?

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

Which platforms does Gdpr Checker support?

Gdpr Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gdpr Checker?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.3.6.

💬 Comments