analyze-x-subscriptions
Installation
SKILL.md
Analyze X Subscriptions
Use the logged-in X session in Chrome to collect and analyze creator subscription data. Perform the browser and API work yourself. Never ask the user to paste JavaScript or manually inspect DevTools.
Workflow
- Confirm that Chrome is using the user's existing logged-in profile and that an
x.compage is open. - Determine the target handles:
- Use handles explicitly supplied in the request.
- When the user refers to the managed set or the previously collected 25 creators, use
references/default-handles.json. - Normalize handles by removing a leading
@and deduplicate them.
- Run
node scripts/build-analysis-eval.mjsfrom this skill directory. Append handles as positional arguments to override the managed set. - Execute the emitted async function with Chrome DevTools MCP
evaluate_scripton an authenticatedx.compage. - If either GraphQL operation returns HTTP 404, open one creator subscription page, inspect the live requests for the current query IDs, and rerun with:
--screen-query-id <id>--paywall-query-id <id>
- Present the result inline as plain text. Do not create a file unless the user explicitly requests one.