This is a Chrome extension that intercepts X/Twitter GraphQL responses while you browse to capture engagement data that Twitter's native analytics don't give you. It's built for community managers who need bulk exports of who liked specific tweets, detailed reply tracking, and consistent engagement patterns from their audience. The implementation is straightforward: patches window.fetch to grab API responses, deduplicates in a service worker, then exports structured JSON ready for Laravel ingestion or whatever backend you're using. Worth noting that it only captures data from pages you actually visit, so you'll need to scroll profiles and click into tweets to build a complete dataset. The export schema is well designed with proper tweet metrics, follower counts, and relationship data.
npx -y skills add aradotso/marketing-skills --skill he4rt-marketing-extension --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
aradotso/marketing-skills