Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

nex-gdpr国内生产总值

Agent Skill

nex-gdpr 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,230

周安装

92

GitHub Stars

1

下载量

729
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nex-gdpr(国内生产总值)
来源仓库:https://github.com/nexaiguy/nex-gdpr
安装命令:
openclaw skills install nex-gdpr
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nex-gdpr

简介

GDPR 与比利时 AVG 法规遵从性处理程序,协助管理数据主体请求。

  • 适用于机构运营商、数据控制者及合规审计场景。
  • 提供请求登记、响应模板与留存周期跟踪功能。
  • 安装命令:openclaw skills install nex-gdpr;涉及个人信息处理需谨慎授权。
  • 必须确保所有操作符合当地最新法律修订版本。

SKILL.md

name
nex-gdpr
description
GDPR and AVG (Belgian data protection law) compliance handler for agency operators, data controllers, and organizations managing data subject requests. Register and manage all types of data subject requests (inzageverzoek, verwijderverzoek, recht op gegevensoverdracht) as required under GDPR Articles 15-21 and Belgian AVG regulations. Automatically scan and discover personal data across OpenClaw sessions, agent memory, application logs, and skill databases. Process Right of Access requests by compiling complete personal data exports in machine-readable formats. Handle Right of Erasure requests with secure 3-pass file deletion and audit logging. Support Right to Data Portability with JSON format exports. Generate compliant response letters in both Dutch (AVG) and English (GDPR) with formal documentation. Track 30-day legal response deadlines with extension options for complex requests. Maintain immutable audit trails of every action taken on data subject requests for regulatory compliance and dispute resolution. Manage data retention policies and auto-cleanup schedules. Perfect for Belgian agencies, service providers, and organizations operating under GDPR/AVG who need systematic compliance processes.
version
1.0.0
metadata
clawdbot
emoji
🛡
requires
bins
env
primaryEnv
homepage
https://nex-ai.be
files

Nex GDPR

GDPR Data Request Handler for agency operators running OpenClaw for clients. Automate compliance with data subject rights (Articles 15-21 of GDPR/AVG). Register requests, scan for personal data, process erasure/access/portability, generate response letters, and maintain audit trails.

When to Use

Use this skill when you need to:

  • Register and manage GDPR data subject requests (inzageverzoek, verwijderverzoek, etc.)
  • Process Right to Access requests (Article 15 - inzagerecht): Locate all personal data and compile export packages
  • Process Right to Erasure requests (Article 17 - verwijderrecht): Identify and securely delete personal data
  • Process Right to Data Portability requests (Article 20 - recht op gegevensoverdracht): Export in machine-readable format
  • Process Right to Rectification requests (Article 16 - recht op correctie): Track and apply corrections
  • Track Right to Restriction of Processing (Article 18 - recht op beperking)
  • Handle Right to Object (Article 21 - recht van verzet)
  • Scan for personal data across OpenClaw sessions, logs, and databases
  • Generate compliance response letters in Dutch and English
  • Maintain audit trails for every action taken
  • Monitor compliance deadlines (30-day GDPR response deadline)
  • Manage data retention policies and auto-cleanup
  • Export compliance reports for documentation

Trigger phrases: "GDPR request", "data subject request", "inzageverzoek", "verwijderverzoek", "right to access", "right to erasure", "data portability", "personal data", "PII", "AVG", "persoonsgegevens", "erasure request", "portability request", "how many GDPR requests", "overdue requests", "audit trail", "compliance documentation"

Example use cases:

  • "Register a new GDPR access request for jan@example.be"
  • "Scan for all data related to jan@example.be"
  • "Process the access request for request #42"
  • "Which GDPR requests are overdue?"
  • "Generate a response letter for the Jan Peeters request"
  • "Show the audit trail for request #42"
  • "Export compliance report for request #42"
  • "Show GDPR statistics and compliance status"

Quick Setup

If the database does not exist yet, run the setup script:

bash setup.sh

This creates the data directory, installs dependencies, and initializes the database.

Available Commands

Request Management

Register a new request:

nex-gdpr new --type access --name "Jan Peeters" --email "jan@example.be" --id "user_jan_123"

Request types: ACCESS, ERASURE, PORTABILITY, RECTIFICATION, RESTRICTION, OBJECTION

List all requests:

nex-gdpr list
nex-gdpr list --status VERIFIED
nex-gdpr list --type ERASURE

Show request details:

nex-gdpr show 42

Shows request status, deadline, findings, and audit trail.

Data Discovery & Scanning

Scan for user data:

nex-gdpr scan "jan@example.be"
nex-gdpr scan --request 42

Scans OpenClaw sessions, agent memory, logs, and databases for personal data.

Show findings for a request:

nex-gdpr findings 42

Request Processing

Process a request:

nex-gdpr process 42

Automatically:

  • Scans for all user data
  • For ACCESS: Creates export ZIP package
  • For ERASURE: Securely deletes personal data (with logging)
  • For PORTABILITY: Exports machine-readable JSON format
  • Marks request as COMPLETED

Verify request identity:

nex-gdpr verify 42 --method "email confirmation"

Deny a request:

nex-gdpr deny 42 --reason "Identity could not be verified"

Complete a request:

nex-gdpr complete 42

Compliance & Monitoring

Show overdue requests:

nex-gdpr overdue

Highlights requests past the 30-day GDPR response deadline.

Generate response letter:

nex-gdpr letter 42

Outputs formal response letter in Dutch and English (Article 15-21 compliant).

Export compliance report:

nex-gdpr export 42

Exports complete request report (JSON) with findings and audit trail.

Show audit trail:

nex-gdpr audit 42

Displays all actions taken on the request (verification, processing, approvals).

Show GDPR statistics:

nex-gdpr stats

Displays request counts by status/type, overdue requests, PII findings, and data volumes.

Data Retention

Show retention policies:

nex-gdpr retention show

Set retention policy:

nex-gdpr retention set --type sessions --days 180 --auto-delete

Run cleanup:

nex-gdpr cleanup --dry-run
nex-gdpr cleanup --execute

Architecture

Storage

  • SQLite Database at ~/.nex-gdpr/gdpr.db
  • Tables: requests, data_findings, audit_trail, retention_policies
  • Indexes on status, type, deadline for fast queries

Data Scanning

  • OpenClaw Sessions: Scans .openclaw/sessions and .claw/sessions
  • Agent Memory: Scans .nex-memory directory
  • Logs: Scans .nex-logs for user references
  • Other Databases: Scans other nex-* skill databases
  • PII Detection: Email, phone, national numbers, VAT numbers

Request Processing

  • ACCESS: Creates ZIP export of all found data
  • ERASURE: Securely deletes files (3-pass overwrite)
  • PORTABILITY: Exports JSON format with metadata
  • RECTIFICATION: Tracks corrections to personal data
  • All actions logged with timestamps and actor information

Compliance

  • 30-day Response Deadline: Automatically calculated from GDPR Article 12
  • 60-day Extension: For complex requests (logged and tracked)
  • Audit Trail: Every action recorded (scanning, verification, processing, completion)
  • Response Letters: Generated in Dutch (AVG) and English (GDPR)
  • Retention Policies: Configurable per data type (default 1 year, audit 7 years)

Data Locations Scanned

The scanner searches the following locations for personal data:

  • ~/.openclaw/sessions - OpenClaw session files
  • ~/.claw/sessions - Alternative Claw sessions
  • ~/.nex-memory - Agent memory files
  • ~/.nex-logs - Application logs
  • ~/.nex-uploads - Uploaded files
  • Other nex-* skill databases (life-logger, inbox, notes, etc.)

Configurable via environment variables:

export OPENCLAW_SESSIONS="/custom/sessions/path"
export NEX_GDPR_SCAN_PATHS="/path1:/path2:/path3"

GDPR Articles Supported

  • Article 15: Right of access by the data subject
  • Article 16: Right to rectification
  • Article 17: Right to erasure (right to be forgotten)
  • Article 18: Right to restrict processing
  • Article 20: Right to data portability
  • Article 21: Right to object

Privacy & Security

  • All personal data exports are encrypted and stored in ~/.nex-gdpr/exports/
  • Erasure operations use secure deletion (3-pass overwrite)
  • Audit trail cannot be modified (append-only)
  • All operations require explicit status changes
  • No automatic external sharing (all data stays local)

Configuration

Configuration is stored in lib/config.py:

  • DATA_DIR: ~/.nex-gdpr (customizable)
  • RESPONSE_DEADLINE_DAYS: 30 (GDPR requirement)
  • EXTENSION_DAYS: 60 (for complex requests)
  • DEFAULT_RETENTION_DAYS: 365 (1 year default)

Exit Codes

  • 0: Success
  • 1: Error or validation failure

Notes

  • Designed for agency operators managing multiple clients under GDPR
  • All timestamps are ISO 8601 format with timezone
  • Data findings include PII detection (email, phone, national numbers)
  • Retention cleanup is manual (scheduled via cron or trigger command)
  • Export packages are ZIP files with manifest and data files
  • Responses are compliant with Belgian GDPR (AVG) regulations

Support

For issues or questions:

  • Homepage: https://nex-ai.be
  • License: MIT-0 (free and open source)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.18%
按下载量换算519

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills