unbroker

Automate personal data removal from data brokers and people-search sites.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/loteiron/ZeusAgent --skill unbroker-loteiron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unbroker
Source: https://github.com/loteiron/ZeusAgent/tree/main/optional-skills/security/unbroker
Command: npx skills add https://github.com/loteiron/ZeusAgent --skill unbroker-loteiron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Data brokers and people-search sites publish names, addresses, phone numbers, and emails, fueling doxxing, stalking, and identity theft. Manually opting out of hundreds of brokers is high-volume, perishable work full of dark patterns, and commercial removal services are closed systems that require handing your sensitive data to a third party. ## Core Features & Use Cases - Autonomous removal pipeline: A deterministic Python CLI (scripts/pdd.py) manages consent-gated dossiers, a broker database, tiered automation planning (T0-T3), a validated ledger state machine, and an action queue that the agent drains hands-off. - Broad coverage: 19 curated people-search records plus a live pull from the BADBOOL list, the California Data Broker Registry (~545 brokers), and the CA DROP one-shot that deletes from every registered broker in a single request. - Privacy by default: Opaque subject IDs, least-disclosure field selection (SSN/ID numbers never volunteered), optional age at-rest encryption, jurisdiction-aware requests (CCPA/GDPR), and scheduled re-scans to catch re-listings. - Use Case: Ask your agent to remove your data from data brokers; it self-configures, records consent, scans brokers in parallel, submits opt-outs parents-first, sends and verifies emails, and returns one digest of the few human-only tasks (gov-ID sites, phone callbacks). ## Quick Start Use the unbroker skill to remove my data from data brokers, here is my consent, run it hands-off and show me the human-task digest at the end.

Frequently Asked Questions about unbroker

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

FAQPage Schema
How do I remove my personal information from data broker sites?▼

Run the skill's intake command with your name, addresses, emails, phones, and recorded consent, then loop over the next command which returns ordered scan and opt-out actions. The agent executes them automatically and presents one digest of human-only tasks at the end.

What data brokers and people-search sites are covered?▼

Coverage includes 19 curated people-search records (Whitepages, Spokeo, Radaris, Nuwber, and cluster parents like PeopleConnect), a live pull from the BADBOOL list, and the California Data Broker Registry with roughly 545 registered brokers worked via the DROP one-shot or targeted CCPA emails.

Does it work without a Browserbase API key or email credentials?▼

Yes, the skill works zero-config with draft-only email mode and the plain agent browser. Adding BROWSERBASE_API_KEY clears soft CAPTCHAs automatically, and EMAIL_ADDRESS plus EMAIL_PASSWORD enable programmatic SMTP sending and IMAP verification polling.

Can it bypass CAPTCHAs or act on someone without consent?▼

No. The engine refuses to scan or act without recorded authorization, and it never uses CAPTCHA-solving services or fingerprint spoofing. Hard interactive challenges, gov-ID demands, and phone callbacks are queued as human tasks instead.

How does it handle brokers that re-list my data?▼

Confirmed removals are stamped with a next recheck date, and the due command surfaces cases whose re-scan window arrived. A single cronjob re-runs the loop so re-listings are caught and re-filed automatically.

What are the limitations of automated data broker removal?▼

Public records such as voter, property, and court records are out of scope, and removal does not guarantee total erasure since brokers may retain paid-tier data. Sites requiring government ID, fax, or voice phone calls still need a human to complete them.