agentsclimarketplace

Consent compliance

Skill prasadmogulothu/agent-skills/consent-compliance

Reusable, token-optimized agent skills for autonomous development with Hermes, Claude Code & OpenCode. Multi-model orchestration patterns — context-checkpointing, human review gates, RLS security, GDPR consent, AI cost control, and test-fix loops. Framework-agnostic, agentskills.io compatible.

Install
npx -y skills add prasadmogulothu/agent-skills --skill consent-compliance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Implement granular, logged, withdrawable user consent plus data export and hard-delete (DSAR), for GDPR / DPDP-style compliance. Use for any app that collects personal data.

SKILL.md

1.6 KB, as published. Nobody here has run it

consent-compliance

A reusable consent + data-rights layer for apps handling personal data.

Do

  1. Granular consent at signup — separate, UNTICKED checkboxes per purpose, e.g. (a) Terms + Privacy [required], (b) processing of any sensitive data [required, explicit], (c) marketing [optional], (d) analytics [optional]. Never bundle purposes together.
  2. Consent log — record each consent with: user id, purpose, policy version, timestamp. Re-prompt when the policy version changes.
  3. Easy withdrawal — withdrawing a consent is as easy as granting it (a settings toggle).
  4. Data rights (DSAR) — implement export (all of a user's data) and hard-delete (delete truly wipes all of the user's rows). Prove delete with a test.
  5. Minimise + protect — collect the least data needed; encrypt in transit and at rest.
  6. Docs — ship a privacy policy + terms; if relevant, complete app-store data-safety forms.

Notes

This is a strong default for GDPR (EU), India's DPDP, and CCPA-style rules — building to this bar covers most consumer privacy regimes. It is not legal advice; have your policies reviewed once.

Done when

Consents are granular + logged + withdrawable; the delete test wipes all user data; export works.

Token tactics

Scope to the consent module. Generate policy text once and reference it. Route to a frontier model — this carries legal exposure.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.