Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Afaro Followup

ASecurity

Requeues brokers whose listing came back, and hands over brokers needing an ID, a payment, or an account. Use when a listing reappeared or an opt-out is stuck.

3 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add afaro-ai/afaro --skill afaro-followup --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Afaro Followup?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Afaro Followup
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/afaro-ai-afaro-followup/badge)](https://www.skillsdirectory.com/skills/afaro-ai-afaro-followup)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: afaro-followup
description: "Requeues brokers whose listing came back, and hands over brokers needing an ID, a payment, or an account. Use when a listing reappeared or an opt-out is stuck."
---

# Afaro data removal: followup

Handles the two things that happen after a first pass: listings that come back, and brokers that will not take an automated request at all.

---

## When to use

- A broker that was verified as removed is listing the person again.
- An opt-out was filed and the window passed with the listing still there.
- A broker's opt-out needs a government ID, a notarized document, a payment, or an account.
- The user asks what is left to do by hand.

## When NOT to use

- A first opt-out that has not been filed yet. Use `afaro-orchestrator`.
- A recheck whose window has not elapsed. Use `afaro-removal-verify`.
- A first look at who lists the person. Use `afaro-exposure-scan`.

---

## Required inputs

1. **The profile path.**
2. **The verify results** naming the brokers that are `still_listed` or that came back.
3. **The manifests directory**, for `method`, `id_requirements`, and `notes`.

---

## The framework

**Two queues, kept apart.**

The **requeue** holds brokers whose opt-out can be filed again as data: the flow still works, the listing is simply back. These go to `afaro-orchestrator` for another guided pass, with the same gates.

The **manual queue** holds brokers Afaro does not automate. A manifest with `method: manual`, or with `id_requirements.required` true, belongs here. So does any broker whose page now asks for something the manifest does not describe.

**A manual broker gets an exact ask, not a shrug.** The person should be able to act on one paragraph: what the broker wants, where the page is, what they will have to hand over, and what the broker says the timeline is. All of it comes from the captured page, not from memory.

**Nothing is uploaded for the person.** Afaro does not send an ID, does not create an account, and does not pay anything. The person does those, in their own browser, with their own documents.

**A repeat listing is normal.** Brokers refresh from public records. Say so once, plainly, without predicting how often it will happen.

---

## Workflow

1. Read the verify results and sort each broker into the requeue or the manual queue.
2. For the requeue:
   1. Confirm the manifest's `verified_on` is not stale against what the page shows now. If the form has changed, stop and record it as a finding rather than adapting the steps.
   2. Hand the list to `afaro-orchestrator` for a guided pass.
   3. Note that this is a second filing, so the person is not surprised by the repeat.
3. For the manual queue, write one entry per broker in the format below, taken from the manifest and its capture.
4. Report both queues, with counts, and say which needs the person's own time.

---

## Failure patterns

- **Automating a manual broker.** Creating an account, filling a payment form, or uploading an ID is not Afaro's work, in any mode.
- **Filing again into a changed form.** A form that no longer matches the manifest is a finding for the manifest, not something to improvise around.
- **Filing again immediately.** Give the broker its stated window before a second request, and say when that is.
- **Guessing what a broker wants.** If the ask is not on the captured page, say the page needs to be recaptured before advising.
- **Treating a reappearance as a failure of the person.** It is how the brokers work. Say it once and move on.

---

## Output format

Requeue, as a list of broker names with the date each was last filed.

Manual queue, one entry each:

```
Example Broker
What they want: a photo of a government ID with the number covered
Where: https://example.com/opt-out
What you do: upload it on that page, then keep the reference number they show
Their stated timeline: 14 days
Source page read on: 2026-09-08
```

Then one line: how many brokers are requeued, how many need the person's own time.

---

## Reference files

- `references/manual-broker-asks.md` - How to write a manual entry a person can act on, and what may not appear in one. Read before writing the first entry.

Attribution

afaro-aiafaro-ai
View sourceMore from afaro-ai →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →