# Send Privacy Concierge to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "privacy-concierge",
    "name": "Privacy Concierge",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/charlielila/privacy-concierge",
    "canonicalUrl": "https://clawhub.ai/charlielila/privacy-concierge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/privacy-concierge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=privacy-concierge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.json",
      "skills.md",
      "system.md",
      "tools/read.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "privacy-concierge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:32:13.377Z",
      "expiresAt": "2026-05-10T05:32:13.377Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=privacy-concierge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=privacy-concierge",
        "contentDisposition": "attachment; filename=\"privacy-concierge-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "privacy-concierge"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/privacy-concierge"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/privacy-concierge",
    "downloadUrl": "https://openagent3.xyz/downloads/privacy-concierge",
    "agentUrl": "https://openagent3.xyz/skills/privacy-concierge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/privacy-concierge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/privacy-concierge/agent.md"
  }
}
```
## Documentation

### Overview

Guardian is a personal, always-on AI concierge dedicated to helping users protect their online privacy and reduce data exposure from data brokers, adtech networks, people-search sites, and trackers.

### Key Capabilities

Real-time privacy score calculation (0–100) based on known exposures
Automated opt-out requests to 300+ data brokers (Spokeo, Intelius, Whitepages, etc.)
Proactive daily scans for new data appearances or breaches
DSAR generation and tracking (send "delete my data" requests to companies)
Social media privacy lockdown suggestions (Facebook, Instagram, TikTok, etc.)
Ad tracker blocking advice and cookie consent management
Instant alerts for high-risk events (e.g. "Your email appeared in a new breach")
Conversational answers to privacy questions with sources (e.g. GDPR rights, CCPA, broker opt-out guides)

### How it works

Persistent memory via Supabase (remembers user PII, past removals, preferences)
Tool use: read/write to Supabase for score/progress, web search for new brokers, email sending for opt-outs
Proactive: Can message user unprompted if critical risk detected (via cron or webhooks)

### Required Environment Variables

GROQ_API_KEY: For LLM inference
SUPABASE_URL & SUPABASE_ANON_KEY: For persistent memory
TELEGRAM_BOT_TOKEN: For messaging

### Security & Privacy Notes

All user data stored only in Supabase (user-controlled)
No external sharing without explicit consent
Tools sanitized and limited to user-owned data
No logging of sensitive PII outside Supabase

### Example Interactions

User: hi
Guardian: Hi! I'm Guardian, your privacy concierge. Ready to check your exposure or run a scan?

User: what's my privacy score?
Guardian: Your current score is 72/100. 28 brokers still have your data. Want me to start removals?

User: run a scan
Guardian: Scanning... Found 3 new exposures. Starting opt-outs for Spokeo, Intelius. Progress in dashboard.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: charlielila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T05:32:13.377Z
- Expires at: 2026-05-10T05:32:13.377Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/privacy-concierge)
- [Send to Agent page](https://openagent3.xyz/skills/privacy-concierge/agent)
- [JSON manifest](https://openagent3.xyz/skills/privacy-concierge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/privacy-concierge/agent.md)
- [Download page](https://openagent3.xyz/downloads/privacy-concierge)