用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill identity-eraser命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | identity-eraser |
| description | >- Use when this capability is needed. |
A workflow for removing one person's personal information from the major people-search sites and data brokers, then verifying the removals. It runs in the operator's own browser through Claude-in-Chrome, so every request is made as the operator, by the operator, about the operator.
For each target broker: find out whether the operator is listed and what's exposed (Phase 1, read-only), show them the picture, then walk the official opt-out form on each site where they're listed and submit it (Phase 2), pausing only when a human is genuinely required — a CAPTCHA image challenge, an SMS code, a phone call. Everything is logged so the operator ends with a clear record of what was submitted and what still needs follow-up.
Only ever act on the data of the person running this skill — the "subject" — who is the operator of this browser. This is a self-service privacy tool: a person removing their own information using their own authenticated session. That framing is the entire justification for the skill, so protect it:
If you ever feel the task drifting toward acting on someone other than the subject, treat that as a hard stop and check in.
Invoking this skill is the operator authorizing action on their own behalf — they are removing their own data from their own browser session. So run autonomously: don't stop to ask "should I click submit?", "should I opt out of this one?", or "is it OK to proceed?" for the routine discovery and opt-out steps. Acting on those is the whole point.
Pause and hand off only when a human is genuinely, mechanically required:
For everything else — filling forms with the subject's info, clicking "Remove," "Opt Out," "Submit," accepting a site's opt-out terms, declining cookies — proceed. The scope rule above (act only on the subject's own records, confirm identity first) is the real guardrail; per-step confirmation is not, and asking for it just stalls a task the operator already greenlit.
ToolSearch (select:mcp__claude-in-chrome__tabs_context_mcp, ...navigate, ...get_page_text, ...read_page, ...find, ...form_input, ...computer, ...gif_creator, ...browser_batch) at the start of a run.tabs_context_mcp, then open a fresh tab to work in. Never reuse a tab from another session.Ask the operator for the information below. Explain that it's used only inside this session to find and submit their removals, and that it must never be written into the skill files or committed anywhere — keep it in conversation, or in a scratch log stored outside any git repository.
Collect:
Start a status log (see "Logging") and record these as the search inputs.
Walk the target sites (see the list and per-site search tips in references/site-playbooks.md). For each one:
Then present the discovery table to the operator before scrubbing anything — this is a deliberate checkpoint, not a formality. Use this shape:
| Site | Listed? | Exposed (name / address / phone / relatives / age) | Profile URL(s) | Notes |
Read references/site-playbooks.md first — it has the verified opt-out URL, exact steps, required fields, verification method, expiry windows, and network/sister-site notes for each site. Then, for every site where the subject is listed, work it to completion before moving on (doing them one at a time keeps the log honest and avoids half-finished submissions):
submitted — request sent, no further action expected.pending verification — an email link / SMS code is required to finalize (note the expiry window!).needs manual step — a human-only step blocks completion (image CAPTCHA, phone call, account creation, paid funnel).blocked — the site won't load or actively refused; note the symptom.removed-confirmed — re-checked and the listing is gone.The operator should only have to step in when a human genuinely must:
Never trigger a JavaScript alert/confirm/prompt dialog; it freezes the browser tools. If a page has a "Delete"/confirm dialog, warn the operator before interacting.
tabs_context_mcp; open a new tab with tabs_create_mcp.get_page_text / read_page; locate fields with find; type with form_input; click via computer when needed.blocked and tell the operator.gif_creator so the operator has a visual receipt (capture a few frames before and after each action for smooth playback). Name files per site, e.g. truepeoplesearch_removal.gif.Maintain a running status log throughout (a Markdown table is fine), and finish with a report the operator can act on:
| Site | Listed? | Action taken | Status | Verification needed | Next step / recheck date |
Call out anything in pending verification or needs manual step at the top — those are the operator's to-dos.
Removal is not permanent. Brokers re-scrape public records and re-list people over weeks to months, so recommend re-running this every 3–6 months. Also flag network/sister sites: one opt-out sometimes clears a whole family (a single PeopleConnect suppression covers Intelius, TruthFinder, Instant Checkmate, US Search, ZabaSearch, and more), while other networks need each property done separately (Radaris's affiliated fleet; BeenVerified's sister brands; Whitepages' 411.com; the TruePeopleSearch/FastPeopleSearch pair and their .info/.net/.io variants). The playbook notes which is which.
Source: AKCodez/identity-eraser — distributed by TomeVault.