unbroker

Automate removal of personal information from data broker websites using Python.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill unbroker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unbroker
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/optional-skills/security/unbroker
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill unbroker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, requests, beautifulsoup4, lxml, pandas, imaplib, email, yaml, json, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill automatically identifies and removes a person's personal information from data broker websites, saving users from manual searches and removal requests.

Core Features & Use Cases

  • Autonomous Data Removal: Automatically scans data broker websites, identifies personal information, and requests removal on behalf of the user.
  • Multi-Tenant: Manage data removal for yourself, family, or clients with separate, isolated configurations.
  • Consent-Gated: Operates only with explicit user consent and authorization.
  • Use Case: If a user wants to remove their personal information from data brokers, they can use this Skill to automate the process, with the option to review and confirm actions when necessary.

Quick Start

Run the unbroker skill with the command: hermes skills install official/security/unbroker

Frequently Asked Questions about unbroker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate personal data removal from data broker websites?

You can automate personal data removal from data brokers by running Python scripts that scan broker websites, identify your personal information, and submit opt-out requests on your behalf with explicit consent.

What is data broker opt-out automation and how does it work?

Data broker opt-out automation uses web scraping and email handling libraries to locate your personal information on broker websites, submit removal requests, verify deletion, and re-scan to prevent re-listing.

Do I need Python to automate data privacy opt-out requests?

Yes, automating data privacy opt-out requests requires Python and libraries including requests, beautifulsoup4, lxml, pandas, and imaplib to handle web scraping, email verification, and ledger management.

Can I manage data removal for multiple clients or family members?

Yes, the data removal process supports multi-tenant configurations, allowing you to manage personal information opt-out and re-scanning for yourself, family members, or clients with isolated setups.

How do I verify that my personal information has been removed from data brokers?

You verify personal information removal by checking the ledger and re-scanning the data broker websites periodically to confirm your details are deleted and detect any unauthorized re-listing.

What are the limitations of automated data broker opt-out tools?

Automated data broker opt-out tools require explicit consent for actions, depend on website structures compatible with web scraping, and need continuous re-scanning to catch brokers that re-list your personal information.

Related Skills