Userscript-Powered Twitter Skill
buildingFast Twitter data for AI agents, without the API bill.
What
An OpenClaw skill that reads Twitter by combining browser automation with userscripts. The userscripts handle the fast parts (intercepting API responses, extracting structured data from the DOM) and the agent just orchestrates navigation and reads the results. Way cheaper and faster than having an LLM parse screenshots or navigate the UI step by step.
Why
Twitter’s API is now pay-per-usage with no free tier. The CLI tools that worked around it are dying off. Pure browser automation works but burns tokens on visual parsing that shouldn’t need AI at all. Userscripts can grab the same data Twitter’s own frontend uses, structured and clean, and hand it to the agent in milliseconds.