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.

  1. Confirm the visible Discord account, server, target role, logged-in X account, and organizer X handle.
  2. Open the Discord server's Members management page.
  3. Filter ROLES by the exact target role and set the page size to 100.
  4. Record the filtered total. Do not use the channel sidebar heading such as X, 131 members as the role total because it reflects currently online members.
  5. Enumerate every filtered member across all pages and key records by normalized Discord username.
  6. Open each member's full profile in bounded batches and collect every exact https://x.com/<handle> connection link from the Connections section.
  7. 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.
  8. 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.
  9. Report confirmed non-followers separately from missing connections, unavailable profiles, nonexistent X accounts, protected accounts, and unchecked rows.
  10. 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.

Installs
12
GitHub Stars
1
First Seen
Jul 27, 2026
discord-x-follower-audit — schroneko/skills