Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

gdpr-complianceGDPR 合规性

Agent Skill

gdpr-compliance 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,232

周安装

93

GitHub Stars

85

下载量

744
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:gdpr-compliance(GDPR 合规性)
来源仓库:https://github.com/guia-matthieu/clawfu-skills
仓库路径:skills/gdpr-compliance
安装命令:
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill gdpr-compliance
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill gdpr-compliance

简介

GDPR 合规性评估工具,支持合法利益分析框架。

  • 适用于向现有客户发送营销邮件的场景。gdpr-compliance 属于待分类类 Skill,可作为该场景下的辅助能力补充。
  • 通过三部分 LIA 测试验证数据处理合法性。
  • 通过 github 安装,需配合隐私声明文档使用。
  • 注意该技能输出为合规建议,实际执行需法律顾问确认。

SKILL.md

GDPR Compliance for Marketing

Ensure your marketing activities comply with GDPR requirements for consent, data processing, and privacy rights.

When to Use This Skill

  • Designing consent collection flows
  • Writing privacy notices
  • Auditing marketing data practices
  • Handling data subject requests
  • Documenting lawful basis

Methodology Foundation

Based on GDPR Articles 6, 7, 12-23 and EDPB Guidelines, covering:

  • Lawful basis determination
  • Consent requirements
  • Transparency obligations
  • Data subject rights
  • Documentation requirements

What Claude Does vs What You Decide

Claude DoesYou Decide
Explains GDPR requirementsBusiness risk tolerance
Drafts compliant languageImplementation priority
Identifies gapsLegal interpretation
Creates documentationDPO consultation needs
Suggests controlsResource allocation

Instructions

Step 1: Lawful Basis Assessment

Six Lawful Bases (Article 6):

BasisMarketing UseDocumentation Needed
ConsentEmail marketing, cookies, trackingConsent records
ContractCustomer communicationsContract terms
Legitimate InterestSoft opt-in, B2B marketingLIA document
Legal ObligationRegulatory commsLegal reference
Vital InterestRarely applicable-
Public TaskRarely applicable-

Marketing Activity Mapping:

ActivityTypical BasisRequirements
Email newsletterConsentDouble opt-in, easy unsubscribe
Existing customer upsellLegitimate InterestLIA, opt-out available
Cold B2B outreachLegitimate InterestLIA, clear identity
Website cookiesConsentBanner, granular choices
Retargeting adsConsentCookie consent
Lead magnetsConsentClear purpose, separate consent

Step 2: Consent Requirements

Valid Consent Criteria (Article 7):

RequirementWhat It MeansExample
Freely givenNo bundling, no penaltySeparate from T&Cs
SpecificClear purpose stated"Marketing emails about [X]"
InformedWho, what, why explainedPrivacy notice linked
UnambiguousClear affirmative actionUnchecked checkbox
WithdrawableEasy to revokeOne-click unsubscribe

Consent Record Requirements:

Record for each consent:
- Who consented (identifier)
- When (timestamp)
- What they consented to (purpose)
- How (mechanism)
- What they were told (notice version)

Step 3: Privacy Notice Requirements

Required Elements (Articles 13-14):

ElementFirst-Party DataThird-Party Data
Controller identityRequiredRequired
DPO contactIf applicableIf applicable
PurposesRequiredRequired
Lawful basisRequiredRequired
RecipientsRequiredRequired
TransfersIf applicableIf applicable
RetentionRequiredRequired
RightsRequiredRequired
WithdrawalIf consentIf consent
Complaint rightRequiredRequired
SourceN/ARequired

Step 4: Data Subject Rights

Rights Framework:

RightTimelineMarketing Impact
Access (Art. 15)1 monthProvide all marketing data
Rectification (Art. 16)1 monthUpdate preferences
Erasure (Art. 17)1 monthRemove from lists
Restriction (Art. 18)1 monthPause processing
Portability (Art. 20)1 monthExport in machine format
Objection (Art. 21)Immediate for marketingStop direct marketing

Step 5: Documentation & Records

Required Documentation:

  1. Records of Processing Activities (ROPA)
  2. Legitimate Interest Assessments
  3. Consent records and mechanisms
  4. Privacy notices (versioned)
  5. Data Subject Request log
  6. Breach notification procedures

Examples

Example 1: Marketing Email Consent Flow

Input:

Design a GDPR-compliant consent flow for:
- SaaS product newsletter
- Product updates
- Promotional offers
- Third-party partner offers

Output:

## GDPR-Compliant Email Consent Flow

### Consent Collection UI

---

**Signup Form Fields:**

Email: [________________]

[] I agree to receive the monthly newsletter with industry insights [] I agree to receive product updates and feature announcements [] I agree to receive promotional offers and discounts [] I agree to receive relevant offers from our trusted partners

[Sign Up]

By signing up, you confirm you've read our [Privacy Notice]. You can withdraw consent anytime via unsubscribe link or contacting us.

**Design Requirements:**
- All checkboxes unchecked by default
- No "select all" option
- Each purpose separate
- Privacy notice linked, not buried
- No dark patterns

---

### Consent Record Structure

{ "email": "user@example.com", "consents": [ { "purpose": "newsletter", "granted": true, "timestamp": "2026-01-31T10:30:00Z", "source": "signup_form_v3", "notice_version": "privacy_v2.1" }, { "purpose": "product_updates", "granted": true, "timestamp": "2026-01-31T10:30:00Z", "source": "signup_form_v3", "notice_version": "privacy_v2.1" }, { "purpose": "promotional", "granted": false, "timestamp": null, "source": null, "notice_version": null }, { "purpose": "third_party", "granted": false, "timestamp": null, "source": null, "notice_version": null } ], "ip_address": "192.168.1.1", "user_agent": "Mozilla/5.0..." }


---

### Email Footer (Required)

You're receiving this because you subscribed to our [newsletter/updates].

Manage preferences: [link] Unsubscribe from this list: [link] Unsubscribe from all: [link]

[Company Name] [Address] [Contact Email]


---

### Preference Center

| Subscription | Status | Action |
| --- | --- | --- |
| Monthly Newsletter | [ON/OFF] | Industry insights and tips |
| Product Updates | [ON/OFF] | New features and improvements |
| Promotional Offers | [ON/OFF] | Discounts and special deals |
| Partner Offers | [ON/OFF] | Relevant third-party offers |

[Update Preferences] [Unsubscribe from All]

---

### Compliance Checklist

- All consents granular (separate checkboxes)
- Checkboxes unchecked by default
- Clear description of each purpose
- Privacy notice accessible
- Withdrawal mechanism clear
- Consent records stored
- Double opt-in implemented
- Unsubscribe in every email
- Preference center available

Example 2: Legitimate Interest Assessment

Input:


We want to email our existing customers about related products. Do we need consent or can we use legitimate interest?

Output:


## Legitimate Interest Assessment: Customer Cross-Sell

### Summary

You can likely rely on legitimate interest (not consent) for emailing existing customers about **similar** products, but must complete this assessment and offer easy opt-out.

---

### Three-Part LIA Test

#### 1. Purpose Test: Is There a Legitimate Interest?

**Interest:** Promote related products to existing customers **Legitimacy:** Yes - recognized business interest in customer development **Benefit:** Revenue growth, customer relationship deepening

✅ **PASS**

---

#### 2. Necessity Test: Is Processing Necessary?

| Question | Answer |
| --- | --- |
| Is email necessary to achieve the interest? | Yes - direct communication channel |
| Is there a less intrusive way? | In-app notifications possible but less effective |
| Is the processing proportionate? | Yes - limited frequency, relevant content |

✅ **PASS** (with conditions)

**Conditions:**

- Limit to genuinely related products
- Reasonable frequency (not daily)
- Honor opt-outs immediately

---

#### 3. Balancing Test: Individual Rights vs. Your Interest

| Factor | Assessment |
| --- | --- |
| Nature of data | Basic contact info - low sensitivity |
| Reasonable expectations | Customers expect marketing from sellers |
| Relationship | Existing customer relationship |
| Impact on individual | Minor inconvenience, easy to opt out |
| Safeguards | Opt-out in every email |

✅ **PASS**

---

### Conclusion

**Lawful Basis:** Legitimate Interest (Article 6(1)(f))

**Requirements for Compliance:**

1. **Document this LIA** and keep on file
2. **Include in privacy notice:** "We may contact existing customers about similar products based on legitimate interest. You can opt out at any time."
3. **Easy opt-out:** Every email must have unsubscribe
4. **Honor preferences:** Immediate suppression on opt-out
5. **Similar products only:** Don't expand to unrelated offerings
6. **Reasonable frequency:** No more than weekly

---

### Template Email Footer

You're receiving this as a valued [Company] customer.

Not interested in product updates? [Opt out of marketing] | [Manage preferences]

This email was sent based on our legitimate interest in keeping customers informed about relevant products. See our Privacy Notice for details and your rights.


---

### When This Doesn't Apply

Use **consent** instead if:

- Products are significantly different
- Customer bought once 2+ years ago
- You acquired data from third party
- Customer previously opted out
- Emails are primarily promotional (not informational)

Skill Boundaries

What This Skill Does Well

  • Explaining GDPR requirements
  • Drafting compliant language
  • Creating documentation templates
  • Identifying compliance gaps

What This Skill Cannot Do

  • Provide legal advice
  • Know your specific jurisdiction nuances
  • Guarantee regulatory acceptance
  • Replace DPO consultation

When to Escalate to Human

  • Complex cross-border transfers
  • Regulatory investigation
  • Data breach response
  • Novel processing activities

Iteration Guide

Follow-up Prompts:

  • "Draft the privacy notice section for [activity]"
  • "How do we handle a right to erasure request?"
  • "What documentation do we need for [processing]?"
  • "Is this cookie banner compliant?"

References

  • GDPR Text (Regulation 2016/679)
  • EDPB Guidelines on Consent
  • ICO Direct Marketing Guidance
  • CNIL Cookie Guidelines

Related Skills

  • terms-analyzer - Terms of service review
  • contract-review - DPA analysis
  • nda-generator - Confidentiality

Skill Metadata

  • Domain: Legal / Marketing
  • Complexity: Intermediate
  • Mode: centaur
  • Time to Value: 1-2 hours per assessment
  • Prerequisites: Basic GDPR familiarity

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.11%
按下载量换算246

Claude

30.08%
按下载量换算224

Cursor

18.06%
按下载量换算134

Gemini CLI

9.2%
按下载量换算68

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills