This is a Chrome extension that intercepts X/Twitter's GraphQL responses as you browse to capture engagement data without hitting API rate limits. It uses a three-context architecture (main world fetch patching, isolated content script bridge, background processor) to grab tweets, likes, replies, and favoriter lists from endpoints like UserTweets and Favoriters, then exports clean JSON for backend ingestion. Useful if you're tracking community engagement metrics for analytics but don't want to deal with Twitter's API restrictions. The manifest is V3, runs at document_start, and stores everything in chrome.storage for export. Honestly clever approach since you're just capturing data the browser already receives rather than making separate API calls.
npx -y skills add aradotso/marketing-skills --skill he4rt-twitter-engagement-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
aradotso/marketing-skills