discord-x-follower-audit
Installation
SKILL.md
Discord X Follower Audit
Workflow
Use Chrome DevTools MCP with the user's existing logged-in Chrome profile. Keep the workflow read-only.
- Confirm the visible Discord account, server, target role, logged-in X account, and organizer X handle.
- Open the Discord server's
Membersmanagement page. - Filter
ROLESby the exact target role and set the page size to 100. - Record the filtered total. Do not use the channel sidebar heading such as
X, 131 membersas the role total because it reflects currently online members. - Enumerate every filtered member across all pages and key records by normalized Discord username.
- Open each member's full profile in bounded batches and collect every exact
https://x.com/<handle>connection link from theConnectionssection. - Treat
Unable to load parts of profile, an HTTP 429, or a missing profile dialog as unknown. Never reinterpret a failed load as a missing X connection. - Check every extracted handle through X profile UI while logged in as the organizer. When the user explicitly authorizes X internal Web API use, use the validated fast path in the browser workflow and keep UI rechecks for proposed non-followers.
- Report confirmed non-followers separately from missing connections, unavailable profiles, nonexistent X accounts, protected accounts, and unchecked rows.
- Verify that confirmed followers, confirmed non-followers, and all unknown categories reconcile to the filtered Discord role total.
Read references/browser-workflow.md before running the browser audit. It contains the tested extraction, batching, rate-limit, and verification patterns.