Privacy Concierge for Openclaw

A personal AI concierge that automates data broker removals and monitors your digital privacy footprint in real-time.

charlielila
v1.0.0
Feb 25, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install privacy-concierge

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install privacy-concierge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Privacy Concierge?

Guardian is an advanced privacy protection skill designed to act as an always-on personal concierge for your digital life. It helps users reclaim their data by calculating real-time privacy scores and managing automated opt-out requests across more than 300 data brokers, including major sites like Spokeo and Intelius. By leveraging the power of Openclaw Skills, this agent provides a proactive layer of defense against adtech networks and people-search sites.

The skill is built with a privacy-first architecture, ensuring that all sensitive information is stored in user-controlled environments. It offers a centralized interface for managing complex legal requests such as DSARs (Data Subject Access Requests) and provides conversational guidance on navigating global privacy regulations like GDPR and CCPA.

Privacy Concierge Use Cases

  • Monitoring and improving personal privacy scores to reduce digital exposure.
  • Automating the removal of personal information from over 300 data broker websites.
  • Receiving instant notifications when personal email addresses appear in new data breaches.
  • Streamlining the generation and tracking of data deletion requests to corporations.
  • Getting step-by-step instructions for locking down privacy settings on social media platforms.

How Privacy Concierge Works

  1. The skill utilizes Supabase as a persistent memory layer to store user-defined PII and track the history of removal requests.
  2. It performs scheduled daily scans using web search tools to identify new appearances of user data on people-search sites.
  3. When exposures are found, the agent uses automated email tools to send opt-out and deletion requests on the user's behalf.
  4. Real-time alerts are triggered via Telegram if high-risk events, such as data breaches, are detected.
  5. Users interact with the agent through natural language to check their current privacy score or initiate manual scans.

Privacy Concierge Setup

To integrate this skill into your Openclaw Skills setup, you must configure the following environment variables for inference, storage, and communication:

# LLM Inference
export GROQ_API_KEY="your_groq_api_key"

# Persistent Memory (Supabase)
export SUPABASE_URL="your_supabase_url"
export SUPABASE_ANON_KEY="your_supabase_anon_key"

# Messaging Interface
export TELEGRAM_BOT_TOKEN="your_telegram_bot_token"

Privacy Concierge Data Schema & Taxonomy

The skill manages data across several key tables in Supabase to maintain a detailed history of your privacy status:

Table Description
User Profile Stores encrypted PII used for identifying exposures and filling out opt-out forms.
Privacy Metrics Logs daily privacy scores (0-100) and historical trends.
Removal Tracking Monitors the status of pending and completed data broker opt-out requests.
Breach History Records instances where user data was found in external data breaches.

Privacy Concierge Advanced Features

  • Proactive risk detection that messages the user unprompted via webhooks or cron jobs when critical exposures occur.
  • Support for DSAR generation, automating the complex process of exercising GDPR and CCPA rights.
  • Sanitized tool execution to ensure no sensitive PII is ever logged outside of the user's private Supabase instance.
  • Conversational AI research capabilities to answer complex questions regarding privacy laws and tracker blocking techniques.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*