Hey everyone! Not sure if many people are like me, but I’m always looking for ways to avoid getting over the 500 limit, so I wanted to keep track of my usage, and decided to build a chrome extension to monitor my Cursor usage.
We’re all using Cursor AI for coding assistance, but some models have different consumption usage (thinking of Haiku especially) and it can be hard to keep track on how much we’re actually using when we want to stay within certain limits.
While building the extension, I also made a Telegram bot to access my Cursor usage from anywhere. Initially the extension was just to get the cookie token for the Telegram bot, but turned out having both is a quite nice combination.
The Chrome extension is a bit more visual, while the Telegram bot is more text-based.
very useful thank you, I skimmed through the codebase of the extension and nothing nefarious was found thankfully. I’m always hesitant installing random browser extensions. I typically export most extensions and load them unpacked to avoid updates. grabs tin foil hat
I didn’t have plans to officially open source it, but message me (info on my website or on X/Twitter @hugohamelcom), I’m happy to discuss how you’d like to collaborate
can you add in cost tracking? how much spent perday, per hour, per month? I think it would be useful to show this and how many calls ect. We’d be able to easily track what is costing us the most like premium-tool-call, models ect
Do you mean cost tracking regarding usage-based requests or in general (even premium requests)?
Right now we can see which tool call, model, hour of the day, day of the week and month of the year has the most request (in the detailed usage statistics). I am assuming you would want to be able to see the average for each of these (and maybe even have the estimated cost for these) instead of the total of request, is that correct?
Or you would need another section where it is all about cost analysis breaking down this month, and previous month, etc?